<!-- Begin MENU

// NOTE: If you use a ' add a slash before it like this \'


var menuside	= "center"	// MENU SIDE | left, right or center
var menuspace	= "25"		// MENU END SPACING
var turnoffmenu           = "no"   // yes or no


document.write('<div class="printhide"><TABLE cellpadding="0" cellspacing="0" border="0" width="100%" class="menubackground"><tr><td align="'+menuside+'">');
document.write('<TABLE cellpadding="0" cellspacing="0" border="0"><tr><td width="'+menuspace+'">');
document.write('<img src="picts/spacer.gif" width="'+menuspace+'" height="5"></a><br>');



// COPY THE NEXT TWO LINES AND PASTE ABOVE THIS LINE TO ADD A BUTTON



document.write('</td><td valign=top>');
document.write('<div class="rollover"><a href="index.php"><img src="string.php?text=Home&width=120&height=22&forecolor=fdfad5&backcolor=4d4d59&size=12" border=0></a>');
if (turnoffmenu == "no") {

document.write('</div></td><td width=14></td><td valign=top><div class="rollover">');
document.write('<a href="about.htm"><img src="string.php?text=About Us&width=120&height=22&forecolor=fdfad5&backcolor=4d4d59&size=12" border=0></a>');

document.write('</div></td><td width=14></td><td valign=top><div class="rollover">');
document.write('<a href="clientsat.htm"><img src="string.php?text=Client Satisfaction&width=75&height=22&forecolor=fdfad5&backcolor=4d4d59&size=12" border=0></a>');


document.write('</div></td><td width=14></td><td valign=top><div class="rollover">');
document.write('<a href="galleries.php"><img src="string.php?text=Portfolio&width=200&height=22&forecolor=fdfad5&backcolor=4d4d59&size=12" border=0></a>');

document.write('</div></td><td width=14></td><td valign=top><div class="rollover">');
document.write('<a href="media.htm"><img src="string.php?text=Media&width=120&height=22&forecolor=fdfad5&backcolor=4d4d59&size=12" border=0></a>');

document.write('</div></td><td width=14></td><td valign=top><div class="rollover">');
document.write('<a href="clientlogin.htm"><img src="string.php?text=Client Login&width=200&height=22&forecolor=fdfad5&backcolor=4d4d59&size=12" border=0></a>');

document.write('</div></td><td width=14></td><td valign=top><div class="rollover">');
document.write('<a href="contact.htm"><img src="string.php?text=Contact Us&width=100&height=22&forecolor=fdfad5&backcolor=4d4d59&size=12" border=0></a>');


}




// END LINKS



document.write('</div></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 -->