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

function OpenWin2(myurl){
window.open(myurl,'','scrollbars=yes,resizable=yes,width=560,height=445,top=270,left=450');
}

function OpenWin3(myurl){
window.open(myurl,'','scrollbars=yes,resizable=yes,width=350,height=445,top=270,left=326');
}