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

function OpenWin1(myurl){
window.open(myurl,'',',status=yes,width=500,height=438,top=150,left=251');
}