var media_ParamWindow = "dependant=yes,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes,width=600,height=512,left=25,top=25";var mediaWin = null;function closeWin () {	if (mediaWin != null){		if (!mediaWin.closed){			mediaWin.close();		}	}}function OpenMedia(ImageSrc, Titre)    { mediaWin = window.open('','Media',media_ParamWindow); mediaWin.document.write( "<html><head><title>"+escape(Titre)+"</title>\n" ); mediaWin.document.write( "<script language='JavaScript'>\n"); mediaWin.document.write( "IE5=NN4=NN6=false;\n"); mediaWin.document.write( "if(document.all)IE5=true;\n"); mediaWin.document.write( "else if(document.getElementById)NN6=true;\n"); mediaWin.document.write( "else if(document.layers)NN4=true;\n"); mediaWin.document.write( "function autoSize() {\n"); mediaWin.document.write( "if(IE5) self.resizeTo(document.images[0].width+10,document.images[0].height+31);\n"); // mediaWin.document.write( "else if(NN6) self.sizeToContent();\n"); mediaWin.document.write( "else if(NN6)window.resizeTo(document.images[0].width+14,document.images[0].height+15);\n"); mediaWin.document.write( "else window.resizeTo(document.images[0].width,document.images[0].height+20);\n");mediaWin.document.write( "self.focus();\n"); mediaWin.document.write( "}\n</scri"); mediaWin.document.write( "pt>\n"); mediaWin.document.write( "</head><body leftmargin=0 topmargin=0 marginwidth=0 marginheight=0 bgcolor='#FFFFFF' onLoad='javascript:autoSize();'>" ); mediaWin.document.write( "<center>"); mediaWin.document.write( "<table border='0' cellpadding='0' cellspacing='0' width='auto' height='auto'>"); mediaWin.document.write( "<tr>"); mediaWin.document.write( "<td valign='middle'>"); mediaWin.document.write( "<center>"); mediaWin.document.write( "<a href='javascript:window.close();'><img src='"+ImageSrc+"' border=0 alt='"+Titre+"'></a>" ); mediaWin.document.write( "</center>"); mediaWin.document.write( "</td>"); mediaWin.document.write( "</tr>"); mediaWin.document.write( "</table>"); mediaWin.document.write( "</center>"); mediaWin.document.write( "</body></html>" ); mediaWin.document.close(); }function CSClickReturn () {	var bAgent = window.navigator.userAgent; 	var bAppName = window.navigator.appName;	if ((bAppName.indexOf("Explorer") >= 0) && (bAgent.indexOf("Mozilla/3") >= 0) && (bAgent.indexOf("Mac") >= 0))		return true; // dont follow link	else return false; // dont follow link}CSStopExecution=false;function CSAction(array) {return CSAction2(CSAct, array);}function CSAction2(fct, array) { 	var result;	for (var i=0;i<array.length;i++) {		if(CSStopExecution) return false; 		var aa = fct[array[i]];		if (aa == null) return false;		var ta = new Array;		for(var j=1;j<aa.length;j++) {			if((aa[j]!=null)&&(typeof(aa[j])=="object")&&(aa[j].length==2)){				if(aa[j][0]=="VAR"){ta[j]=CSStateArray[aa[j][1]];}				else{if(aa[j][0]=="ACT"){ta[j]=CSAction(new Array(new String(aa[j][1])));}				else ta[j]=aa[j];}			} else ta[j]=aa[j];		}					result=aa[0](ta);	}	return result;}CSAct = new Object;function CSOpenWindow(action) {	var wf = "";		wf = wf + "width=" + action[3];	wf = wf + ",height=" + action[4];	wf = wf + ",resizable=" + (action[5] ? "yes" : "no");	wf = wf + ",scrollbars=" + (action[6] ? "yes" : "no");	wf = wf + ",menubar=" + (action[7] ? "yes" : "no");	wf = wf + ",toolbar=" + (action[8] ? "yes" : "no");	wf = wf + ",directories=" + (action[9] ? "yes" : "no");	wf = wf + ",location=" + (action[10] ? "yes" : "no");	wf = wf + ",status=" + (action[11] ? "yes" : "no");			window.open(action[1],action[2],wf);}CSAct[/*CMP*/ 'BEA6518D5'] = new Array(CSOpenWindow,/*URL*/ 'carte.htm','',720,542,false,false,false,false,false,false,false);
