// 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=320,left=553');
}

function OpenWin1(myurl){
window.open(myurl,'',',status=yes,width=450,height=395,top=250,left=261');
}
