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