
function productdetails_onMouseOver(home, id)
{	
	//img =document.getElementById("mainimage");	
	//eval("img.src="+home+"'/images/products/"+id+".jpg'");
	
}
function product_onMouseOut(home, img)
{
	/*
	img =document.getElementById("mainimage");
	eval("img.src="+home+"'/images/products/"+id+".jpg'");
	*/
}


































































































