if (top.location != self.location) {top.location = self.location}

function simplonpopup(html, desc, wid, hig) { 
window.open(html, desc,"width="+wid+",height="+hig+",toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0");
}

function simplonpopup_rd(html, desc, wid, hig) { 
window.open(html, desc,"width="+wid+",height="+hig+",toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=0");
}