function ImageSwap(ctl,ImageName)
{
	
		ctl.src=ImageName;
		
	
}

function ToMouseOver(ctl)
{
	
		ctl.style.cursor= 'pointer';
}