 function newwin(theURL) { //v2.0  //function openBrWindow(theURL,winName,features) { //v2.0//  sw1=window.open(theURL,'subwin','status=yes,scrollbars=yes,resizable=yes,width=350,height=500,left=0,top=0');  if(navigator.appName.charAt(0) == "N" &&  navigator.appVersion.charAt(0) >= 3){  sw1.focus();  }  return;}