// JavaScript Document
function OpenWin1(myurl){
window.open(myurl,'','width=429,height=348,top=150,left=287');
}
