function imagehover(input,root)
{
	//alert(input);
	$jpnc("#hoverimagecontainer").hide().html("<image src='"+root+"components/com_virtuemart/shop_image/category/"+input+"' />").fadeIn(400);
	return true;
}