// JavaScript Document

function rollover(img_name, img_src) {
	//alert('hey');
	document[img_name].src=img_src;

}

