<!-- Begin

// FILE: menu_horz.js



var paypalemail		= "vigen@smstshirt.com"
var storelink		= "store.htm"



document.write('<table cellspacing="0" cellpadding="0" width="100%" border="0"><tr><td height="6">');
document.write('<img src="picts/spacer.gif" height="6" width="10" border="0" alt="image"><br>');
document.write('</td><td valign="top" align="right" rowspan="3" width="283" class="bar-endtop">');
document.write('<a href="'+storelink+'" ONMOUSEOVER="img_act(\'viewstore\')" ONMOUSEOUT="img_inact(\'viewstore\')"><img src="picts/bar-viewstore-off.gif" height="32" width="283" border="0" name="viewstore" alt="View Products"></a><br>');
document.write('</td></tr><tr><td class="pagelines">');
document.write('<img src="picts/spacer.gif" height="12" width="10" border="0" alt="image"><br>');
document.write('</td></tr><tr><td align="left">');
document.write('<table cellspacing="0" cellpadding="0" border="0" class="menuhorztext">');
document.write('<tr><td valign="middle" nowrap>');



// START LEFT HORIZONTAL LINKS



document.write('<a href="store.htm" class="menuhorz">Store</a><br>');
document.write('</td><td>');
document.write('&nbsp;|&nbsp;<br>');
document.write('</td><td valign="middle" nowrap>');




document.write('<a href="products/cart1.html" target="paypal">View Cart');
document.write('<img src="picts/cart_icon.gif" height="10" width="15" border="0" alt="image" align="absmiddle"></a><br>');
document.write('</td><td>');
document.write('&nbsp;|&nbsp;<br>');
document.write('</td><td valign="middle" nowrap>');




document.write('<a href="help_desk.htm" class="menuhorz">Help Desk</a><br>');
document.write('</td><td>');
document.write('&nbsp;|&nbsp;<br>');
document.write('</td><td valign="middle" nowrap>');


document.write('<a href="index.html" class="menuhorz">Home</a><br>');
document.write('</td><td>');
document.write('&nbsp;|&nbsp;<br>');
document.write('</td><td valign="middle" nowrap>');

document.write('<a href="site_map.htm" class="menuhorz">Site Map</a><br>');
document.write('</td><td>');
document.write('&nbsp;|&nbsp;<br>');
document.write('</td><td valign="middle" nowrap>');


// END LEFT HORIZONTAL LINKS



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

//  End -->