\n');
}
//-->
function winopen(targeturl){
newwin=window.open('','','titlebar=0,toolbar=0,location=0,directories=0,status=1,menubar=0,scrollbars=0,resizable=0,top=0,left=0,width=400,height=300,screenX=0,screenY=0,top=1,left=0')
if (document.all){
newwin.moveTo(0,15)
//newwin.resizeTo(1024,750)
}
newwin.location=targeturl
}