function chargePush(num) {
	if ($("vhp_" + num)) {
		$("pushprincipalabs").style.backgroundImage = "url('" + $("vhp_" + num).value + "')";
		/*$("pushprincipalabs").style.backgroundPosition = "100% 100%";*/
		$("pushprincipalabs").style.backgroundPosition = "center top";
		//$("pushprincipalabs").style.backgroundColor = "#000000";
		$("pxpush").innerHTML = $("pxhp_" + num).value;
		$("libpush").innerHTML = $("libhp_" + num).value;
		$("descpush").innerHTML = $("deschp_" + num).value;
		$("cpthp").value = num;
		//$("intropxpush").innerHTML = $("redhp_" + num).value;
		
		$$(".boulegrise").setStyles({
			'background':'',
			'color': '#FFF',
			'font-weight':'normal'
		});
		$("boulegrise_" + num).setStyles({
			'background':'transparent url(/templates/ladepeche/images/visionneuse/bulle.png) no-repeat 1px 2px',
			'color': '#DD1073',
			'font-weight':'bold'
		});
		
	}
}
function chargePushRecu(num,tot) {
	num = parseInt($('valDiapo').value);
	chargePush(num);
	nump = num+1;
	nouvNum = nump%tot;
	$('valDiapo').value = nouvNum;
}

function getSejourHp() {
	var num = $("cpthp").value;
	//alert($("datehp_" + num).value);
	if ($("lien_" + num)) {
		Common.showLoading('');
		location.href = $("lien_" + num).value;
		//location.href = 'index.php?page=sejour&id_sejour='+$("idhp_" + num).value+'&filtre[DESSEJ]='+$("paysDesthp_" + num).value+'&filtre[departurecity]='+$("villehp_" + num).value+'&filtre[date]='+$("datehp_" + num).value;
	}
}