//
function motto(s) {
	// browser check
	if (!document.body || !document.body.style)
		return;
	document.getElementById('motto').innerHTML = s;
}
var winpath=window.location.pathname;
if(winpath.search("\/top")!=-1){
	motto("<H1><BR>Where you find castings, you find MAGMA!&nbsp; &nbsp;</H1>");
}
if(winpath.search("\/products")!=-1){
	new menu (MENU_ITEMS_PRODUCTS_NAV_1, MENU_NAV_POS_1);
	new menu (MENU_ITEMS_PRODUCTS_NAV, MENU_NAV_POS);
	motto("<H1><BR>Developed by foundrymen for foundrymen&nbsp; &nbsp;</H1>");
}
if(winpath.search("\/solutions")!=-1){
	new menu (MENU_ITEMS_SOLUTIONS_NAV_1, MENU_NAV_POS_1);
	new menu (MENU_ITEMS_SOLUTIONS_NAV, MENU_NAV_POS);
	motto("<H1><BR>Solutions for every situation&nbsp; &nbsp;</H1>");
}
if(winpath.search("\/news")!=-1){
	new menu (MENU_ITEMS_NEWS_NAV_1, MENU_NAV_POS_1);
	new menu (MENU_ITEMS_NEWS_NAV, MENU_NAV_POS);
	motto("<H1><BR>MAGMA - a fast and effective task force&nbsp; &nbsp;</H1>");
}
if(winpath.search("\/contact")!=-1){
	new menu (MENU_ITEMS_CONTACT_NAV_1, MENU_NAV_POS_1);
	new menu (MENU_ITEMS_CONTACT_NAV, MENU_NAV_POS);
	motto("<H1><BR>MAGMA - represented worldwide &nbsp; &nbsp;</H1>");
}



