function printLeftMenu(menuList, subMenu, subMenuList, subMenuItem)
{
if (self.location.search == "?print") {}
else {
insertPoint = subMenu;
allProducts = '<img src="/images/site/blackrightarrow.gif" width="5" height="7" border="0" alt=""> <a href="/products/earlySB5/index.html">Product Home</a>';

menuHTML = allProducts;
for (var i=0; i<menuList.length; i++) {

	if (menuList[i] == 'product')
		{
			menuHTML = menuHTML + '<br><img src="/images/site/blackrightarrow.gif" width="5" height="7" border="0" alt=""> <a href="/products/earlySB5/details.html">Product Details</a>';
		if (subMenu == 'product')
			{
				for (var l=0; l<subMenuList.length; l++) {
					if (subMenuList[l] == 'summary')
					{
							menuHTML = menuHTML + '<br>&nbsp;&nbsp;&nbsp;<img src="/images/site/right_ar_bl.gif" width="11" height="10" border="0" alt=""> <a href="/products/earlySB5/details.html#summary">Summary</a>';
					}
					
					if (subMenuList[l] == 'admin')
					{
							menuHTML = menuHTML + '<br>&nbsp;&nbsp;&nbsp;<img src="/images/site/right_ar_bl.gif" width="11" height="10" border="0" alt=""> <a href="/products/earlySB5/details.html#admin">Administration</a>';
					}
					
					if (subMenuList[l] == 'technical')
					{
							menuHTML = menuHTML + '<br>&nbsp;&nbsp;&nbsp;<img src="/images/site/right_ar_bl.gif" width="11" height="10" border="0" alt=""> <a href="/products/earlySB5/details.html#technical">Technical Qualities</a>';
					}
					
					if (subMenuList[l] == 'resource')
					{
							menuHTML = menuHTML + '<br>&nbsp;&nbsp;&nbsp;<img src="/images/site/right_ar_bl.gif" width="11" height="10" border="0" alt=""> <a href="/products/earlySB5/details.html#resources">Resources</a>';
					}
				}
			}
		}
		
	if (menuList[i] == 'pricing')
		{
		    menuHTML = menuHTML + '<br><img src="/images/site/blackrightarrow.gif" width="5" height="7" border="0" alt=""> <a href="/products/earlySB5/pricing.html" >Pricing and Ordering</a>';
		}
		
	if (menuList[i] == 'scoring')
		{
		menuHTML = menuHTML + '<br><img src="/images/site/blackrightarrow.gif" width="5" height="7" border="0" alt=""> <a href="/products/earlySB5/scoring.html" >Scoring</a>';
		if (subMenu == 'scoring')
			{
				for (var n=0; n<subMenuList.length; n++) {
					if (subMenuList[n] == 'interpretation')
					{
							menuHTML = menuHTML + '<br>&nbsp;&nbsp;&nbsp;<img src="/images/site/right_ar_bl.gif" width="11" height="10" border="0" alt=""> <a href="/products/earlySB5/scoring.html#interpret">Interpretation</a>';
					}
					
					if (subMenuList[n] == 'software')
					{
							menuHTML = menuHTML + '<br>&nbsp;&nbsp;&nbsp;<img src="/images/site/right_ar_bl.gif" width="11" height="10" border="0" alt=""> <a href="/products/earlySB5/scoring.html#software">Software</a>';
					}
				}
			}
		}
		
	if (menuList[i] == 'support')
		{
		menuHTML = menuHTML + '<br><img src="/images/site/blackrightarrow.gif" width="5" height="7" border="0" alt=""> <a href="/products/earlySB5/support.html">Support</a>';
		if (subMenu == 'support')
			{
				for (var n=0; n<subMenuList.length; n++) {
					if (subMenuList[n] == 'request')
					{
							menuHTML = menuHTML + '<br>&nbsp;&nbsp;&nbsp;<img src="/images/site/right_ar_bl.gif" width="11" height="10" border="0" alt=""> <a href="/products/earlySB5/support.html">Support Request</a>';
					}
					
					if (subMenuList[n] == 'faq')
					{
						menuHTML = menuHTML + '<br>&nbsp;&nbsp;&nbsp;<img src="/images/site/right_ar_bl.gif" width="11" height="10" border="0" alt=""> <a href="/products/earlySB5/support.html#faq">Software FAQs</a>';
					}
				}
			}
		}
		
	if (menuList[i] == 'training')
	{
		menuHTML = menuHTML + '<br><img src="/images/site/blackrightarrow.gif" width="5" height="7" border="0" alt=""> <a href="/products/earlySB5/training.html" >Training</a>';
	}			
}

document.write(menuHTML);
}
}

function GetLeftSideContent () {	
	multipleItems_onLeftSide += "<tr><td>"
	multipleItems_onLeftSide += "<object classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0' width='170' height='360' align='middle'>"
	multipleItems_onLeftSide += "	<param name='allowScriptAccess' value='sameDomain' />"
	multipleItems_onLeftSide += "	<param name='movie' value='/images/relatedProducts/SB5_Related.swf' />"
	multipleItems_onLeftSide += "	<param name='quality' value='high' />"
	multipleItems_onLeftSide += "	<param name='bgcolor' value='#ffffff' />"
	multipleItems_onLeftSide += "	<embed src='/images/relatedProducts/SB5_Related.swf' quality='high' bgcolor='#ffffff' width='170' height='360' align='middle' allowScriptAccess='sameDomain' type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer' />"
	multipleItems_onLeftSide += "</object>"
	multipleItems_onLeftSide += "<div class='relatedText'><a href='/earlychildhood/index.html'>Click Here for<br>Early Childhood Solutions</a></div>"
	multipleItems_onLeftSide += "</td></tr>"
	return multipleItems_onLeftSide;
}
    
function GetLeftSideContent_withProductSafety () {	
	multipleItems_onLeftSide += writeProductSafety();
	return GetLeftSideContent();
}