function intlMenuRollOn(item){
	var menuItem = item;
	if(menuItem == "home")
		document.getElementById("intNav_home").style.background = "url(http://media.highlights.com/img-international/homeRollBG.png)";
	if(item == "news")	
		document.getElementById("intNav_news").style.background = "url(http://media.highlights.com/img-international/newsRollBG.png)";
	if(item == "catalog")	
		document.getElementById("intNav_catalog").style.background = "url(http://media.highlights.com/img-international/partRollBG.png)";
	if(item == "part")	
		document.getElementById("intNav_part").style.background = "url(http://media.highlights.com/img-international/partRollBG.png)";
	if(item == "trade")	
		document.getElementById("intNav_trade").style.background = "url(http://media.highlights.com/img-international/tradeRollBG.png)";
	if(item == "perm")	
		document.getElementById("intNav_perm").style.background = "url(http://media.highlights.com/img-international/permRollBG.png)";
	if(item == "contact")	
		document.getElementById("intNav_contact").style.background = "url(http://media.highlights.com/img-international/contactRollBG.png)";
}

function intlMenuRollOff(item){
	var menuItem = item;
	if(menuItem == "home")	
		document.getElementById("intNav_home").style.background = "none";
	if(menuItem == "news")	
		document.getElementById("intNav_news").style.background = "none";
	if(menuItem == "catalog")	
		document.getElementById("intNav_catalog").style.background = "none";
	if(menuItem == "part")	
		document.getElementById("intNav_part").style.background = "none";
	if(menuItem == "trade")	
		document.getElementById("intNav_trade").style.background = "none";
	if(menuItem == "perm")	
		document.getElementById("intNav_perm").style.background = "none";
	if(menuItem == "contact")	
		document.getElementById("intNav_contact").style.background = "none";	
}

function intlPartTurnJYOn() {
	document.getElementById("overlay").style.display = "block";
	document.getElementById("horizon").style.display = "block";
	document.getElementById("jyMoreInfo").style.display = "block";
}

function intlPartTurnRassOn() {
	document.getElementById("overlay").style.display = "block";
	document.getElementById("horizon").style.display = "block";
	document.getElementById("rassMoreInfo").style.display = "block";
}

function intlPartTurnECOn() {
	document.getElementById("overlay").style.display = "block";
	document.getElementById("horizon").style.display = "block";
	document.getElementById("ecMoreInfo").style.display = "block";
}

function turnPartInfoOff() {
	document.getElementById("jyMoreInfo").style.display = "none";
	document.getElementById("rassMoreInfo").style.display = "none";
	document.getElementById("ecMoreInfo").style.display = "none";
	document.getElementById("horizon").style.display = "none";
	document.getElementById("overlay").style.display = "none";
}
