/*-----------------------PullDown Menus-------------*/
function mmLoadMenus() {
  if (window.mm_menu_1205122250_0) return;
  window.mm_menu_1205122250_0 = new Menu("root",150,20,"Arial, Helvetica, sans-serif",11,"#000","#000","#BBE6EF","#93D6E6","left","middle",3,0,1000,-5,7,true,true,true,0,true,true);
   mm_menu_1205122250_0.addMenuItem("CHEMICALS","location='chemicals.htm'");
   mm_menu_1205122250_0.addMenuItem("RESTROOM SUPPLIES","location='restroom.htm'");
   mm_menu_1205122250_0.addMenuItem("CLEANING TOOLS","location='cleaningtools.htm'");
   mm_menu_1205122250_0.addMenuItem("WASTE RECEPTACLES","location='wastereceptacles.htm'");
   mm_menu_1205122250_0.addMenuItem("MATS & MATTING","location='mats.htm'");
   mm_menu_1205122250_0.addMenuItem("FOOD SERVICE","location='food.htm'");
   mm_menu_1205122250_0.addMenuItem("POWER EQUIPMENT","location='powerequipment.htm'");
   mm_menu_1205122250_0.addMenuItem("GREEN PRODUCTS","location='greenproducts.htm'");
   mm_menu_1205122250_0.hideOnMouseOut=true;
   mm_menu_1205122250_0.bgColor='#035688';
   mm_menu_1205122250_0.menuBorder=1;
   mm_menu_1205122250_0.menuLiteBgColor='#035688';
   mm_menu_1205122250_0.menuBorderBgColor='#BBE6EF';

mm_menu_1205122250_0.writeMenus();
}
/*-----------------------PullDown Menus-------------*/

/*Catalog catagory slide*/
var menu_effect=0;
var previous_obj;
var pre_head_obj;
var pre_block_obj;
function show_block(head_obj,block_obj)
{
		if(document.getElementById(block_obj).style.display=='') {
			if(menu_effect==0) {
				menu_effect=1;
				new Effect.SlideUp(block_obj , { duration: 0.7});
				previous_obj=head_obj;
				setTimeout("hide_block();", 700);
				pre_head_obj=false;
			}
		} else {			
			if(menu_effect==0) {
				menu_effect=1;
				new Effect.SlideDown(block_obj , { duration: 0.7});
				head_obj.className='current';
				if(typeof(pre_head_obj)!="undefined") {
					if(pre_head_obj) {
						new Effect.SlideUp(pre_block_obj , { duration: 0.7});
						previous_obj=pre_head_obj;
						setTimeout("hide_block();", 700);
					}
				}
				pre_head_obj=head_obj;
				pre_block_obj=block_obj;
				setTimeout("menu_effect=0", 700);
			}
			
		}
 }
function hide_block() {
		previous_obj.className='';
		menu_effect=0;
}
/*Catalog catagory slide*/

/*-----------------------Homepage products()-------------*/
function products(id,obj){
		document.getElementById(id).className='products_hover';
		obj.onmouseout=function () {
			document.getElementById(id).className='products';
		}
	}
/*-----------------------Homepage products()-------------*/

/*-----------------------Include function-------------*/
function include_file(id, url) {
	
  var req = false;
  // For Safari, Firefox, and other non-MS browsers
  if (window.XMLHttpRequest) {
    try {
      req = new XMLHttpRequest();
    } catch (e) {
      req = false;
    }
  } else if (window.ActiveXObject) {
    // For Internet Explorer on Windows
    try {
      req = new ActiveXObject("Msxml2.XMLHTTP");
    } catch (e) {
      try {
        req = new ActiveXObject("Microsoft.XMLHTTP");
      } catch (e) {
        req = false;
      }
    }
  }
 var element = document.getElementById(id);
  if (req) {
    // Synchronous request, wait till we have it all
	req.open('GET', url, false);
    req.send(null);
    element.innerHTML = req.responseText;
  } 
}
/*-----------------------Include function-------------*/

/*-----------------------holdlink()-------------*/
function holdlink(id) {		
	document.getElementById(id).className='navhover';
	document.getElementById(id).onmouseout='navhover';
}
/*-----------------------holdlink()-------------*/

/*-----------------------Popup function-------------*/
function catalog()
{
	var NewWin;
	NewWin1=window.open("requestcatalog.htm",'NewWin2','height=500,width=420,top=20,left=50,location=no,status=no,toolbar=no,menubar=no,scrollbars=no');
	NewWin1.focus();

}
/*-----------------------Popup function-------------*/