/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------SOPHUS-SOPHUS-SOPHUS-SOPHUS-SOPHUS----------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
 
 /* Sophus3 logging request. http://www.sophus3.com
 * Test Site identifier code for eDataXchange
 * Copyright (c) Sophus3 Ltd 2001-2010. All rights reserved. Patent Pending.
 * Change the value of tc_logging_active to switch off logging on the site. */

document.write("<div id=\"livezilla_tracking\" style=\"display:none\"><\/div><script type=\"text\/javascript\">");document.write("var script = document.createElement(\"script\");script.type=\"text\/javascript\";var src = \"http:\/\/vw.proactive-e.sophus3.com\/server.php?request=track&output=jcrpt&nse=\"+Math.random();setTimeout(\"script.src=src;document.getElementById('livezilla_tracking').appendChild(script)\",1);<\/script>");
 
if (typeof tc_logging_active == 'undefined') tc_logging_active = true;
 
tc_site_id = 735;
tc_server_url = "vwgroup.sophus3.com";
tc_log_path = "/sophus3";

function tc_configured() {
	tc_tag_version="3.4.1";
	tc_dtimeout=5000;
	tc_d_loc=window.location;
	tc_sent=0;
	if (typeof tc_server_url==tc_ud||typeof tc_site_id==tc_ud) return false;
	if (typeof tc_log_page==tc_ud||tc_log_page=="") tc_log_page="logging.html";
	tc_layer=(document.layers?1:0);
	tc_frame=(document.getElementById||document.all?1:0);
	tc_timeout=(typeof tc_timeout==tc_ud?tc_dtimeout:tc_timeout*1000);
	tc_encfn=(typeof encodeURIComponent!=tc_ud?encodeURIComponent:escape);
	tc_http="http"+(tc_d_loc.href.substring(0,6)=="https:"?"s":"")+"://";
	tc_server_url=tc_http+tc_server_url;
	tc_url=((typeof tc_page_alias!=tc_ud)?tc_page_alias:tc_d_loc.href);
	if (typeof tc_extra_info!=tc_ud) tc_url+=(tc_url.indexOf("?")>0?"&":"?")+tc_extra_info;
	tc_extra_info="";
	tc_products=(typeof tc_products==tc_ud?"":tc_products);
	tc_ccs = new Array();
	tc_referrer=(typeof tc_referrer!=tc_ud&&tc_referrer!=""&&tc_referrer!=null?tc_referrer:(typeof document.referrer==tc_ud?tc_ud:(document.referrer==null?"null":(document.referrer==""?"empty":document.referrer))));
	tc_time = new Date().getTime();
	return true;
}

function tc_log(alias, products, displayed) {
	if (!tc_logging_active) return;
	alias=tc_fixURL(alias);
	tc_image=new Image();
	tc_image.src=tc_get_log_URL("i",alias,tc_products,new Date().getTime(), displayed);
}

function tc_redirect(target,url,alias,winproperties,products,script) {
	if (typeof url==tc_ud||url=="") return;
	if (typeof script==tc_ud||script=="") script="tc_d_loc.href='"+url+"'";
	url=tc_fixURL(url);
	if (typeof alias==tc_ud) alias=url;
	alias=tc_fixURL(alias);
	if (typeof target==tc_ud||target==""||target=="_self") {
		if (tc_logging_active) {
			tc_timer=new Image();
			tc_timer.onload=function() { eval(script); clearTimeout(tc_timeout_id); }
			tc_timer.onerror=function() { eval(script); clearTimeout(tc_timeout_id); }
			tc_timer.src=tc_get_log_URL("i",alias,products,new Date().getTime());
			tc_timeout_id=setTimeout(script,tc_timeout);
		} else { eval(script); }
	} else if (typeof target=="object"&&target.document) {
		if (tc_logging_active) { tc_timer=new Image();tc_timer.src=tc_get_log_URL("i",alias,products); }
		target.location.href=url;
	} else { tc_open_window(target,url,alias,winproperties,products); }
}

function tc_open_window(name,url,alias,winproperties,products) {
	if (typeof url==tc_ud||url=="") return false;
	if (tc_logging_active) { tc_timer=new Image();tc_timer.src=tc_get_log_URL("i",alias,products,new Date().getTime()); }
	if (typeof winproperties==tc_ud) return window.open(url,name);
	else { return window.open(url,name,winproperties) }
}

function tc_dltime() {
	if (!(document.getElementById||document.all)) return false;
	if (tc_logging_active&&(typeof tc_done!="undefined")&&tc_done&&!tc_sent) { setTimeout("tc_dltime()",1000);return false; }
	var sent=tc_sent;
	tc_image=new Image();
	tc_image.src=tc_get_log_URL("d");
	return sent;
}

function tc_get_log_URL(type,locn,products,time,displayed) {
	if (typeof type==tc_ud) type='i';
	var url=tc_server_url+"/"+type+"?siteID="+tc_site_id;
	if (type!="d") {
		url+="&ts="+(typeof time!=tc_ud?time:tc_time);
		var al = tc_isAlias(locn);
		if (typeof tc_containers!=tc_ud) for(cc in tc_containers) url+="&ccID="+tc_containers[cc];
		if (type=="c") url+="&log=no";
		if (al) url+="&alias=true";
		if ((typeof products!=tc_ud)&&products.length) url+="&prod="+tc_encfn(products);
		if (typeof displayed!=tc_ud) url+=displayed;
		if (locn==tc_ud) locn=tc_d_loc;
		locn=tc_encfn(locn);
		while (locn.length>1999-url.length) locn=locn.substring(0,locn.lastIndexOf(tc_encfn("&")));
		url+="&location="+locn;
		var dg=new Object();
		dg.tagv=tc_tag_version;
		dg.tz=0-(new Date().getTimezoneOffset());
		dg.r=tc_encfn(tc_referrer);
		if (al) dg.aliased=tc_encfn(tc_d_loc.href);
		dg.title=tc_encfn(document.title);
		if (screen) {dg.cd=screen.colorDepth;dg.ah=screen.availHeight;dg.aw=screen.availWidth;dg.sh=screen.height;dg.sw=screen.width;dg.pd=screen.pixelDepth;}
		for (var key in dg) { var param="&"+key+"="+dg[key]; if (url.length+param.length<2000) url+=param; else break; }
	} else {
		url+="&dlts="+tc_time+"&dl="+(new Date().getTime()-tc_time);
	}
	return url;
}

function tc_fixURL(url) {
	if (url=="") { return tc_d_loc.href }
	if ((url.substring(0,4)!='http')&&(url.substring(0,1)!="/")) { url=tc_d_loc.pathname.substring(0,tc_d_loc.pathname.lastIndexOf('/')+1)+url }
	if (url.substring(0,1)=="/") { url=tc_http+tc_d_loc.host+url }
	return url;
}

function tc_isAlias(alias) {
	alias=(typeof alias!=tc_ud?alias:(typeof tc_page_alias==tc_ud?"":tc_page_alias));
	alias=tc_fixURL(alias);
	if (alias.indexOf("?")>0) alias=alias.substring(0,alias.indexOf("?"));
	return (alias != tc_http+tc_d_loc.host+tc_d_loc.pathname);
}

function tc_loader() {
	tc_ud="undefined";
	if (typeof tc_log_path==tc_ud||tc_log_path=="") tc_log_path="/touchclarity";
	if ((typeof tc_containers!="undefined")&&(tc_containers.length>0)) { document.write("<scr"+"ipt language='JavaScript' type='text/javascript' src='" + tc_log_path + "/optimise.js'></scr"+"ipt>\n"); }
	else {
		if (tc_logging_active&&tc_configured()&&(typeof tc_done==tc_ud||tc_done==false)) {
			url=tc_fixURL(tc_url);
			tc_image=new Image();
			tc_image.onload=function(){tc_sent=true;}
			tc_image.src=tc_get_log_URL("i",url,tc_products,tc_time);
		}
		tc_done = true;
	}
}

tc_loader();



 /*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
 /*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
 /*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
 /*----------------------------------------------------------------------PSYMA-PSYMA-PSYMA-PSYMA-PSYMA---------------------------------------------------------------------------------*/
 /*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
 /*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
 /*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

var posTop = 200;
var posLeft = 100;

var psymaPopupURL = 'http://www.psyma-surveys.com/uc/abfr08_volkswagen/?a=0&b=&c=&d=&e=&f='; // Tracking
//var psymaPopupURL = 'http://www.psyma-surveys.com/uc/abfr08_volkswagen/?a=1&b=&c=&d=&e=&f='; // Benchmarking
 
// PLEASE ENTER THE IMAGE SOURCE URLS ON THE VOLKSWAGEN SERVER HERE:
var imgheader1 = "http://vw.sh05.net/js/psyma/layer_header_1.gif"; //layer_header_1.gif
var imgheader2 = "http://vw.sh05.net/js/psyma/layer_header_2.gif"; //layer_header_2.gif
var imgfooter = "http://vw.sh05.net/js/psyma/layer_footer.gif"; //layer_footer.gif
var imgbg2 = "http://vw.sh05.net/js/psyma/layer_background_2.png"; //layer_background_2.png
var imgbg3 = "http://vw.sh05.net/js/psyma/layer_background_3.png"; //layer_background_3.png
var imgbg4 = "http://vw.sh05.net/js/psyma/prc.gif";
var imgbg5 = "http://vw.sh05.net/js/psyma/dot.gif";
var psyma_client_name ="Volkswagen";
var psyma_cookie = true;                                      // PSYMA COOKIE - ZUR LIVE-SCHALTUNG BITTE AKTIVIEREN!!!
var samplingRate = 33;                                       // Wahrscheinlichkeit in Prozent, mit der ein PopUp aufgehen soll
var rndNumber = Math.round(1 + 100 * (Math.random()));		  // Zufallzahl zwischen 0 und 100
 
// NEU BESCHREIBEN DER BUEHNE MIT WMODE=TRANSPARENT
function chgFlash()
{
	flashDiv = document.getElementsByTagName("object")[0].parentNode;
	flashDivHTML = flashDiv.innerHTML;
 
	// REPLACEN DER VERSCHIEDEN JAVASCRIPT-INTERPRETATIONEN DIV. BROWSER
	flashDivHTMLRewritten = flashDivHTML.replace(/<PARAM NAME="LOOP" VALUE="false">/gi,'<PARAM NAME="LOOP" VALUE="false"><PARAM NAME="WMODE" VALUE="transparent">'); //IE
	flashDivHTMLRewritten = flashDivHTMLRewritten.replace(/NAME="WMode" VALUE="Window"/gi,'NAME="WMode" VALUE="transparent"'); //IE
	flashDivHTMLRewritten = flashDivHTMLRewritten.replace(/NAME="Play" VALUE="0"/gi,'NAME="Play" VALUE="1"'); //IE
	//alert(flashDivHTMLRewritten);
 
	// XML PATH AUSLESEN 
	if(flashDivHTMLRewritten.indexOf('xmldata=') > -1)
	{
		xmlPath = flashDivHTMLRewritten.split('xmldata=');
		xmlPathTemp = xmlPath[1].split('.xml');
		xmlPathComplete = xmlPathTemp[0] + ".xml"
		flashDivHTMLRewritten = flashDivHTMLRewritten.replace(/.swf"/gi,'.swf?xmldata='+xmlPathComplete+'"');
	}
	flashDivHTMLRewritten = flashDivHTMLRewritten.replace(/loop="false"/gi,'loop="false" WMODE="transparent" '); // MOZ
	flashDivHTMLRewritten = flashDivHTMLRewritten.replace(/LOOP="0"/gi,'loop="0" WMODE="transparent" '); // OPERA
 
	//showContent(flashDivHTMLRewritten);
	flashDiv.innerHTML = flashDivHTMLRewritten;
}
 
// HILFSFUNKTION
function showContent(cont)
{
	var fenster = window.open("", "neu")
	if (fenster != null)
	{
		with (fenster.document)
		{
			open()
			write("<"+"HTML"+">")
			write("<"+"HEAD"+">")
			write("<"+"TITLE"+">Popup Maker"+"<"+"/TITLE"+">")
			write("<"+"/HEAD"+">")
			write("<"+"BODY BGCOLOR=#ffffff"+">")
			write("<"+"font style='font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: normal; color: #000000;'"+">")
			write("<"+"textarea"+" cols=80 rows=30>"+cont+"<"+"/textarea"+">")
			write("<"+"br"+">")
			write("<"+"br"+">"+"<"+"br"+">")
			write("<"+"/BODY"+">"+"<"+"/HTML"+">")
			close()
		}
	}
}

// *****************************************
// BEGIN PSYMA FUNCTIONS
// *****************************************	

<!--//--><![CDATA[//><!--
 
var psyma_use_cookies = psyma_cookie;
var psyma_launched = 0;
var psyma_launched_cookie = "psyma_launched";
var psyma_cookie_exp = "30"; 
 
var image1 = new Image();
var image2 = new Image();
var image3 = new Image();
var image4 = new Image();
var image5 = new Image();
var image6 = new Image();
var image7 = new Image();
var image8 = new Image();
 
image2.src = imgheader1;
image3.src = imgheader2;
image4.src = imgfooter;
image5.src = imgbg2;
image6.src = imgbg3;
image7.src = imgbg4;
image8.src = imgbg5;

var allow_url = true;
var allow_method = "direct";

function psyma_url_allow()
{
	var return_value = false;
	if(allow_url){
		var my_allow_location = new Array("http://www.volkswagen.fr/fr.html", "http://www.volkswagen.fr/fr/models/golf/couleurs_et_jantes.html", "http://www.volkswagen.fr/fr/occasions/module_de_recherche.html", "http://www.volkswagen.fr/fr/models/golf/offres.html", "http://www.volkswagen.fr/fr/models.html", "http://www.volkswagen.fr/fr/configurateur.html", "http://www.volkswagen.fr/fr/occasions.html", "http://www.volkswagen.fr/fr/models/polo/offres.html", "http://www.volkswagen.fr/fr/models/golf/configurateur.html", "http://www.volkswagen.fr/fr/models/scirocco/scirocco_sport_edition.html", "http://www.volkswagen.fr/fr/models/polo/configurateur.html", "http://www.volkswagen.fr/fr/les_instants_plaisirs/polo.html", "http://www.volkswagen.fr/fr/operations/golf_concept.html", "http://www.volkswagen.fr/fr/models/tiguan/offres.html", "http://www.volkswagen.fr/fr/models/polo.html", "http://www.volkswagen.fr/fr/vw_occasion/vehicules_collaborateurs.html", "http://www.volkswagen.fr/fr/models/golf/documentation.html", "http://www.volkswagen.fr/fr/models/passat/galerie.html", "http://www.volkswagen.fr/fr/offres.html", "http://www.volkswagen.fr/fr/models/polo/documentation.html");
		if(allow_method == "folder"){
			for (i=0; i<my_allow_location.length; i++){
				if(location.href.indexOf(my_allow_location[i]) > -1){
					return_value = true;
					break;
				}
			}
		}
		else if(allow_method == "direct"){
			for (i=0; i<my_allow_location.length; i++){
				if(location.href == my_allow_location[i]){
					return_value = true;
					break;
				}
			}
		}
	}
	else{return_value = true;}
	return return_value;
}

function get_psyma_cookie(a)
{
	if ( psyma_use_cookies )
	{
		var c=document.cookie.split(a+"=");
		return (c.length>1)?unescape(c[1].split(";")[0]):"";
	}
	else
	{
		return null;
	}
}
	function psyma_get_expiration_date()
	{
		var psyma_day_offset = psyma_cookie_exp;		// how many days should cookies be active
		var psyma_milli_offset = psyma_day_offset * 1000 * 60 * 60 * 24;
		var psyma_now = new Date();
		psyma_launched_exp = new Date(psyma_now.valueOf() + psyma_milli_offset);
		return psyma_launched_exp;
	}
 
// set cookie
function set_psyma_cookie(name, value, path, domain, secure, expires)
{
	if ( psyma_use_cookies )
	{
		document.cookie =
		name + "="
		+ escape(value)
		+ ((path) ? "; path=" + path : "")
		+ ((expires) ? "; expires=" + expires.toGMTString() : "")
		+ ((domain) ? "; domain=" + domain : "")
		+ ((secure) ? "; secure" : "");
	}
}
 
psyma_launched = get_psyma_cookie(psyma_launched_cookie);
 
if (psyma_launched != 1 && rndNumber <= samplingRate) 
{
	function psyma_findLayer(name, doc)
	{
		var i, layer;
		var length = doc.layers.length;
		for (i = 0; i < length; i++)
		{
			layer = doc.layers[i];
			if (layer.name == name)
			{
				return layer;
			}
			if (layer.document.layers.length > 0)
			{
				if ((layer = psyma_findLayer(name, layer.document)) != null)
				{
					return layer;
				}
			}
		}
		return null;
	}
 
	function psyma_showLayer(id) {
		// if (document.layers) document.layers[''+id+''].visibility = "show"
		if (document.layers) {
			id = psyma_findLayer(id, document);
			id.visibility = "show";
		} else if (document.all) {
			document.all[''+id+''].style.visibility = "visible";
		} else if (document.getElementById)	{
			document.getElementById(''+id+'').style.visibility = "visible";
		}				
	}
 
	function psyma_hideLayer(id) {
		// if (document.layers) document.layers[''+id+''].visibility = "hide"
		if (document.layers) {
			id = psyma_findLayer(id, document);
			id.visibility = "hide";
		} else if (document.all) {
			document.all[''+id+''].style.visibility = "hidden";
		} else if (document.getElementById)	{
			document.getElementById(''+id+'').style.visibility = "hidden";
		}				
	}
 
	function psyma_posLayer(id,lax,lay)	{
		if (lax) {
			if (document.layers) { document.layers[''+id+''].left = lax }
			else if (document.all) { document.all[''+id+''].style.left = lax }
			else if (document.getElementById) { document.getElementById(''+id+'').style.left = lax + "px" }
		}
		if (lay) {
			if (document.layers) { document.layers[''+id+''].top = lay }
			else if (document.all) { document.all[''+id+''].style.top = lay }
			else if (document.getElementById) { document.getElementById(''+id+'').style.top = lay + "px"}
		}
	}
 
	function psyma_button1() {
		psyma_hideLayer('psyma_layer');
		var psyma_width = window.screen.width;
		var psyma_height = window.screen.height - 100;
		if (psyma_width >= 1000)
			psyma_width = 1000;
		if (psyma_height >= 700)
			psyma_height = 700;
		//var survey_window = window.open(psymaPopupURL, 'psyma_survey', 'toolbar=no,location=no,menubar=no,scrollbars=yes,resizable=yes,width='+psyma_width+',height='+psyma_height+',top=0,left=0');
		var survey_window = window.open('', '',  'toolbar=no,location=no,menubar=no,scrollbars=yes,resizable=yes,width=450,height=260,top=0,left=0');
		if(survey_window){	
			survey_window.document.write('<script type="text/javascript"> var survey_window_attributes = "' + psymaPopupURL + '";');
			survey_window.document.write(psyma_hold_window);
		}
		return false;
	}
 
	function psyma_button2()
	{
		psyma_hideLayer('psyma_layer');
		return false;
	}
// Hold
	var psyma_hold_window = '\
	window.setTimeout(checkParent(), 500);\
	window.opener.focus();\
	function openSurvey(){document.location.href = survey_window_attributes;}\
	function checkParent(){\
		if(window.opener){\
			try{psyma_referrer = window.opener.location.href;}\
			catch(e){openSurvey();return;}\
			if(psyma_referrer.indexOf("fr.volkswagen.com") > -1){window.setTimeout("checkParent()", 500);}\
			else{window.focus();openSurvey();}\
		}\
		else{window.focus();openSurvey();}\
	}\
	</script>\
	<html>\
	<head>\
	<style>\
	#oben{position: absolute; top: 0; left: 0; width: 100%; height: 33px; background-color: #bebdbd;}\
	#psyma_logo{position: absolute; top: 0px; right: 0px;}\
	#unten{position: absolute; bottom: 0; left: 0;	width: 100%; height: 30px; background-color: #bebdbd;}\
	a:link, a:active, a:visited, a:hover{color: #093; text-decoration: underline;}\
	a:hover{text-decoration: none;};\
	*html #oben, *html #unten{width: 434px;}\
	*html #psyma_logo{margin-bottom: 35px;}\
	</style>\
	</head>\
	<body>\
	<div id="oben"> <img src="http://scripts.psyma.com/documents/prc.gif" alt="Psyma Research+Consulting Logo" id="psyma_logo"/> </div>\
	<p style="margin-top: 60px;">\
	<h4 style="font-family: arial;">Apr&egrave;s votre visite du site web de www.volkswagen.fr, l&#96;enqu&ecirc;te s&#96;affichera automatiquement dans cette fen&ecirc;tre. </h4>\
	<span style="font-size: 13px; font-family: arial;"> Veuillez continuer votre visite du site web et r&eacute;pondez ensuite &agrave; l&#96;enqu&ecirc;te.</span></h3><br /><br />\
	<span style="font-size: 11px; font-family: Arial;">Appuyez <a href="javascript: openSurvey();">ici</a> si l&#96;enqu&ecirc;te ne s&#96;affiche pas comme d&eacute;crit ci-dessus. </span>\	</p>\
	<div id="unten"></div> \
';
	function psyma_write_layer()
	{
// Layer
		document.write('<style type="text/css">');
		document.write('#psyma_layer {display: block; visibility: hidden; z-index: 100000; position: absolute; top: 100px; left: 0px; width: 527px; font-family: Arial, Helvetica, sans-serif; font-size: 13px; background-color: #fff; color: #000; border: 1px solid #B2B2B2; padding: 25px 0 10px 20px;}');
		document.write('* html #psyma_layer {padding: 25px 0 0 20px;}');
		document.write('#psyma_layer p {font-family: Arial, Helvetica, sans-serif; font-size: 13px; padding: 0; margin: 0 0 10px 0;	line-height: 105%;}');
		document.write('#psyma_layer #psyma_layer_background_1 {position: relative; width: 513px; padding: 20px; background: #fff url(\''+image1.src+'\') repeat-y top left;}');
		document.write('#psyma_layer #psyma_layer_background_2 {width: 513px;}');
		document.write('#psyma_layer #psyma_layer_background_3 {position: absolute;	top: 0;	left: 0; width: 553px; height: 1px;	z-index: 1;}');
		document.write('* html #psyma_layer #psyma_layer_background_3, * html #psyma_layer_background_4 {display: none;}');
		document.write('#psyma_layer #psyma_layer_background_4 {position: absolute;	bottom: 0; left: 0;	width: 553px; height: 20px;	z-index: 1;}');
		document.write('#psyma_layer #psyma_header_1 {width: 508px;	height: 62px; z-index: 0; background: #fff url(\''+image2.src+'\') no-repeat top left;	z-index: 2;}');	
		document.write('#psyma_layer #psyma_footer {width: 508px; height: 50px; z-index: 0; margin: 20px 0 0 0;	background: #fff url(\''+image4.src+'\') no-repeat bottom left;}');
		document.write('#psyma_layer #titel {position: relative; line-height: 18px; font-family: Arial, Helvetica, sans-serif; top: 25px; left: 120px; color: #fff; font-size: 18px; font-weight: bold; z-index: 1;}');
		document.write('#psyma_layer a:link, #psyma_layer a:active, #psyma_layer a:visited, #psyma_layer a:hover {font-size: 13px; font-family: Arial, Helvetica, sans-serif; color: #5E5E5E; text-decoration: underline;}');	
		document.write('#psyma_layer a:hover {text-decoration: none;}');
		document.write('#psyma_layer a:link, #psyma_layer a:active, #psyma_layer a:visited, #psyma_layer a:hover {font-size: 13px; font-family: Arial, Helvetica, sans-serif; color: #5E5E5E; text-decoration: underline;}');
		document.write('#psyma_text {text-align: left; font-family: Arial, Helvetica, sans-serif; font-size: 13px; margin: 0px 10px 0px 10px; padding: 0;}');
		document.write('#psyma_layer #psyma_liste {font-family: Arial, Helvetica, sans-serif; margin: 10px 20px 10px 20px; padding: 0 0 0 10px; list-style: square;  font-size: 11px;}');
		document.write('#psyma_liste .link_small:link, #psyma_liste .link_small:active, #psyma_liste .link_small:visited, #psyma_liste .link_small:hover, #psyma_layer .link_small:link, #psyma_layer .link_small:active, #psyma_layer .link_small:visited, #psyma_layer .link_small:hover {font-size: 11px; font-family: Arial, Helvetica, sans-serif; color: #5E5E5E; text-decoration: underline;}');
		document.write('#psyma_liste li {text-align: left;	font-size: 11px;}');
		document.write('#psyma_button table {border-collapse: collapse; margin: 5px 0 10px 0;}');
		document.write('#psyma_button td {font-family: Arial, Helvetica, sans-serif; font-size: 13px; padding: 0; margin: 0;}');
		document.write('#psyma_button .psyma_button_text {width: 100%; padding: 0 0 0 5px; background: #fff url(\''+image8.src+'\') repeat-x bottom left;}');
		document.write('#psyma_button a:link, #psyma_button a:active, #psyma_button a:visited, #psyma_button a:hover {font-size: 13px; display: block; width: 100px; text-align: center; text-decoration: none; color: #fff; background-color: #3B7AB2; padding: 7px 5px; border: 1px solid #5E5E5E;}');
		document.write('#psyma_button a:hover {color: #000; background-color: #fff; border: 1px solid #3B7AB2;}');
		document.write('#psyma_layer #close_link {position: absolute; top: 0; right: 8px;}');
		document.write('* html #psyma_layer #close_link {top: 4px;}');
		document.write('#psyma_layer #psyma_logo{margin: 20px 0 10px 0;	padding: 0 20px 0 10px; float: right;}');
		document.write('</style>');
		document.write('<div id="hiddenCont" style="display: none;visibility: hidden;">');
		document.write('</div>');
		document.write('<div id="psyma_layer">');
		document.write('<div id="close_link"><a href="#" onclick="psyma_hideLayer(\'psyma_layer\'); return false;">fermer</a></div>');
		document.write('<div id="psyma_layer_background_2">');
		document.write('<div id="psyma_layer_background_3"><img src="'+image5.src+'" style="border: 0; position: relative; bottom: 20px; right: 1px;" /></div>');
		document.write('<div id="psyma_layer_background_4"><img src="'+image6.src+'" style="border: 0; position: relative; top: 20px; right: 1px;" /></div>');
		document.write('<div id="psyma_header_1"><div id="titel">Votre opinion compte pour nous!</div></div>');
		//document.write('<div id="psyma_header_2"></div>');
		document.write('<div id="psyma_text">');
		document.write('<p>Madame, Monsieur,</p>');
 
		document.write('<p>Que vous soyez visiteur r&eacute;gulier ou occasionnel, votre avis nous int&eacute;resse. Ainsi nous d&eacute;sirons conna&icirc;tre votre opinion sur notre site volkswagen.fr.</p>');
 
		document.write('<p>Souhaitez-vous participer &agrave; notre enqu&ecirc;te en ligne (5 &agrave; 6 minutes seulement)?</p>');
 
		document.write('<div id="psyma_button">');
		document.write('<table>');
		document.write('<tr>');
		document.write('<td><a id="psyma_button1" href="#" onclick="psyma_button1();">Oui</a></td>');
		document.write('<td class="psyma_button_text">Je souhaite y participer <b>apr&egrave;s</b> ma visite du site.</td>');
		document.write('</tr>');
		document.write('</table>');
 
		document.write('<table>');
		document.write('<tr>');
		document.write('<td><a id="psyma_button2" href="#" onclick="psyma_button2();">Non merci</a></td>');
		document.write('<td class="psyma_button_text">Je ne souhaite pas y participer.</td>');
		document.write('</tr>');
		document.write('</table>');
		document.write('</div>');
 
		document.write('<p style="clear: both;"></p>');
		document.write('<div id="psyma_logo"><img src="'+image7.src+'" alt="Psyma Research+Consulting"/></div>');
 
		document.write('<a href="#" onclick="window.open(\'http://scripts.psyma.com/documents/wtp/wtp.php?lang=fr\', \'por_wtp\', \'toolbar=no,location=no,menubar=no,scrollbars=yes,resizable=yes,width=500,height=350,top=0,left=0\'); return false;">Pourquoi participer?</a>');
 
		document.write('</div>');
 
		document.write('<ul id="psyma_liste">');
		document.write('<li>Enqu&ecirc;te effectu&eacute;e pour Volkswagen <a class="link_small" href="#" onclick="window.open(\'http://scripts.psyma.com/documents/por/por.php?lang=fr\', \'por_info\', \'toolbar=no,location=no,menubar=no,scrollbars=yes,resizable=yes,width=500,height=480,top=0,left=0\'); return false;">Psyma Research+Consulting</a>.</li>');
		document.write('<li><a class="link_small" href="#" onclick="window.open(\'http://scripts.psyma.com/documents/privacy/privacy.php?lang=fr\', \'psyma_privacy\', \'toolbar=no,location=no,menubar=no,scrollbars=yes,resizable=yes,width=500,height=680,top=0,left=0\'); return false;">Nos r&egrave;gles de confidentialit&eacute;</a></li>');
		document.write('</ul>');
 
		//document.write('<div id="psyma_footer"></div>');
		document.write('</div>');
		document.write('</div>');
	}
	
	function psyma_init_layer()
	{
		var myWidth = 0, myHeight = 0;
 
		if( typeof( window.innerWidth ) == 'number' )
		{
			//Non-IE
			myWidth = window.innerWidth;
			myHeight = window.innerHeight;
		} 
		else if ( document.documentElement && (document.documentElement.clientWidth || document.documentElement.clientHeight) )
		{
			//IE 6+ in 'standards compliant mode'
			myWidth = document.documentElement.clientWidth;
			myHeight = document.documentElement.clientHeight;
		}
		else if( document.body && ( document.body.clientWidth || document.body.clientHeight ) )
		{
			//IE 4 compatible
			myWidth = document.body.clientWidth;
			myHeight = document.body.clientHeight;
		}
 
		if(psyma_url_allow())
		{
			psyma_posLayer("psyma_layer", 250, 150);
			psyma_showLayer("psyma_layer");
		}
		set_psyma_cookie("psyma_launched", 1, "/", "", "", psyma_get_expiration_date(psyma_cookie_exp));
	}
 
	psyma_write_layer();
	
	// function to be called on script execution -- cache existing function
	
	if (window.onload)
	{
		cached_onload = window.onload;
		window.onload = new Function(				
			"new_onload",
			"psyma_init_layer();" +			
			"cached_onload();" +
			""
		);
	}
	else
	{
		window.onload = psyma_init_layer;
	}
 
} // end of if psyma_launched
else
{
		set_psyma_cookie("psyma_launched", 1, "/", "", "", psyma_get_expiration_date(psyma_cookie_exp));
}
//--><!]]>
<!--
if ((navigator.userAgent.match(/iPhone/i)) || (navigator.userAgent.match(/iPod/i)) || (navigator.userAgent.match(/iPad/i))) {
   location.replace("http://mobile.volkswagen.fr/iphone/");
}
-->
