// JavaScript Document
function OpenWin(myurl){
window.open(myurl,'','status=yes,scrollbars=yes,resizable=yes,width=500,height=350,top=400,left=464');
}
function OpenWin2(myurl){
window.open(myurl,'','status=yes,scrollbars=yes,resizable=yes,width=500,height=340,top=400,left=520');
}
function OpenWin3(myurl){
window.open(myurl,'','status=yes,scrollbars=yes,resizable=yes,width=520,height=420,top=400,left=500');
}

function OpenWin4(myurl){
window.open(myurl,'','toolbar=yes,location=yes,menubar=yes,status=yes,scrollbars=yes,resizable=yes,width=450,height=250,top=400,left=464');
}
