function ChangeBrand()
{
	window.location = "price.phtml?brandID=" + document.all['brands'].value;
}

function ChangePlane()
{
	if( document.all['Tarifs'].value != "0" )
		window.open( document.all['Tarifs'].value );
}

function sevenDays()
{ 	
	win = window.open("sevendays.htm","","width=300,height=150;status=no,menubar=no,resizable=no");
	//win.moveTo(50,50);
}