/**
 * @author Tony Bianco
 */


//images/marketing_site/buttons/btn_buy_over.png

function img_roll_over(img_obj, img_file)
{
	document.getElementById(img_obj).src = img_file;

}