// JavaScript Document

//set status
function stsbar(){
		window.status="Frigmaires plant for dry mix mortar and plasticizers";
	}
	

function navigateMenu(){
	var newIndex = navigateProducts.questionare.selectedIndex;
	if (newIndex!=0){
		
		goTo = navigateProducts.questionare.options[ newIndex ].value;
		window.location.assign( goTo ); 
		}
	}