// JavaScript Document


function TDMouseOver(Obj,Color,Link){
	Obj.style.background = "none";
	Obj.style.backgroundImage = "url(images/sf_trat2.gif)";
	document.getElementById(Link).style.color = Color;
}

function TDMouseOverINT(Obj,Color,Link){
	Obj.style.background = "none";
	Obj.style.backgroundImage = "url(../images/sf_trat2.gif)";
	document.getElementById(Link).style.color = Color;
}

function TDMouseOver2(Obj,Color,Link){
	Obj.style.background = "#FFFFFF";
	document.getElementById(Link).style.color = Color;
}

function TDMouseOut(Obj,Color,Link){
	Obj.style.background = Color;
	//Obj.style.background-image="none";
	document.getElementById(Link).style.color = "#FFFFFF";
}

function EnlargeFlagOut(Obj){
	Obj.width = 21;
	Obj.height = 15;
}

function EnlargeFlagOver(Obj){
	Obj.width = 27;
	Obj.height = 18;
}
