//<!--
function simplepopup(url,wname,wstyle)
{
if(wstyle=="*")
wstyle='scrollbars=yes,resizable=yes,width=550,height=400,status=0';
newwindow=window.open(url, wname, wstyle);
if (window.focus) {newwindow.focus()}
}
//-->
