<!--  
img1on = new Image();
img1on.src ="newsletterbuttonon.jpeg";

img1off = new Image();
img1off.src = "newsletterbuttonoff.jpeg";


img2on = new Image();
img2on.src ="../newsletterbuttonon.jpeg";

img2off = new Image();
img2off.src = "../newsletterbuttonoff.jpeg";





var menmax = 17

var mentxttype1="T";
var mentxt1="Print on Demand";

var mentxttype2="E";
var mentxt2="<a href='http://www.islandimagedesign.com/PrintOnDemandEasy123.htm' class='menu'>How to Order</a>";

var mentxttype3="E";
var mentxt3="<a href='https://islan009.secure.omnis.com/catalog/index2.php?cPath=35' class='menu'>Order Now</a>";

var mentxttype4="E";
var mentxt4="<a href='http://www.islandimagedesign.com/PrintOnDemand.htm'  class='menu'>About</a>";

var mentxttype5="E";
var mentxt5="<a href='http://www.islandimagedesign.com/PrintOnDemandFAQ.htm'  class='menu'>FAQ</a>";

var mentxttype6="T";
var mentxt6="Limited Edition Tees";

var mentxttype7="E";
var mentxt7="<a href='http://www.islandimagedesign.com/TropicalLimitedEditionTees.htm'  class='menu'>About</a>";

var mentxttype8="E";
var mentxt8="<a href='https://islan009.secure.omnis.com/catalog/index2.php?cPath=21'  class='menu'>Order</a>";

var mentxttype9="E";
var mentxt9="<a href='http://www.islandimagedesign.com/IslandImageRetailer.htm'  class='menu'>Become a Retailer</a>";

var mentxttype10="T";
var mentxt10="Custom Screen Printing";

var mentxttype11="E";
var mentxt11="<a href='http://www.islandimagedesign.com/CustomScreenPrinting.htm'  class='menu'>About</a>";

var mentxttype12="E";
var mentxt12="<a href='http://www.islandimagedesign.com/CustomTShirtFAQ.htm'  class='menu'>FAQ</a>";

var mentxttype13="T";
var mentxt13="Island Image Info";

var mentxttype14="E";
var mentxt14="<a href='http://www.islandimagedesign.com/AboutUs.htm'  class='menu'>About Us</a>";

var mentxttype15="E";
var mentxt15="<a href='http://www.islandimagedesign.com/Contact.htm'  class='menu'>Contact</a>";

var mentxttype16="E";
var mentxt16="<a href='http://www.islandimagedesign.com/tshirtblog.htm'  class='menu'>Tshirt Blog</a>";

var mentxttype17="E";
var mentxt17="<a href='http://www.islandimagedesign.com'  class='menu'>Home Page</a>";





var headstyle="<font face='Ariel,Helvetica'><font size=2><font color=#fcf902><b>"
var entrystyle="<font face='Ariel,Helvetica'><font size=-1><b>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"
var unfont ="</font></font></font></b>"



var wt
var pr
var aw=215
var ah=327
var menitem
var menitemtype
var i







function writemen()
{document.write("<br>");
for(i=1;i <= menmax;i++)
{
    menitemtype= eval("mentxttype" + i);
   menitem=  eval("mentxt" + i);

if(menitemtype == "T"){
   
   chkwhere(i)    
   document.write(headstyle);
   document.write(menitem);
   document.write(unfont)
   document.write("<br>")}

if(menitemtype == "E")
{document.write("<tr ><td width=100%>");
document.write(entrystyle);
document.write(menitem);
document.write(unfont);
 document.write("<br>")} 
    
}
  

      document.write("<img src='menline.jpg'>");   
}
function chkwhere(i)
{
if(i > 1){
 
 
      document.write("<img src='menline.jpg'><br>");
      }}

// Function to replace the off image with the on image
function imgOn(imgName) {
  
     
        document[imgName].src = eval(imgName+"on.src");
    
}
// Function to replace the on image with the off image
function imgOff(imgName) {
    
        document[imgName].src = eval(imgName+"off.src");
    }
//--> 
