function showDiv(div){
	Effect.Appear(div);
	//alert(div);
}
	function colorChamp(chp){
		$(chp).style.borderColor="red";
	}