<!-- 

function subwin(url){ 

window.open(url, "window_name", "width=570,height=750,scrollbars=yes,resizable=yes,top=15,left=15"); 

} 

// --> 