var hzm_over_delay = 250;
var hzm_out_delay = 250;
var roll_over_hz = 0;
function roll_over (img_name, img_src, num) {
	if (navigator.appVersion.indexOf("MSIE")>-1)	return;
	else											document[img_name].src = img_src;
	roll_over_hz = num;
}
function roll_over_ie (img_name, img_src, num) {
	if (navigator.appVersion.indexOf("MSIE")==-1)	return;
	else											document[img_name].src = img_src;
	roll_over_hz = num;
}
function hzm_over (targetID1, targetID2, num) {
	if (navigator.appVersion.indexOf("MSIE")>-1) 	return;
	setTimeout(function(){hzm_display(targetID1,targetID2,num)},hzm_over_delay);
}

function hzm_out (targetID1, targetID2, num) {
	if (navigator.appVersion.indexOf("MSIE")>-1) 	return;
	setTimeout(function(){hzm_hide(targetID1,targetID2,num)},hzm_out_delay);
}
function hzm_over_ie (targetID1, targetID2, num) {
	if (navigator.appVersion.indexOf("MSIE")==-1) 	return;
	setTimeout(function(){hzm_display(targetID1,targetID2,num)},hzm_over_delay);
}
function hzm_out_ie (targetID1, targetID2, num) {
	if (navigator.appVersion.indexOf("MSIE")==-1) 	return;
	setTimeout(function(){hzm_hide(targetID1,targetID2,num)},hzm_out_delay);
}
function hzm_display (targetID1, targetID2, num) {
	if (roll_over_hz == num) {
		for (var i = 1; 10>i;i++) {
			document.getElementById("ulid"+i+"a").style.display = "none";
			document.getElementById("ulid"+i+"b").style.display = "none";
		}
		document.getElementById(targetID1).style.display = "block";
		document.getElementById(targetID2).style.display = "block";
	}
}
function hzm_hide (targetID1,targetID2,num) {
	if (roll_over_hz == 0) {
		document.getElementById(targetID1).style.display = "none";
		document.getElementById(targetID2).style.display = "none";
	}
}
function MAX_hzMenu(){if(navigator.appVersion.indexOf("MSIE")==-1){return;}
var i,k,g,lg,r=/\s*MAXhvr/,nn='',c,cs='MAXhvr',bv='MAXmenubar'; 	
for(i=0; i<10; i++){g=document.getElementById(bv+nn);if(g){lg=g.getElementsByTagName("LI");
if(lg){for(k=0; k<lg.length; k++){lg[k].onmouseover=function(){c=this.className;
cl=(c)?c+' '+cs:cs;this.className=cl;};lg[k].onmouseout=function(){c=this.className;
this.className=(c)?c.replace(r,''):'';};}}}nn=i+1;}}

var hzm_sheets = new Image();			hzm_sheets.src = "/professionalplastics/content/templates/main/main/hzm_sheets.jpg";
var hzm_rods = new Image();				hzm_rods.src = "/professionalplastics/content/templates/main/main/hzm_rods.jpg";
var hzm_tubes = new Image();			hzm_tubes.src = "/professionalplastics/content/templates/main/main/hzm_tubes.jpg";
var hzm_films = new Image();			hzm_films.src = "/professionalplastics/content/templates/main/main/hzm_films.jpg";
var hzm_profiles = new Image();			hzm_profiles.src = "/professionalplastics/content/templates/main/main/hzm_profiles.jpg";
var hzm_tools = new Image();			hzm_tools.src = "/professionalplastics/content/templates/main/main/hzm_tools.jpg";
var hzm_manufacturers = new Image();	hzm_manufacturers.src = "/professionalplastics/content/templates/main/main/hzm_manufacturers.jpg";
var hzm_industries = new Image();		hzm_industries.src = "/professionalplastics/content/templates/main/main/hzm_industries.jpg";
var hzm_applications = new Image();		hzm_applications.src = "/professionalplastics/content/templates/main/main/hzm_applications.jpg";

var hzm_sheets_h = new Image();			hzm_sheets_h.src = "/professionalplastics/content/templates/main/main/hzm_sheets_h.jpg";
var hzm_rods_h = new Image();			hzm_rods_h.src = "/professionalplastics/content/templates/main/main/hzm_rods_h.jpg";
var hzm_tubes_h = new Image();			hzm_tubes_h.src = "/professionalplastics/content/templates/main/main/hzm_tubes_h.jpg";
var hzm_films_h = new Image();			hzm_films_h.src = "/professionalplastics/content/templates/main/main/hzm_films_h.jpg";
var hzm_profiles_h = new Image();		hzm_profiles_h.src = "/professionalplastics/content/templates/main/main/hzm_profiles_h.jpg";
var hzm_tools_h = new Image();			hzm_tools_h.src = "/professionalplastics/content/templates/main/main/hzm_tools_h.jpg";
var hzm_manufacturers_h = new Image();	hzm_manufacturers_h.src = "/professionalplastics/content/templates/main/main/hzm_manufacturers_h.jpg";
var hzm_industries_h = new Image();		hzm_industries_h.src = "/professionalplastics/content/templates/main/main/hzm_industries_h.jpg";
var hzm_applications_h = new Image();	hzm_applications_h.src = "/professionalplastics/content/templates/main/main/hzm_applications_h.jpg";