// JavaScript Document
function use_alt_add(){
	var and="profil";
	if($("bestil_and_check").checked){
		and="and";
	}
	ajax_request_post('inc/7.bestilling/and_adr.php','bestil_and='+and+'&bestil_and_navn='+$('bestil_and_navn').value + '&bestil_and_adr='+$('bestil_and_adr').value + '&bestil_and_postnr='+$('bestil_and_postnr').value + '&bestil_and_by='+$('bestil_and_by').value,function(response){																																																				 		
	});
	
} 
function bestil_trin1(){
	var and="profil";
	if($("bestil_and_check").checked){
		and="and";
	}
	ajax_request_post('inc/7.bestilling/and_adr.php','bestil_and='+and+'&bestil_and_navn='+$('bestil_and_navn').value + '&bestil_and_adr='+$('bestil_and_adr').value + '&bestil_and_postnr='+$('bestil_and_postnr').value + '&bestil_and_by='+$('bestil_and_by').value,function(response){	
		addHistoryEvent("inc/7.bestilling/trin2.php");
	});
}
function bestil_trin2(){
	if($("bestil_be_check").checked){
		addHistoryEvent("inc/7.bestilling/trin3.php");
	}else{
		alert("Du skal accepterer handels og leverings betingelserne(you need to accept Order and Shipping conditions)");
	}
}
