﻿function mouseOut()
{
	document.getElementById("moreDetails").style.background = "url('http://webiol.homenetinc.com/CarFlicks/LandingPages/images/vo_display_button_mid.png') repeat-x top";
	document.getElementById("leftMoreDetails").style.background = "url('http://webiol.homenetinc.com/CarFlicks/LandingPages/images/vo_display_button_left.png') no-repeat top";
	document.getElementById("rightMoreDetails").style.background = "url('http://webiol.homenetinc.com/CarFlicks/LandingPages/images/vo_display_button_right.png') no-repeat top";
}

function mouseOver()
{
	document.getElementById("moreDetails").style.background = "url('http://webiol.homenetinc.com/CarFlicks/LandingPages/images/vo_display_button_mid_over.png') repeat-x top";
	document.getElementById("leftMoreDetails").style.background = "url('http://webiol.homenetinc.com/CarFlicks/LandingPages/images/vo_display_button_left_over.png') no-repeat top";
	document.getElementById("rightMoreDetails").style.background = "url('http://webiol.homenetinc.com/CarFlicks/LandingPages/images/vo_display_button_right_over.png') no-repeat top";
}
