function MM_openBrWindow(theURL,winName,features) {
  window.name = "main";
  var page = "popup.html";
  smallWin=window.open(theURL,winName,features);
}

function ZoomPopUp(theURL) {
if ((navigator.appVersion.indexOf("AOL") >0)) {
  MM_openBrWindow(theURL,"ZoomPopUp",'scrollbars=yes,resizable=yes,width=600,height=600,left=50,top=50');
} else if (navigator.appVersion.indexOf("Mac") != -1) {
  MM_openBrWindow(theURL,"ZoomPopUp",'scrollbars=yes,resizable=yes,width=600,height=600,left=50,top=50');
} else {

PopUp=window.open("","ZoomPopUp",'scrollbars=yes,resizable=yes,width=600,height=600,left=50,top=50');
	PopUp.document.write ("<HTML><HEAD><TITLE>");
	PopUp.document.write ("YLighting");
	PopUp.document.write ("</TITLE><link href=/lib/1800mobiles/wireless.css rel=stylesheet type=text/css></HEAD>");
	PopUp.document.write ("<body border=0 TOPMARGIN=0 LEFTMARGIN=0 MARGINWIDTH=0 MARGINHEIGHT=0 BGCOLOR=#FFFFFF TEXT=#333333 LINK=#990000 VLINK=#336699 rightmargin=0>");
	PopUp.document.write ("<table cellpadding=0 cellspacing=0 bgcolor=#C1EAFC border=0 width=100%><tr><td bgcolor=#FF0000 align=right width=100%><A HREF='JavaScript:this.close()'><img src=/lib/ylighting/red-close.gif width=127 height=24 border=0></a>&nbsp;&nbsp;</td></tr></table><br><br>");
PopUp.document.write ("<table cellpadding=0 cellspacing=0 bgcolor=#FFFFFF border=0 width=100%><tr><td>");
	PopUp.document.write ("<P ALIGN=CENTER>");
	PopUp.document.write ("<A HREF='JavaScript:this.close()'><IMG BORDER=0 HSPACE=0 VSPACE=0 SRC='");
	PopUp.document.write (theURL);
	PopUp.document.write ("'></a>");
	PopUp.document.write ("</P>");
	PopUp.document.write ("</td></tr></table>");
        PopUp.document.write ("</BODY></HTML>");

	}
}

