function openWin(url){
	eval("nw = window.open(url,'content1','scrollbars=yes,top=50,left=50,width=609,height=350')");
       if ( nw.focus != null){
       nw.focus();
          }
}