// JavaScript Document
function OpenWin(myurl){
window.open(myurl,'','toolbar=yes,location=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width=750,height=400,top=334,left=479');
}

function OpenWin2(myurl){
window.open(myurl,'','scrollbars=yes,resizable=yes,width=400,height=250,top=334,left=479');
}

function OpenWin3(myurl){
window.open(myurl,'','scrollbars=yes,resizable=yes,width=370,height=300,top=334,left=479');
}

function OpenWin4(myurl){
window.open(myurl,'','scrollbars=yes,resizable=yes,width=400,height=300,top=334,left=479');
}