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

function OpenWin2(myurl){
window.open(myurl,'','scrollbars=yes,resizable=yes,width=297,height=160,top=450,left=700');
}