<!--
function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
//-->

<!-- Full Screen Popup
function popUpFullScreen(nameOfFile, paramters, anchorName){
	if (anchorName != " ")
	var urlToOpen = nameOfFile + "?" + paramters + "#" + anchorName;
else
	var urlToOpen = nameOfFile + "?" + paramters;
	var popUpWindow = window.open(urlToOpen,"", "width="+(screen.width-10)+",height="+(screen.height-80)+",left=0,top=0,toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=yes,resizable=no");
}
// End -->

<!-- Select Menu Links
function MM_jumpMenu(targ,selObj,restore){
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}
//-->

<!-- Image Rollovers
	companyon = new Image();				companyon.src = "/images/button_company-on.gif";
	companyoff = new Image();				companyoff.src = "/images/button_company-off.gif";
	qualityon = new Image();				qualityon.src = "/images/button_quality-on.gif";
	qualityoff = new Image();				qualityoff.src = "/images/button_quality-off.gif";
	producton = new Image();				producton.src = "/images/button_product-on.gif";
	productoff = new Image();				productoff.src = "/images/button_product-off.gif";
	brochureson = new Image();				downloadson.src = "/images/button_brochures-on.gif";
	brochuresoff = new Image();				downloadsoff.src = "/images/button_brochures-off.gif";
	processon = new Image();				processon.src = "/images/button_process-on.gif";
	processoff = new Image();				processoff.src = "/images/button_process-off.gif";
	tubesizeson = new Image();				tubesizeson.src = "/images/button_tubesizes-on.gif";
	tubesizesoff = new Image();				tubesizesoff.src = "/images/button_tubesizes-off.gif";
	salesagentson = new Image();			salesagentson.src = "/images/button_salesagents-on.gif";
	salesagentsoff = new Image();			salesagentsoff.src = "/images/button_salesagents-off.gif";
	contacton = new Image();				contacton.src = "/images/button_contact-on.gif";
	contactoff = new Image();				contactoff.src = "/images/button_contact-off.gif";

function img_act(imgName) {
	imgOn = eval(imgName + "on.src");
	document [imgName].src = imgOn;
}

function img_inact(imgName) {
	imgOff = eval(imgName + "off.src");
	document [imgName].src = imgOff;
}
// End -->

<!-- Begin Email Write Script
function writeemail(emailname, emaildomain, emailoption, emailtext, emailstyle) {
	if (emailtext == "" || emailtext == null) {
		emailtext = (emailname + '@' + emaildomain);
	}
	if (emailoption == "" || emailoption == null) {
		emailoption2 = ('');
	} else {
		emailoption2 = ('?' + emailoption);
	}
	if (emailstyle == "" || emailstyle == null) {
		emailstyle2 = ('');
	} else {
		emailstyle2 = (' style="' + emailstyle + '"');
	}
	emailadd=(emailname + '@' + emaildomain + emailoption2);
	return('<a href="mailto:' + emailadd + '"' + emailstyle2 +'>' + emailtext + '</a>');
}
//-->
