function intr()
{
	window.open("html/index.html","lesrizieres2",'toolbar=yes,scrollbars=0,menubar=yes,location=0,resizable=yes,directories=0,status=0,width='+(screen.width-10)+',height='+(screen.height-59)+',left=0,top=0');
}

function accueil()
{
	window.open("html/index_ac.html","lesrizieres",'toolbar=yes,scrollbars=0,menubar=yes,location=0,resizable=yes,directories=0,status=0,width='+(screen.width-10)+',height='+(screen.height-59)+',left=0,top=0');
}

function accueil_en()
{
	window.open("html_en/index_ac.html","lesrizieres",'toolbar=yes,scrollbars=0,menubar=yes,location=0,resizable=yes,directories=0,status=0,width='+(screen.width-10)+',height='+(screen.height-59)+',left=0,top=0');

}

function openPopup(url, title, parameters)
{
	var opp = window.open(url, "Document","toolbar=no,width=900,height=640,menubar=yes,status=no,scrollbars=yes,resizable=yes");
	opp.moveTo(((screen.width/2)-405),((screen.height/2)-350));
}

function availpro(translation)
{
	openPopup('http://www.availpro.com/v2book.asp?p=1737&language='+translation+'&s=0&property=4629&trf=RACKPRI&trfb=true&trfd=false&back=http://WWW%3Blesrizieres-camargue.com&pop=1');
}

function news_goToNews(domain, translation)
{
	openPopup("http://www."+domain+"/news/"+translation+"/list.html");
}

function mgaClient_goToDoc(domain, idDoc, translation)
{
	openPopup("http://www."+domain+"/mga_client/idoc/doc/doc"+idDoc+translation+".pdf");
}