function onload_config(anchorID)
{

	//top menus
     if( anchorID == "sp")
        document.getElementById('sp').style.color="yellow";
     else if( anchorID == "fp")
        document.getElementById('fp').style.color="yellow";
     else if( anchorID == "li")
        document.getElementById('li').style.color="yellow";
     else if( anchorID == "so")
        document.getElementById('so').style.color="yellow";


	//category list
     else if( anchorID == "adhes")
        document.getElementById('adhes').style.color="red";
     else if( anchorID == "arch_int_des")
        document.getElementById('arch_int_des').style.color="red";		
     else if( anchorID == "au")
        document.getElementById('au').style.color="red";
     else if( anchorID == "cb")
        document.getElementById('cb').style.color="red";
     else if( anchorID == "cf")
        document.getElementById('cf').style.color="red";
     else if( anchorID == "cu")
        document.getElementById('cu').style.color="red";
     else if( anchorID == "dc_g")
        document.getElementById('dc_g').style.color="red";
     else if( anchorID == "enwf")
        document.getElementById('enwf').style.color="red";
     else if( anchorID == "eques")
        document.getElementById('eques').style.color="red";
     else if( anchorID == "fs")
        document.getElementById('fs').style.color="red";
     else if( anchorID == "fw")
        document.getElementById('fw').style.color="red";
     else if( anchorID == "ff")
        document.getElementById('ff').style.color="red";
     else if( anchorID == "fur_s")
        document.getElementById('fur_s').style.color="red";
     else if( anchorID == "geo")
        document.getElementById('geo').style.color="red";
     else if( anchorID == "gp")
        document.getElementById('gp').style.color="red";
     else if( anchorID == "home")
        document.getElementById('home').style.color="red";
     else if( anchorID == "htrf")
        document.getElementById('htrf').style.color="red";
     else if( anchorID == "mus")
        document.getElementById('mus').style.color="red";
     else if( anchorID == "nf")
        document.getElementById('nf').style.color="red";
     else if( anchorID == "sae")
        document.getElementById('sae').style.color="red";
     else if( anchorID == "sew")
        document.getElementById('sew').style.color="red";
     else if( anchorID == "sf")
        document.getElementById('sf').style.color="red";
     else if( anchorID == "slit")
        document.getElementById('slit').style.color="red";
     else if( anchorID == "strip")
        document.getElementById('strip').style.color="red";
     else if( anchorID == "wf")
        document.getElementById('wf').style.color="red";


}
// 100% Wool Popup Window
function popup()
{    document.getElementById('popup').innerHTML='<div class="popupWindow">We are proud to say that all our felt products are made of 100% wool.</div>';
}
function close_popup()
{    document.getElementById('popup').innerHTML='';
}

function showCatList()
{    var catExpBtn = document.getElementById('cat_exp_btn').innerHTML;
     if ( catExpBtn == "more categories")
     {     document.getElementById('more_categories').innerHTML=
				 '<div class="catListName"><a href="Geotextile.aspx">                   Geotextile </a></div> \
				  <div class="catSepBar"><img src="images/categoryBarBottom.jpg" alt=""/></div> \
				  <div class="catListName"><a href="Glass_Polishing.aspx">              Glass Polishing </a></div> \
				  <div class="catSepBar"><img src="images/categoryBarBottom.jpg" alt=""/></div> \
				  <div class="catListName"><a href="High_Temp_Res_Felts.aspx">          High Temperature <br />Resistant Felts </a></div> \
				  <div class="catSepBar"><img src="images/categoryBarBottom.jpg" alt=""/></div> \
				  <div class="catListName"><a href="Musical.aspx">                      Musical </a></div>       \
				  <div class="catSepBar"><img src="images/categoryBarBottom.jpg" alt=""/></div> \
				  <div class="catListName"><a href="Needled_Felts.aspx">                Needled Felts </a></div> \
				  <div class="catSepBar"><img src="images/categoryBarBottom.jpg" alt=""/></div> \
				  <div class="catListName"><a href="Felt_Wheels.aspx">                  Felt Wheels </a></div>     \
				  <div class="catSepBar"><img src="images/categoryBarBottom.jpg" alt=""/></div> \
				  <div class="catListName"><a href="SAE_Felts.aspx">                    SAE Felts </a></div>     \
				  <div class="catSepBar"><img src="images/categoryBarBottom.jpg" alt=""/></div> \
				  <div class="catListName"><a href="Sewing.aspx">                       Sewing </a></div>        \
				  <div class="catSepBar"><img src="images/categoryBarBottom.jpg" alt=""/></div> \
				  <div class="catListName"><a href="Sheet_Felts.aspx">                  Sheet Felts </a></div>   \
				  <div class="catSepBar"><img src="images/categoryBarBottom.jpg" alt=""/></div> \
				  <div class="catListName"><a href="Slitting.aspx">                     Slitting </a></div>      \
				  <div class="catSepBar"><img src="images/categoryBarBottom.jpg" alt=""/></div> \
				  <div class="catListName"><a href="Stripping.aspx">                    Stripping </a></div>     \
				  <div class="catSepBar"><img src="images/categoryBarBottom.jpg" alt=""/></div> \
				  <div class="catListName"><a href="Wiper_Felts.aspx">                  Wiper Felts </a></div>   \
				  <div class="catSepBar"><img src="images/categoryBarBottom.jpg" alt=""/></div>';
		  document.getElementById('cat_exp_btn').innerHTML = 'close';
	 }
	 else
     {    document.getElementById('more_categories').innerHTML = '';
	      document.getElementById('cat_exp_btn').innerHTML = 'more categories';
     }
}
// co = change opacity of category list menu category separation bar
function co()
{    document.getElementById('csb1').filter.alpha.opacity='30';
}
function normal()
{
}