 <!--
  function RX(Manufacturer, ProductName)
  {
   var w = 500;
   var h = 200;   
   var xposition = eval(screen.width/2 - (w/2)); 	   
   var yposition = eval(screen.height/2 - (h/2)); 	    
   var Manufacturer;
   var ProductName;
						 
   RxWindow=window.open("",'RX','toolbar=no,location=no, top=' + yposition + ', left=' + xposition + ', directories=no,menubar=no,scrollbars=no,resizable=no,width=' + w + ',height=' + h);
   RxWindow.document.writeln("<head><title>" + Manufacturer + ProductName + "</title></head>");
   RxWindow.document.writeln("<body topmargin=0 leftmargin=0 marginwidth=0 marginheight=0>");
   RxWindow.document.writeln("<TABLE CELLPADDING=1 CELLSPACING=3 BORDER=0>");
   RxWindow.document.writeln("<TR><TD><FONT FACE=Arial SIZE=2><B>" + Manufacturer + " Sunglasses RX Program</B></FONT></TD></TR>");
   RxWindow.document.writeln("<TR><TD><FONT FACE=Arial SIZE=2>" + Manufacturer + " prescription sunglasses are only available to licensed eye care practitioners.<BR></FONT></TD></TR>");
   RxWindow.document.writeln("<TR><TD><FONT FACE=Arial SIZE=2>This selected <B>" + Manufacturer + "</B> style - <FONT COLOR=FF0000><B>" + ProductName + "</B></FONT> is available in prescription. There are ,however, some limitations to the strength of prescription.</FONT></TD></TR>");
   RxWindow.document.writeln("<TR><TD><FONT FACE=Arial SIZE=2><B>Vision Sunglasses</B> is a licensed eye care practitioner.<BR></FONT></TD></TR>");
   RxWindow.document.writeln("<TR><TD><FONT FACE=Arial SIZE=2><B>Please call</B> our toll free line <B>1-888-271-LENS</B> between the hours of 8.30 - 6.00 EST Monday - Friday for pricing and availibility.</FONT></TD></TR>");
   RxWindow.document.writeln("<TR><TD></TD></TR>");
   RxWindow.document.writeln("<TR><TD><DIV ALIGN=CENTER><A HREF=javascript:close();><FONT FACE=Arial COLOR=FF0000 SIZE=2><B>Close</B></FONT></A></DIV><TD><TR></TABLE>");
   RxWindow.document.writeln("</BODY></HTML>");
 }
 //-->
	




 