// JavaScript Document
<!--hide this script from non-javascript-enabled browsers

function openLink(myLink,myTarget) { window.open(myLink,myTarget)} 
function MM_displayStatusMsg(msgStr)  { status=msgStr; document.MM_returnValue = true;}

function ie_hover(obj) {
	//obj.style.backgroundColor='#E1E100';
	obj.style.cursor='pointer';
	
	//alert(obj.style.color)
	
	obj.style.color = "#ff0000"; 
	
	obj.style.backgroundImage = "url('images/menu_degrade.jpg')"; 
	obj.style.backgroundRepeat = "no-repeat"; 
	obj.style.backgroundPosition = "right"; 	

	
	
	}
function ie_out(obj) {
	//obj.style.backgroundColor='#FFFFFF';
	obj.style.backgroundImage = ""; 	
	obj.style.color = "#000000";	
	} 

//-->
