<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

// LOWER LINKS MENU FILE. EDIT TO CHANGE OR ADD MORE LINKS

document.write('<TABLE cellpadding="0" cellspacing="0" border="0"><tr><td>');
document.write('<img src="picts/spacer.gif" HEIGHT="50" WIDTH=10><br>');
document.write('</td><td valign="top">');
// NOTE: CHANGE THE HEIGHT="19" TO A SMALLER NUMBER TO MAKE ROOM FOR MORE LINKS
document.write('<img src="picts/link-end.gif" HEIGHT="10" WIDTH="31"><br>');

// START LINK TABLE CHANGE THE width="140" FOR LONGER LINK NAMES

document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="140" class="menulinks">');



// NOTE: COPY AND PASTE THE NEXT 2 LINES TO MAKE A NEW LINK SEE NOTE ABOVE TO ADJUST PLACEMENT

document.write('</td></tr><tr><td class="menu">');
document.write('&#8226; <a href="search.htm">product<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;search</a><br>');

document.write('</td></tr><tr><td class="menu" height="50" style="background-repeat:no-repeat;">');
document.write('&#8226; <a href="products.htm">gallery</a><br>');

   if (showimages == "yes") {
//document.write('&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="/products.htm?galleryID=15""><img src="/picts/pink.gif" border="0" onmouseover="alert_msg(\'Think Pink\')" onmouseout="away()" width="'+imagewidth+'" height="'+imageheight+'" hspace="3" align="bottom" >think pink</a></br>');
//document.write('&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="/products.htm?galleryID=17" ><img src="/picts/rust.gif" border="0" onmouseover="alert_msg(\'Holiday Stores\')" onmouseout="away()" width="'+imagewidth+'" height="'+imageheight+'" hspace="3" align="bottom" >holiday stores</a><br>');
	
}

document.write('</td></tr><tr><td class="menu">');
document.write('&#8226;  <a href="quotes.htm">quote</a><br>');


document.write('</td></tr><tr><td class="menu">');
document.write('&#8226;  <a href="contact.htm">contact</a><br>');


document.write('</td></tr><tr><td ALIGN=left VALIGN=center>');
document.write('<img src="picts/link-end-1.gif" HEIGHT="2" WIDTH="38"><br>');

//document.write('</td></tr><tr><td align="left" height="52" valign="bottom">');
//document.write('<a href="cardsframe.htm" target="shop"><img src="picts/cardbox.jpg" HEIGHT="48" WIDTH="48" border="0"></a><br>');

//document.write('</td></tr><tr><td align="left" height="52" valign="bottom">');
//document.write('<a href="giftsframe.htm" target="shop"><img src="picts/giftbox.jpg" HEIGHT="48" WIDTH="48" border="0"></a><br>');

document.write('</td></tr></table>');
document.write('<!-- LINK TABLE-->');
document.write('</td></tr></table>');

//  End -->