links = new Array();

links[0] = new Array();

links[1] = new Array("javascript:tradeDoubler();","javascript:tradeDoubler2();","#");

links[2] = new Array();

links[3] = new Array();

links[4] = new Array();

links[5] = new Array("/whyeuropcar/morebenefits.html","/whyeuropcar/hotel.html","/whyeuropcar/airline.html","/whyeuropcar/instantrecognition.html","/whyeuropcar/quickcheckout.html","/whyeuropcar/index.html");

links[6] = new Array("/travelcenter/currencyconverter.html","/travelcenter/drivingabroad.html","#");

links[7] = new Array("/insideeuropcar/career.html","/insideeuropcar/pressrelease.html","/insideeuropcar/headquarter.html","/insideeuropcar/ourcompany.html","#");

links[8] = new Array("/businesswitheuropcar/franchise.html","/businesswitheuropcar/corporateclients.html","/businesswitheuropcar/trvlagent_solution.html","#");







var mafenetre;
function launchwin(winurl,winname,winWidth,winHeight)
	{
	var ns4 = (document.layers)? true:false;			//NS 4
	var ie4 = (document.all)? true:false;			//IE 4
	var dom = (document.getElementById)? true:false;	//DOM
	var xMax, yMax, xOffset, yOffset;

	if (ie4 || dom)
		{
		xMax = screen.width;
		yMax = screen.height;
		}
	else if (ns4)
		{
		xMax = window.outerWidth;
		yMax = window.outerHeight;
		}
	else
		{
		xMax = 800;
		yMax = 600;
		}
	xOffset = (xMax - winWidth)/2;
	yOffset = (yMax - winHeight)/2;
	mafenetre = window.open(winurl,winname,'width='+winWidth+',height='+winHeight+',screenX='+xOffset+',screenY='+yOffset
+',top='+yOffset+',left='+xOffset+',menubar=no,scrollbars=no,resizable=no,status=no,toolbar=no');
setTimeout('mafenetre.focus();',250);
}
