﻿function googleMAP(x,y,z,i) {
	popupG = window.open("http://www.jeanlecam.fr/multimedia/cartographies/googleMAP.asp?x="+x+"&y="+y+"&z="+z+"&i="+i,"popupGmap","width=700,height=550,top=10,left=10,resizable=0,scrollbars=0");
	popupG.focus();
}
function module(l,e,h,b,x,projection) {
	var html="";
	html+="<object classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' width='940' height='675' id=course align=middle>";
	html+="<param name=movie value='multimedia/cartographies/vendeeglobe2008/module"+projection+".swf?RQ_lg="+l+"&e="+e+"&L="+x+"' />";
	html+="<param name=allowScriptAccess value=sameDomain />";
	html+="<param name=loop value=false />";
	html+="<param name=menu value=false />";
	html+="<param name=\"allowFullScreen\" value=\"true\" />";
	html+="<param name=quality value=high />";
	html+="<param name=bgcolor value='"+b+"' />";
	html+="<param name=\"FlashVars\" value=\"PARAM_heureServeur="+h+"\" />";
	html+="<embed src='multimedia/cartographies/vendeeglobe2008/module"+projection+".swf?RQ_lg="+l+"&e="+e+"&L="+x+"' ";
	html+="FlashVars=\"PARAM_heureServeur="+h+"\" allowFullScreen=true loop=false menu=false quality=high ";
	html+="bgcolor='"+b+"' width='940' height='675' name='course' align='middl'e allowScriptAccess='sameDomain' type='application/x-shockwave-flash' />";
	html+="</object>";
	document.write(html);
};

function projection(proj) {
	document.location = "http://www.jeanlecam.fr/multimedia/cartographies/vendeeglobe2008/?proj="+proj;
}
