startList = function() {

{
   elems=document.getElementsByTagName("noscript");
   for(i=elems.length-1;elem=elems[i];i--) {
     if(elem.className=="clickfix")
       elem.outerHTML = elem.innerHTML; 
 }}
 
if (document.all&&document.getElementById) {
navRoot = document.getElementById("nav");
for (i=0; i<navRoot.childNodes.length; i++) {
node = navRoot.childNodes[i];
if (node.nodeName=="LI") {
node.onmouseover=function() {
this.className+=" over";
}
node.onmouseout=function() {
this.className=this.className.replace(" over", "");
}
}
}
}
}
//window.onload=startList;
 
if (document.images) {
    helpbuttonup       = new Image();
    helpbuttonup.src   = "/default_files/help.gif" ;
    helpbuttondown     = new Image() ;
    helpbuttondown.src = "/default_files/helpover.gif" ;

	Searchbuttonup       = new Image();
    Searchbuttonup.src   = "/default_files/Advanced_Search.gif" ;
    Searchbuttondown     = new Image() ;
    Searchbuttondown.src = "/default_files/Advanced_Searchover.gif" ;

	Wishbuttonup       = new Image();
    Wishbuttonup.src   = "/default_files/WishList.gif" ;
    Wishbuttondown     = new Image() ;
    Wishbuttondown.src = "/default_files/WishListover.gif" ;

	Shopbuttonup       = new Image();
    Shopbuttonup.src   = "/default_files/shoppingcart.gif" ;
    Shopbuttondown     = new Image() ;
    Shopbuttondown.src = "/default_files/shoppingcartover.gif" ;
    
    	statbuttonup       = new Image();
        statbuttonup.src   = "/default_files/stat.gif" ;
        statbuttondown     = new Image() ;
    statbuttondown.src = "/default_files/statover.gif" ;
}
function buttondown( buttonname )
{
    if (document.images) {
      document.getElementById(buttonname).src = eval( buttonname + "down.src" );
    }
}
function buttonup ( buttonname )
{
    if (document.images) {
       document.getElementById(buttonname).src = eval( buttonname + "up.src" );
    }
}

function open_menu(navRoot)
{
	for (i=0; i<navRoot.childNodes.length; i++)
		{
			node = navRoot.childNodes[i];
			if (node.nodeName=="LI") 
				{
					node.onmouseover=function() {
					this.className+=" over";
					}
					node.onmouseout=function() {
					this.className="inner";
					}
				}
		}
}

function make_refLink(refLink)
{
var i,href;
href="";
for(i=0;i<document.all.length;i++)
	{
	if(document.all[i].tagName=='a' || document.all[i].tagName=='A')
		{
			href=document.all[i].href;
			if(href.indexOf("?")>0)
				href+='&' + refLink;
			else
				href+='?' + refLink;
			document.all[i].href=href;
		}
	}
}


  
 
 
