//add top banner if needed
var menulayer;
function change_layercontent(){
	if(self==top){
         menuhtmlstring="<TABLE border=0><TR><TD><img src='../images/topNavLogoImages.gif' usemap='#Map' border='0'></TD></TR></TABLE>";
	
		if(document.layers){
 			//thisbrowser="NN4";
			menulayer = document.layers["menubanner"];
			menulayer.document.open();
			menulayer.document.write(menuhtmlstring);
			menulayer.document.close();
                      }
							
	 if(document.all){
		//thisbrowser="ie"
		menulayer = document.all["menubanner"];
		menulayer.innerHTML=menuhtmlstring;
                     }
							
	if(!document.all && document.getElementById){
		//thisbrowser="NN6";
		menulayer = document.getElementById("menubanner");
		menulayer.innerHTML =menuhtmlstring;
                      }
	}
  }

function breakframes() {
	if(self!=top){
	alert("This site does not look right when it is contained with in another site's frames, so it is breaking out. This can cause trouble with the BACK button, so if you need to go BACK past our home page and it does not seem to work, try double clicking the BACK button very quickly several times, or use the BACk button history drop down selection, or just type a new URL in the address bar to go to a new site."
   	top.location.href = window.location.href }
}
	
 
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);

//rollover pop up menus
function show(menu)
	{ if (menu.style.visibility = "hidden")
		menu.style.visibility = "visible";
	}
function hide(menu)
	{ if (menu.style.visibilty = "visible")
		menu.style.visibility = "hidden";
	}



<!-- Begin Verify Required fields
function verify() {
var themessage = "You are required to complete the following fields: ";
if (document.Form1.name.value=="") {
themessage = themessage + " - Your First & Last Name";
}
if (document.Form1.email.value=="") {
themessage = themessage + " -  Your Email for Confirmation";
}
if (document.Form1.phone.value=="") {
themessage = themessage + " -  Your Phone # is required by UPS";
}
//alert if fields are empty and cancel form submit
if (themessage == "You are required to complete the following fields: ") {
document.Form1.submit();
}
else {
alert(themessage);
return false;
   }
}
//  End Verify Required fields-->
	
var today = new Date
var weekDayName = new Array ("Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday")
var monthName = new Array ("January","February","March","April","May","June","July","August","September","October","November","December")
function printDate()
	{
		document.write("<b>" + weekDayName[today.getDay()]+ ", " + monthName[today.getMonth()] + " " + today.getDate()+ ",&nbsp" + today.getYear() + "</b>")
	}
	
//***************

function changeColor(rowname){
	//var rowname2 = "R" + rowname;
	//alert(rowname);
	document.getElementById("R" + rowname).className="blueTD";	
}                      

	 

<!--

function ldMenu(mySubject) {
	if(mySubject==4)
	{alert("JVI only covers USA, Mexico and Canada, If you are not in the US, Canada or Mexico, we  will not be able to respond to your request.");}
}


function MM_swapImage() { 
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
function MM_swapImgRestore() { 
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}
function handleEnter (field, event) {
		var keyCode = event.keyCode ? event.keyCode : event.which ? event.which : event.charCode;
		if (keyCode == 13) {
			var i;
			for (i = 0; i < field.form.elements.length; i++)
				if (field == field.form.elements[i])
					break;
			i = (i + 1) % field.form.elements.length;
			field.form.elements[i].focus();
			return false;
		} 
		else
		return true;
	}      


function MM_preloadImages() { 
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_findObj(n, d) { 
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function chgblurb(identity)
	{
	var blurb = document.getElementById('industryblurb');
	if (identity == "mining")
		{blurb.innerHTML = "Mining and Quarry equipment such as vibratory screens and grizzlies and heavy duty feeders with abrasion resistant liners.";}
	if (identity == "chemical")
		{blurb.innerHTML = "Chemical processing and feeding equipment such as fluid bed driers and spiral elevators."}
	if (identity == "food")
		{blurb.innerHTML = "Food processing equipment - ingredient batching and dosing feeders. package filling feeders and spiral elevators."}
	if (identity == "foundry")
		{blurb.innerHTML = "Foundry equipment such as furnace loaders, shake out conveyors and tables, sand delumpers and reclaimers and casting feeders."}
	if (identity == "recycling")
		{blurb.innerHTML = "Recycling feeding equipment such as self cleaning feeders, tube conveyors, and light, medium or heavy duty custom feeders."}
	else if (identity == "blank")
		{blurb.innerHTML = "Vibratory Feeders and Equipment for every dry bulk material handling industry."}
			
	}
//-->