/***************handles the menu layers (include this file in the pages***********************/
/*<SCRIPT SRC="zeromenu.js"></SCRIPT>*/
var menuDelay=1000;
var zero;
function zeroMenus(){
	zero=setTimeout("MM_showHideLayers('prodnav','','hide')",menuDelay);
}
function clearZero(){
	clearTimeout(zero);
}
/*********************************************************************************************/
/*                                                                                           */
/*  onMouseOver call clearZero();, show this menus layer, and hide all other menu's layers.  */
/*  onMouseOut call zeroMenus();                                                             */
/*  Do this on all menu titles and all menu items ie. text links.                            */
/*  show hide layer not required on sublinks though                                          */
/*********************************************************************************************/