function ow(url,myWidth,myHeight,myWin,bars){
if(!myWin ) myWin='_blank';
myWin=window.open( url,myWin,"resizable=yes,scrollbars="+bars+",width="+myWidth+",height="+myHeight);
myWin.focus();
}

