<!-- Begin MENU LINKS AND OPTIONS
// NOTE: If you use a ' add a slash before it like this \'

// USE lowercase FOR ALL OPTIONS ONLY


var showimage 	= "yes" 			// SHOW THE SMALL IMAGE ON THE MENU
var imaglink	= "specials.html"		// SMALL IMAGE PAGE LINK
var imaglinks	= "stores.html"	
var imaglink2	= "stores.html"	
var linkstop 	= "no" 			// START LINKS AT THE VERY TOP
var date 	= "yes" 		// SHOW DATE



document.write('<DIV id="menulocation">');
document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="150"><tr><td>');
   if (linkstop == "no") {
document.write('<img src="picts/spacer.gif" width="10" height="65"><br>');
}


document.write('<br></span><span class="sidebartext">')

document.write('If you would like an on-line quote for bulk fire department or organizational orders, please visit our ')

document.write('<a href="quotes.htm" class="sidelink">Product Quotes</a> page.<br>')

document.write('</span><br>')




document.write('<img src="picts/menu-top.gif"><br>');

document.write('<a href="firepac.html" class="menu"><strong>FIRE PAC Programs</strong></a>');
document.write('<a href="faq.html" class="menu"><strong>Visit Our New FAQ</strong></a>');
document.write('<a href="help.html" class="menu"><strong>Visit Our Customer Help</strong></a>');


// START LINKS - EDIT BELOW TO CHANGE MENU ITEMS //



document.write('</td></tr><tr><td nowrap>');
document.write('<a href="z_cat_polos.html" class="menu">Polo Shirts</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="z_cat_jackets.html" class="menu">Jackets</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="z_cat_casual.html" class="menu">Casual Wear</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="z_cat_work.html" class="menu">Work Wear</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="z_cat_women.html" class="menu">Women\'s Wear</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="z_cat_windshirts.html" class="menu">Windshirts & Sweaters</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="z_cat_hats.html" class="menu">Head Wear</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="z_cat_tees.html" class="menu">Printed Tees & Sweats</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="z_cat_kids.html" class="menu">Kids Wear</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="z_cat_specialty.html" class="menu">Specialty Items</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="z_cat_promo.html" class="menu">Promotional Items</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="z_cat_stpats.html" class="menu">St. Patrick\'s Day</a>');


// COPY AND PASTE THE NEXT TWO LINES TOO ADD A NEW LINK






// START BOTTOM IMAGE AREA



document.write('</td></tr><tr><td>');

   if (showimage == "yes") {
document.write('<center><br><br>');
document.write('<a href="'+imaglinks+'"><IMG SRC="picts/promoproductssm.jpg" border="0" width="150"></a>')

document.write('</center>');
}

// START SIDEBAR AREA PARAGRAPH 2 EDIT THIS AREA

  

d
document.write('<br><span class="sidebartext">')

document.write('Service your employees, Fire PAC incentive donor programs, or membership with a turn-key E-Store Catalog without the headches of tracking and delivering orders.  Take advantage of volume discounts with perpetual reporting. <br>')

document.write('<a href="'+imaglink2+'">Click Here</a> to learn more.<br>')

document.write('</span>')


// END SIDEBAR AREA PARAGRAPH 2
document.write('</td></tr></table></DIV>');




   if (date == "yes") {
document.write('<div id="date-location">');
var d=new Date()
var weekday=new Array("Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday")
var monthname=new Array("January","February","March","April","May","June","July","August","September","October","November","December")
document.write("<span class=\"date\"><nobr>" + weekday[d.getDay()] + " ")
document.write(d.getDate() + ". ")
document.write(monthname[d.getMonth()] + " ")
document.write(d.getFullYear())
document.write("</nobr><br></span>")
document.write('</div>');
}

//  End -->