<!--
function winOpen(url){
win1=window.open(url,"window1","width=640, height=500, resizable=1, scrollbars=1");
win1.focus();
}
//-->
