//ouverture dans la page
function lien(what)
{
	switch (what)
	{
		
		case "boutik":		{url="http://www.yves-rocher.fr";}break;
		case "pub":			{url="http://www.yves-rocher-fondation.org/FR/index.html";}break;
		case "store":		{url="http://storelocator-prod.net-ng.com/index.php?id=7";}break;
		case "centre":		{url="http://www.magasins.yves-rocher.fr";}break;
		
		default:{url="http://www.yves-rocher.fr";}
	}
	
document.location.href=this.url;
}


//ouverture en popup
function openwin(what)
{
	switch (what)
	{
		
		case "boutik":		{url="http://www.yves-rocher.fr";}break;
		//case "pub":			{url="http://www.yves-rocher-fondation.org/FR/index.html";}break;
		//INOSITOL case "pub":			{url="http://www.yves-rocher.fr/shop_app/app_FR/jms.jsp?nav=topic&topicId=1202";}break;
		case "pub":			{url="http://www.yves-rocher.fr/shop_app/app_FR/jms.jsp?nav=topic&topicId=1333";}break;
		case "store":		{url="http://storelocator-prod.net-ng.com/index.php?id=7";}break;
		case "centre":		{url="http://www.magasins.yves-rocher.fr";}break;
		
		default:{url="http://www.yves-rocher.fr";}
	}

window.open (this.url);
}
/*POPUP*/

var theoptions="toolbar=no,location=no,directories=no,status=no,scrollbars=no,resizable=no,copyhistory=no";

function movie(what)
{

	switch (what)
	{
		case "lipophenol":	{url="films.html?exit_case="+what+"";w="400";h="400";}break;
		default:{}
	}
	
screenh=120;	
//screenh=(screen.height-400)/2;
screenw=(screen.width-400)/2;

sw1=window.open (this.url,'Patientez','top='+screenh+',left='+screenw+','+theoptions+',width='+this.w+',height='+this.h+'');
	if(sw1.blur)
	{
		sw1.focus();
	}
}