/*
 *	Bakset related function 
 */
function updateBasket(){
	
	document.getElementById("basket").submit();
}

//	function changeDeliveryOption


function changeDeliveryOption(site_root, val)
{
	window.location	=	site_root + "?page=pages&url=basket&delivery_option_id="+val;
	window.location	=	site_root + "?page=basket&delivery_option_id="+val;		
	//window.location	=	site_root + "basket.html?delivery_option_id="+val;	 	
}

function changeDeliveryCountry(site_root, val){
	
	
	window.location	=	site_root + "?page=basket&delivery_country_id="+val;		
	//window.location	=	site_root + "basket.html?delivery_option_id="+val;	 	
}
