
theInfo = "<table border=0 cellpadding=0 cellspacing=0>";
theInfo += "	<tr>";
theInfo += "		<td colspan='3' valign='middle' align='right' class='TopLinks'><a href='http://www.berylmartin.com'>BerylMartin.com Home</a>&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;<a href='http://www.berylmartin.com/preload.php'>Design + Printing</a>&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;<a href='/Scripts/t4cgi.exe/register.taf'>Register</a>&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;<a href='/Scripts/t4cgi.exe/register.taf?function=loginpage'>Log in</a></td>";
theInfo += "	</tr>";
theInfo += "	<tr>";
theInfo += "		<td colspan='3' height='100'><img src='"+pathFile+"images/banner.jpg'></td>";
theInfo += "	</tr>";
theInfo += "	<tr>";
theInfo += "		<td colspan='3' height='24' align='center' class='MainMenu'>";
theInfo += "<a href='/Scripts/t4cgi.exe/public.taf'>This Life&trade; Home</a>&nbsp;&nbsp;&#183;&nbsp;&nbsp;";
theInfo += "<a href='/Scripts/t4cgi.exe/products.taf?category=man&design=HBM'>Product Catalog</a>&nbsp;&nbsp;&#183;&nbsp;&nbsp;";
theInfo += "<a href='javascript:openCreativeGuideBrowser()'>Creative Guide</a>&nbsp;&nbsp;&#183;&nbsp;&nbsp;";
theInfo += "<a href='/Scripts/t4cgi.exe/proof.taf'>Proof Sign Off</a>&nbsp;&nbsp;&#183;&nbsp;&nbsp;";
theInfo += "<a href='/Scripts/t4cgi.exe/partner.taf'>Partner with BerylMartin</a>&nbsp;&nbsp;&#183;&nbsp;&nbsp;";
theInfo += "<a href='/Scripts/t4cgi.exe/public.taf?page=aboutus'>About Us</a>&nbsp;&nbsp;&#183;&nbsp;&nbsp;";
theInfo += "<a href='/Scripts/t4cgi.exe/public.taf?page=hours'>Hours & Location</a>";	

if(userstatus=='logged') theInfo += "Welcome "+userName+"!&nbsp;&nbsp;|&nbsp;&nbsp;";
if(userstatus=='logged') theInfo += "			<a class=browntext href='partner.taf?"+userRef+"'>Partner with BerylMartin</a>&nbsp;&nbsp;|&nbsp;&nbsp;";


theInfo += "		</td>";
theInfo += "	</tr>";
theInfo += "	<tr>";
theInfo += "		<td>&nbsp;</td>";
theInfo += "		<td colspan=2>";
theInfo += "			<table border=0 cellpadding=0 cellspacing=0 width=100%>";
theInfo += "				<tr>";
theInfo += "					<td width=65><img src='"+pathFile+"images/white.gif' height=40 width=65></td>";
theInfo += "				</tr>";
theInfo += "			</table>";
theInfo += "		</td>";
theInfo += "	</tr>";
theInfo += "</table>";
document.write(theInfo);


OtherProdslinks =  "<a class=browntext href='http://www.babybars.com'>Oh Baby</a>";

AboutUslinks =  "<a class=browntext href='"+pathFile+"aboutus.htm'>Who is BerylMartin?</a>&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;";
AboutUslinks += "<a class=browntext href='"+pathFile+"mission.htm'>Our Mission</a>&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;";
AboutUslinks += "<a class=browntext href='"+pathFile+"whywedo.htm'>Why We Do What We Do</a>";


if(document.getElementById) {
	subMenu =  "<div id=subOtherProds class=menuButton onMouseOver='this.style.visibility=\"visible\"' onMouseOut='this.style.visibility=\"hidden\"' style='background-color:#D2C4A6; position:absolute; visibility:hidden; width:100px; height:18px; left:300px; top:116px'>"+OtherProdslinks+"</div>";
	subMenu += "<div id=subAboutUs class=menuButton onMouseOver='this.style.visibility=\"visible\"' onMouseOut='this.style.visibility=\"hidden\"' style='background-color:#D2C4A6; position:absolute; visibility:hidden; width:400px; height:18px; left:275px; top:116px'>"+AboutUslinks+"</div>";
}
document.write(subMenu);


