

	
	function go (destination) {
		if (destination == '') return false;
		else if (destination == 'home') window.location.href='h'+'tt'+'p'+'://www.lookvoyages.fr?utm_source=RLT&utm_medium=DLY_DLV_CLA&utm_content=FLX_TXT_M1&utm_campaign=09_PERMANENT';
		else if (destination == 'lookea') window.location.href='h'+'tt'+'p'+'://www.lookvoyages.fr/locp/mktfile/LaunchLookea.ascx.aspx?Section=common&familyprod=1&iscalculate=1&utm_source=RLT&utm_medium=DLY_DLV_CLA&utm_content=FLX_TXT_M1&utm_campaign=09_PERMANENT';
		else if (destination == 'circuits') window.location.href='h'+'tt'+'p'+'://www.lookvoyages.fr/locp/specfile/Gen/LaunchTour.ascx.aspx?Section=Catalog&SubSection=55&utm_source=RLT&utm_medium=DLY_DLV_CLA&utm_content=FLX_TXT_M1&utm_campaign=09_PERMANENT';
		else if (destination == 'bienetre') window.location.href='h'+'tt'+'p'+'://www.lookvoyages.fr/locp/mktfile/Thalasso.ascx.aspx?Section=thalasso&utm_source=RLT&utm_medium=DLY_DLV_CLA&utm_content=FLX_TXT_M1&utm_campaign=09_PERMANENT';
		else if (destination == 'croisieres') window.location.href='h'+'tt'+'p'+'://lookvoyages.regie-voyages.com/look/?utm_source=RLT&utm_medium=DLY_DLV_CLA&utm_content=FLX_TXT_M1&utm_campaign=09_PERMANENT';
		else if (destination == 'sejours') window.location.href='h'+'tt'+'p'+'://www.lookvoyages.fr/locp/specfile/Gen/LaunchPackage.ascx.aspx?Section=Catalog&SubSection=56&utm_source=RLT&utm_medium=DLY_DLV_CLA&utm_content=FLX_TXT_M1&utm_campaign=09_PERMANENT';
		else if (destination == 'vols') window.location.href='h'+'tt'+'p'+'://www.lookvoyages.fr/locp/specfile/Gen/LaunchFlight.ascx.aspx?Section=Flight&utm_source=RLT&utm_medium=DLY_DLV_CLA&utm_content=FLX_TXT_M1&utm_campaign=09_PERMANENT';
		else if (destination == 'lastminute') window.location.href='h'+'tt'+'p'+'://www.lookvoyages.fr/locp/specfile/Gen/LaunchPromosLastMinute.ascx.aspx?Section=common&utm_source=RLT&utm_medium=DLY_DLV_CLA&utm_content=FLX_TXT_M1&utm_campaign=09_PERMANENT';
		else if (destination == 'promotions') window.location.href='h'+'tt'+'p'+'://www.lookvoyages.fr/locp/specfile/Gen/LaunchPromos.ascx.aspx?Section=common&utm_source=RLT&utm_medium=DLY_DLV_CLA&utm_content=FLX_TXT_M1&utm_campaign=09_PERMANENT';
		else if (destination == 'qui') window.location.href='h'+'tt'+'p'+'://www.lookvoyages.fr/locp/mktfile/AboutMerchant.ascx.aspx?Section=Common&utm_source=RLT&utm_medium=DLY_DLV_CLA&utm_content=FLX_TXT_M1&utm_campaign=09_PERMANENT';
		else if (destination == 'emploi') window.location.href='h'+'tt'+'p'+'://www.lookvoyages.fr/locp/mktfile/AboutJobs.ascx.aspx?Section=Common&utm_source=RLT&utm_medium=DLY_DLV_CLA&utm_content=FLX_TXT_M1&utm_campaign=09_PERMANENT';
		else if (destination == 'contact') window.location.href='h'+'tt'+'p'+'://www.lookvoyages.fr/locp/mktfile/Contacts.ascx.aspx?Section=Common&utm_source=RLT&utm_medium=DLY_DLV_CLA&utm_content=FLX_TXT_M1&utm_campaign=09_PERMANENT';
		else if (destination == 'aide') window.location.href='h'+'tt'+'p'+'://www.lookvoyages.fr/locp/mktfile/Faq.ascx.aspx?Section=Common&utm_source=RLT&utm_medium=DLY_DLV_CLA&utm_content=FLX_TXT_M1&utm_campaign=09_PERMANENT';
		else if (destination == 'cgv') window.location.href='h'+'tt'+'p'+'://www.lookvoyages.fr/locp/mktfile/TermsandConditions.ascx.aspx?Section=Common&utm_source=RLT&utm_medium=DLY_DLV_CLA&utm_content=FLX_TXT_M1&utm_campaign=09_PERMANENT';
		else if (destination == 'assurance') window.location.href='h'+'tt'+'p'+'://www.lookvoyages.fr/locp/mktfile/Assurances.ascx.aspx?Section=Common&utm_source=RLT&utm_medium=DLY_DLV_CLA&utm_content=FLX_TXT_M1&utm_campaign=09_PERMANENT';
		else window.location.href=destination;
		return false;
	}