// 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=281,left=580');
}

function OpenWin1(myurl){
window.open(myurl,'',',status=yes,width=550,height=485,top=130,left=226');
}
