function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}

function HideContent(id) 
{
	if(id.length < 1) 
	{ 
		return; 
	}
	document.getElementById(id).style.display = 'none';
}


function buyproduct()
{
	document.prod.submit();	
}

function setDelivery()
{	
	var delCountry = document.getElementById("dcountry");
	var billCountry = document.getElementById("country");

	delCountry.value = billCountry.value;
}