// 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=335,left=535');
}

function OpenWin1(myurl){
window.open(myurl,'',',status=yes,width=410,height=308,top=300,left=296');
}

function OpenWin2(myurl){
window.open(myurl,'',',status=yes,width=500,height=375,top=187,left=251');
}
