// JavaScript Document
function winop(url){
window.open(url,"window_name","width=750,height=600,scrollbars=yes");
}