function ChangeUrl(formulaire)
 
	{
 
	if (formulaire.forum.selectedIndex != 0)
 
		{
 
		location.href = formulaire.forum.options[formulaire.forum.selectedIndex].value;
 
	 	}
 
	else 
 
		{
 
		alert('Veuillez choisir une catégorie.');
 
		}
 
	}
	
function fv(vote) 
{ 
    if (document.formulaire.vote[0].checked)
        var url=1;
    else if (document.formulaire.vote[1].checked)
        var url=2;
    else
        var url=3;
window.open("http://www.feminiweb.com/index.php3?vote="+url ,"Sondage", "toolbar=no, location=no, directories=no, status=yes, scrollbars=no, resizable=no, copyhistory=no, width=468, height=225, left=220, top=100"); 
} 
 function slide_close()
 	{
 	if(document.getElementById)
 		{
 		document.getElementById("stormslide_box").innerHTML = '';
 		document.getElementById("stormslide_box").style.top = -100;
 		document.getElementById("stormslide_box").style.left = -100;
 		document.getElementById("stormslide_box").style.width = 1;
 		document.getElementById("stormslide_box").style.height = 1;
 		}
 	}
function pconseil() 
{
window.open("../conseill.php5?t="+escape(this.document.location),"","toolbar=0,location=0,directories=0,status=0,menubar=0,resizable=1,copyhistory=0,scrollbars=0,width=370,height=250,left=120,top=120");}

