<!-- Begin

// FILE: menu_horz.js

// NOTE: If you use a ' add a slash before it like this \'



var paypalemail		= "paypal@your-web-domain.com"		// EDIT WITH YOUR PAYPAL E-MAIL
var storelink		= "competitionsuits.htm"			// PAGE TO LINK WITH RIGHT IMAGE
var showimage1		= "yes"		// SHOW 1ST LINKED IMAGE

// test of new top image
   if (showimage1 == "yes") {
document.write('<a href="couturepro.htm">');
document.write('<img src="picts/sidebarleftimage.jpg" border="0" class="bordersSB" vspace="8" alt="Click to View">');
document.write('</a><br>');
}

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

// START 1ST LINKED SIDEBAR IMAGE

   if (showimage1 == "yes") {
document.write('<a href="handpaintedbikinis.htm">');
document.write('<img src="picts/horiz-thumbnail-new-handpai.jpg" border="0" class="bordersSB" vspace="8" alt="Click to View">');
document.write('</a><br>');
}

// START 1ST LINKED SIDEBAR IMAGE

   if (showimage1 == "yes") {
document.write('<a href="dragonsden.htm">');
document.write('<img src="picts/horiz-thumbnail-dragons-den.jpg" border="0" class="bordersSB" vspace="8" alt="Click to View">');
document.write('</a>');
   }
   
   // START 1ST LINKED SIDEBAR IMAGE

   if (showimage1 == "yes") {
document.write('<a href="caribbeanbeat.htm">');
document.write('<img src="picts/horiz-thumbnail-caribbeat.jpg" border="0" class="bordersSB" vspace="8" alt="Click to View">');
document.write('</a>');








document.write('<a href="aboutus.htm" class="menuhorz">About Us</a><br>');
document.write('</td><td>');
document.write('&nbsp;|&nbsp;<br>');
document.write('</td><td valign="middle" nowrap>');



document.write('<a href="contact.htm" class="menuhorz">Contact Us</a><br>');
document.write('</td><td>');
document.write('&nbsp;|&nbsp;<br>');
document.write('</td><td valign="middle" nowrap>');


document.write('<a href="ordersuits.htm" class="menuhorz">Order Suits</a><br>');
document.write('</td><td>');
document.write('&nbsp;|&nbsp;<br>');
document.write('</td><td valign="middle" nowrap>');





// NOTE: COPY AND PASTE THE NEXT 4 LINES TO ADD A NEW LINK



document.write('<a href="helpdesk.htm" class="menuhorz">Help Desk</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 -->