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

function popup(myurl){
window.open(myurl,'','status=yes,scrollbars=yes,resizable=yes,width=516,height=550,top=380,left=234');
}
