<!-- Begin MENU

// NOTE: If you use a ' add a slash before it like this \'


var menuside	= "left"	// MENU SIDE | left, right or center
var menuspace	= "10"		// MENU END SPACING



document.write('<div class="printhide"><TABLE cellpadding="0" cellspacing="0" border="0" width="1000px" class="menubackgroundimage"><tr><td align="'+menuside+'">');
document.write('<TABLE cellpadding="0" cellspacing="0" border="0"><tr><td>');
//document.write('<img src="picts/spacer.gif" width="'+menuspace+'" height="5"><br>');
document.write('&nbsp;<br>');



// COPY THE NEXT TWO LINES AND PASTE ABOVE THIS LINE TO ADD A BUTTON


document.write('</td><td>');
document.write('<a href="index.html" class="graphichilite"><img src="picts/b-tm-home.jpg"></a>');


document.write('</td><td>');
document.write('<a href="ps-gifts.html" class="graphichilite"><img src="picts/b-tm-gifts.jpg"></a>');


document.write('</td><td>');
document.write('<a href="ps-contactus.html" class="graphichilite"><img src="picts/b-tm-contactus.jpg"></a>');


document.write('</td><td>');
document.write('<a href="ps-clients.html" class="graphichilite"><img src="picts/b-tm-clientpictures.jpg"></a>');



// END LINKS



document.write('</td></tr></table>');
document.write('</td><td width="'+menuspace+'">');
document.write('<img src="picts/spacer.gif" width="'+menuspace+'" height="5"></a><br>');
document.write('</td></tr></table></div>');


//  End -->
