 function infoCafeWin (theURL,winName,features) { //v2.0
   features = features+",resizable=yes,status=yes"

   cafeWindow = window.open(theURL,winName,features);
   cafeWindow.onLoad="this.focus()"
 //  glosWindow.focus();
 } //   infoOpenWin


