<!--

function openWin1(url,hauteur,largeur)
{	
	window.open(url,'nom','toolsbar=no,resizable=yes,height='+hauteur+',width='+largeur);
}

function openWin(url,hauteur,largeur)
{	
	window.open(url,'nom','toolsbar=no,resizable=yes,height='+hauteur+',width='+largeur);
}


function openWin111(url,hauteur,largeur)
{	
	window.open(url,'ami','toolsbar=no,resizable=yes,height='+hauteur+',width='+largeur);
}


function openWin2(url,hauteur,largeur)
{	
	window.open(url,'nom2','toolsbar=yes,height='+hauteur+',width='+largeur);
}


function openWin2345(url,hauteur,largeur)
{	
	window.open(url,'nom2','toolsbar=yes,height='+hauteur+',width='+largeur+',scrollbars=yes,resizable=yes,menubar=no');
}

function openWin15(url,hauteur,largeur)
{	
	window.open(url,'nom','toolbar=no,status=no,width='+largeur+' ,height='+hauteur+',scrollbars=yes,resizable=yes,menubar=no');
}

function openWin3(url,hauteur,largeur)
{	
	window.open(url,'nom2','toolsbar=no,scrollbars=1,height='+hauteur+',width='+largeur);
}

function rollOver(ImgNme)
{
 obj=document.images[ImgNme];
 obj.src=(obj.src.lastIndexOf('_on')!=-1)? obj.src.replace(/_on/gi,"_off"):obj.src.replace(/_off/gi,"_on");
}


function PSR_imprimer () { 
    var PSR_f1 = null; 
    var PSR_content=document.getElementById('PSR_print').parentNode.innerHTML; 
    var PSR_title=document.getElementsByTagName('title')[0].innerText; 
    if (PSR_f1) {if(!PSR_f1.closed) PSR_f1.close();} 
    PSR_f1 = window.open ('',"PSR_f1", "height=680,width=687,menubar=yes,scrollbars=yes,resizable=yes,,left=10,top=10"); ; 
    PSR_f1.document.open(); 
    PSR_f1.document.write("<html><head><title>" + PSR_title + "</title><link rel='STYLESHEET' type='text/css' href='http://www.cerenicimo.fr/style.css'></head><body bgcolor='#ffffff'><div align=center><img src='http://www.cerenicimo.fr/images/Band-cerenicimo1.gif'></div><br>"+PSR_content+"<br><table border=0 width=100% align=center><tr><td width=100% align=center><div width=100% align=center class=text><strong>Cerenicimo</stong> - 3, all&eacute;e Alphonse Fillion - 44120 Vertou<br>Tél : 02 28 21 05 10 - Fax : 02 28 21 05 19</div></td></tr></table></body></html>"); 
    PSR_f1.document.close(); 

    PSR_f1.focus(); 
PSR_f1.print();
} 

function PSR_imprimer2 () { 
    var PSR_f1 = null; 
    var PSR_content=document.getElementById('PSR_print').parentNode.innerHTML; 
    var PSR_title=document.getElementsByTagName('title')[0].innerText; 
    if (PSR_f1) {if(!PSR_f1.closed) PSR_f1.close();} 
    PSR_f1 = window.open ('',"PSR_f1", "height=680,width=850,menubar=yes,scrollbars=yes,resizable=yes,,left=10,top=10"); ; 
    PSR_f1.document.open(); 
    PSR_f1.document.write("<html><head><title>" + PSR_title + "</title><link rel='STYLESHEET' type='text/css' href='http://www.cerenicimo.fr/style.css'></head><body bgcolor='#ffffff'><div align=center><img src='http://www.cerenicimo.fr/images/logo_cerenicimo.gif'></div><br>"+PSR_content+"<br><table border=0 width=100% align=center><tr><td width=100% align=center><div width=100% align=center class=text><strong>Cerenicimo</stong> - 3, all&eacute;e Alphonse Fillion - 44120 Vertou<br>Tél : 02 28 21 05 10 - Fax : 02 28 21 05 19</div></td></tr></table></body></html>"); 
    PSR_f1.document.close(); 

    PSR_f1.focus(); 
PSR_f1.print();
} 


function navigation() 
{
lieu = document.cerenicimo.grille.options[document.cerenicimo.grille.options.selectedIndex].value;
	{
			window.open(lieu,"plan");
	}
}

//-->
