/*random Pour Pub*/
var random_number="ord="+(Math.round(Math.random()*10000000000))+"?";
/*fonction de rollover menus*/
function V_dessus() {
	this.className = "incenter";
	if (this.previousSibling) this.previousSibling.className = "inleft";
	if (this.nextSibling) this.nextSibling.className = "inright";
}
function V_dehors() {
	this.className = "outcenter";
	if (this.previousSibling) this.previousSibling.className = "outleft";
	if (this.nextSibling) this.nextSibling.className = "outright";
}
/*fonction DHTML*/
function V_getNextId() {
	return __uniqueId++;
}
/*open window*/
function ow(f,w,h)
{window.open(f,'_blank','toolbar=0,location=0,directories=0,menuBar=0,scrollbars=0,resizable=0,width='+w+',height='+h);}
/*ouverture asistance*/
function owc()
{
	var h = '360';
	var uri = '';
	switch (window.location.hostname) {
	case "mail.voila.fr" :
		h = '460';
	break;
	case "guide.voila.fr" :
		h = '510';
	break;
	case "ke.voila.fr" :
		h = '450';
	break;
	case "messager.voila.fr" :
		h = '490';
	break;
	case "mobile.voila.fr" :
		h = '565';
	break;
	case "chat.voila.fr" : 
		h = '450';
	break;
	case "monsite.voila.fr" : 
		h = '510';
	break;
	case "mpa.voila.fr" : 
		h = '460';
	break;
	case "news.voila.fr" : 
		h = '400';
	break;
	case "qod.voila.fr" : 
		h = '400';
	break;
	case "shopping.voila.fr" : 
		h = '400';
	break;
	case "voilabar.voila.fr" : 
		h = '410';
	break;
	case "logitheque.voila.fr" : 
		h = '570';
	break;
	}
	var re = /\/PJ.*/;
	if (window.location.pathname.match(re) != null) {
		uri = 'PJ';
	}
	window.open('http://r.voila.fr/r?url='+escape('http://contact.voila.fr/contact?rf=')+escape(window.location.hostname)+'&uri='+uri,'_blank','toolbar=0,location=0,directories=0,menuBar=0,scrollbars=0,resizable=0,width=559,height='+h);
}

function accueil()
{
if ((navigator.appName.search('Microsoft Internet Explorer') != -1)&&(navigator.userAgent.search('Opera') == -1))
{
document.write('<A HREF="#" onClick="this.style.behavior=\'url(#default#homepage)\';this.setHomePage(\'http://www.voila.fr\');"> <B>Voila</B> en page d\'accueil</A><BR>');
}
else
{
document.write('<A HREF=/r/Racc><B>Voila</B> en page d\'accueil</A><BR>');
}
}
