<!--
function select(selection){
	if(selection.value != "")
	window.location=selection.options[selection.selectedIndex].value;
}

//Disable right mouse click Script
var message="Function Disabled!";
/**
 *
 * @access public
 * @return void
 **/
function changeSelect(p_action){
var strAction = document.getElementById("panier").action;
//alert(p_action);
if(p_action == 0){
	document.getElementById("panier").action = strAction.replace("html","php");
}
document.getElementById("panier").submit();
}

// -->

function IsCgvChecked(){
//var strAction = document.getElementById("acgv").value;

alert("strAction");
/*if(strAction){
	document.getElementById("imgacgv").src ="IMG/valider.gif";
}*/
//document.getElementById("panier").submit();
}

function Refresh(){
var toot = location.href;
/*alert(toot);
alert(toot.indexOf("&raf=O"));*/

if(toot.indexOf("raf=O") == -1){
//alert( toot.toString() + "&raf=O");
	if(toot.indexOf("?") == -1){
		myUrl = toot.toString() + "?raf=O";
	}else
	myUrl = toot.toString() + "&raf=O";
	
	window.location.href = myUrl;
}
}
	