var arrLeftNavOut = new Array();
var arrLeftNavOver = new Array();
var arrLeftNav = new Array("overview", "range");

function preLoadLeftNav()
{
	for(i=0;i<arrLeftNav.length;i++)
	{
		arrLeftNavOut[i] = new Image();
		arrLeftNavOut[i].src = "/images/products/leftnav_" + arrLeftNav[i] + "_out.gif";
		arrLeftNavOver[i] = new Image();
		arrLeftNavOver[i].src = "/images/products/leftnav_" + arrLeftNav[i] + "_over.gif";
	}
}
preLoadLeftNav()

function doLeftNavOver(iId)
{
		document.getElementById("leftnav_" + arrLeftNav[iId-1]).src = arrLeftNavOver[iId-1].src;
}

function doLeftNavOut(iId)
{
		document.getElementById("leftnav_" + arrLeftNav[iId-1]).src = arrLeftNavOut[iId-1].src;
}
document.write("<div style='background-color:#000000;text-align:center'><img src='/images/products/leftnav_header.gif' width='68' height='19' vspace='3' alt='Products'/></div>");
document.write("<div style='background-color:#FFFFFF;border:1px solid #BEBEBE;text-align:left;'>");
document.write("<div style='padding:0px 4px 10px 6px'>");
if(trim(strFolder) == "products")
{
	if(document.URL.indexOf("default.htm")>0 && document.URL.indexOf("range")== -1)
	{
		document.write("<div style='padding-top:10px'><img src='/images/common/leftnav_arrow.gif' width='15' height='9' alt='' style='margin-bottom:1px'/><a href='/products/defalut.htm'><img src='/images/products/leftnav_overview_over.gif' width='90' height='12' name='leftnav_overview' id='leftnav_overview' alt='Product Overview' hspace='3' border='0'/></a></div>");
	}
	else
	{
		document.write("<div style='padding-top:10px'><img src='/images/common/leftnav_arrow.gif' width='15' height='9' alt='' style='margin-bottom:1px'/><a href='/products/default.htm'><img src='/images/products/leftnav_overview_out.gif' width='90' height='12' name='leftnav_overview' id='leftnav_overview' alt='Product Overview' hspace='3' border='0' onmouseover='doLeftNavOver(1)' onmouseout='doLeftNavOut(1)'/></a></div>");
	}
	if(document.URL.indexOf("range")>0)
	{
		document.write("<div style='padding-top:15px'><img src='/images/common/leftnav_arrow.gif' width='15' height='9' alt='' style='margin-bottom:1px'/><a href='/products/range.htm'><img src='/images/products/leftnav_range_over.gif' width='75' height='12' name='leftnav_range' id='leftnav_range' alt='Product Range' hspace='3' border='0'/></a></div>");
	}
	else
	{
		document.write("<div style='padding-top:15px'><img src='/images/common/leftnav_arrow.gif' width='15' height='9' alt='' style='margin-bottom:1px'/><a href='/products/range.htm'><img src='/images/products/leftnav_range_out.gif' width='75' height='12' name='leftnav_range' id='leftnav_range' alt='Product Range' hspace='3' border='0' onmouseover='doLeftNavOver(2)' onmouseout='doLeftNavOut(2)'/></a></div>");
	}
	if(document.URL.indexOf("range")>0 && document.URL.indexOf("garments.htm")>0)
	{
		document.write("<div style='padding-top:6px;padding-left:15px'><img src='/images/common/leftnav_smallarrow.gif' width='6' height='7' alt='' hspace='3'/><a href='/products/range/garments.htm' class='leftmenu_txt' style='color:#CC0000'>Leather Garments</a></div>");
	}
	else
	{
		document.write("<div style='padding-top:6px;padding-left:15px'><img src='/images/common/leftnav_smallarrow.gif' width='6' height='7' alt='' hspace='3'/><a href='/products/range/garments.htm' class='leftmenu_txt'>Leather Garments</a></div>");
	}
	if(document.URL.indexOf("range")>0 && document.URL.indexOf("accessories.htm")>0)
	{
		document.write("<div style='padding-top:6px;padding-left:15px'><img src='/images/common/leftnav_smallarrow.gif' width='6' height='7' alt='' hspace='3'/><a href='/products/range/accessories.htm' class='leftmenu_txt' style='color:#CC0000'>Leather Accessories</a></div>");
	}
	else
	{
		document.write("<div style='padding-top:6px;padding-left:15px'><img src='/images/common/leftnav_smallarrow.gif' width='6' height='7' alt='' hspace='3'/><a href='/products/range/accessories.htm' class='leftmenu_txt'>Leather Accessories</a></div>");
	}
	if(document.URL.indexOf("range")>0 && document.URL.indexOf("default.htm")>0)
	{
		document.write("<div style='padding-top:6px;padding-left:15px;padding-bottom:5px'><img src='/images/common/leftnav_smallarrow.gif' width='6' height='7' alt='' hspace='3'/><a href='/products/range/default.htm' class='leftmenu_txt' style='color:#CC0000'>Finished Leather</a></div>");
	}
	else
	{
		document.write("<div style='padding-top:6px;padding-left:15px;padding-bottom:5px'><img src='/images/common/leftnav_smallarrow.gif' width='6' height='7' alt='' hspace='3'/><a href='/products/range/default.htm' class='leftmenu_txt'>Finished Leather</a></div>");
	}

}
document.write("</div>");
document.write("</div>");