// JavaScript Document
function overStyle(id,textColor,bgColor,bgImage)
{
	
	//document.getEelementById(id).style.background-color = "#ffff00";
}