// JavaScript Document

function custom_print() { // version nettement simplifiee
	window.print();
}

function goHist(a) 
{
   history.go(a);     
}


pause_time = 3000; // 1000
function redirection(langue) {
	transfer_location = "/"+langue+"/promocoupon/"
	 setTimeout('window.location.href = transfer_location;',pause_time);
}

