function ChangeTopImage(p_imageID){
if (top.topnav){
	top.topnav.document.getElementById("RightCell").innerHTML='<img alt="" hspace="0" src="http://www.ezi10.com/provider/0000/0368/images/'+p_imageID + '.jpg" align="right" border="0">';}
}

function Submit(p_item_name,p_amount){
document.getElementById("item_name").value = p_item_name;
document.getElementById("amount").value = p_amount;
document.prod.submit();
}



