function showArrow(location){
	if(location != ""){
		document.getElementById(location).innerHTML = '<img src="' + vRoot + '/statichtml/images/marketingtools/00_arrow.gif" alt="" width="7" height="8" />';
	}
}

function showPrintMktg(){
	var vURL=document.location.toString();
	if(document.getElementById('printItems').style.display != "block"){
		document.getElementById('printItems').style.display = "block";
	}else{
		document.getElementById('printItems').style.display = "none"
	}
}

var nav = '';

nav += '<div style="width: 177px; border: 1px solid #87b70a;">';
nav +='		<div style="border-bottom: 1px solid #87b70a; background-color: #bed2ee;"><img src="' + vRoot + '/statichtml/images/marketingtools/00_print_marketing.gif" alt="Print Marketing" width="118" height="10" hspace="3" vspace="5" /></div>';
nav += '	<div style="background-color: #f8faf3; width: 175px;">';
nav += '		<div id="catalogs"></div><div class="linkSpace"><a class="LargeLinks" href="' + vRoot + '/statichtml/catalogcenter/index.html">Catalogs & Price Lists</a></div>';
nav += '		<div style="clear: both;"></div>';
nav += '        <div class="linkSpace"><a class="LargeLinks" href="javascript:void(0);" onClick="showPrintMktg()">Customizable Print Marketing</a></div>';
nav += '			<div id="printItems" style="display: none;">';
nav += '				<div id="pdf"></div><div class="linkSpace">&nbsp;<a class="LargeLinks" href="' + vRoot + '/statichtml/specsheets/">Create a spec sheet</a></div>';
nav += '				<div style="clear: both;"></div>';
nav += '				<div id="letter"></div><div class="linkSpace">&nbsp;&nbsp;<a class="LargeLinks" href="' + vRoot + '/statichtml/marketmenu/instantdirectmail_home.html">Letter templates</a></div>';
nav += '			</div>';
nav += '		<div style="clear: both;"></div>';
nav += '        <div id="swatch"></div><div class="linkSpace"><a class="LargeLinks" href="javascript: golink(\'olc/cobrand-product.w?product=MM017\', \'main\');">Swatch Card Kit</a></div>';
nav += '		<div style="clear: both;"></div><br/>';
nav += ' 	</div>';

nav += ' 	<div style="border-bottom: 1px solid #87b70a; border-top: 1px solid #87b70a; background-color: #bed2ee;"><img src="' + vRoot + '/statichtml/images/marketingtools/00_online_marketing.gif" alt="Online Marketing" width="130" height="10" hspace="3" vspace="5" /></div>';
nav += '	<div style="background-color: #f8faf3; width: 175px;">';
nav += '		<div id="custom" style="margin-top: 3px;"></div><div class="linkSpace">';	
					if (vLoggedIn){
						//nav += '<a class="LargeLinks" href="javascript:golink(\'static.w?header=yes&footer=yes&page=http://www.bodekandrhodes.com' + vRoot + '/statichtml/custom_website.html\', \'main\');">Websites</a></div>';  
						nav += '<a class="LargeLinks" href="' + vRoot + '/statichtml/custom_website.html">Websites</a></div>';  
					}else{
						nav += '<a class="LargeLinks" href="/cgi-bin' + vCgi + '/site.w?location=login.w&elocation=' + vRoot + '/statichtml/custom_website.html&external=yes&frames=no&target=main&sponsor=' + vSponsor + '">Websites</a></div>'; 
					}		
nav += '		<div style="clear: both;"></div>';
nav += '        <div id="library"></div><div class="linkSpace"><a class="LargeLinks" href="' + vRoot + '/statichtml/marketmenu/hires_frames.html">Image Library</a></div>';
nav += '		<div style="clear: both;"></div>';
nav += '		<div id="email"></div><div class="linkSpace"><a class="LargeLinks" href="' + vRoot + '/statichtml/promote">Email Your Customers</a></div>';
nav += '		<div style="clear: both;"></div><br/>';
nav += ' 	</div>';

nav += '	<div style="border-bottom: 1px solid #87b70a; border-top: 1px solid #87b70a; background-color: #bed2ee;"><img src="' + vRoot + '/statichtml/images/marketingtools/00_showroom.gif" alt="Showroom" width="82" height="10" hspace="3" vspace="5" /></div>';
nav += '	<div style="background-color: #f8faf3; width: 175px;">';
nav += '		<div id="display"></div><div class="linkSpace"><a class="LargeLinks" href="' + vRoot + '/statichtml/showroom/display.html">Display & Point of Purchase</a></div>';
nav += '		<div style="clear: both;"></div>';
nav += '        <div id="samples"></div><div class="linkSpace"><a class="LargeLinks" href="' + vRoot + '/statichtml/showroom/samples.html">Product Samples & Kits</a></div>';
nav += '		<div style="clear: both;"></div>';
nav += '		<div id="posters"></div><div class="linkSpace"><a class="LargeLinks" href="' + vRoot + '/statichtml/showroom/poster-gildan.html">Posters</a></div>';
nav += '		<div style="clear: both;"></div><br/>';
nav += ' 	</div>';

nav += '</div>';

//document.write (nav);
document.getElementById("nav").innerHTML = nav;
