');
}
function popwin(url,win){
subwin = window.open(url,win,"width=800,height=500,left=50,screenX=50,resizable=yes,scrollbars=yes,resizable=yes,status=yes,toolbar=yes");
subwin.focus();
if (self.frames.name == ""){
self.name="mainwin";
}
}
//-->
//-->
|
|