function photo(theURL,winName,features) { 

  F=window.open(theURL,winName,features);
   F.focus();
   
}


