indentHover		= new Image();
indentHover.src	= 'images/store_navind1.png';

function indenthover(imgid,status) {
	var img = document.getElementById(imgid);
	img.src = ('images/store_navindent'+status+'.png');
}