function OpenWin(url){
win=window.open(url,"","width=750,height=450,scrollbars,left=30,top=30");
}

