function newWindow(theURL,winName,features) 
{ 
neu=window.open(theURL,winName,features);
neu.focus();
return false;
}
