function open(lang){
	myLightWindow.activateWindow({
		
		href: 'zoomc.php?img='+lang,
		title: '',
		height: '450',
		width: '920'
	});
}

function openi(lang){
	myLightWindow.activateWindow({
		
		href: 'newsletter_fr.php',
		title: '',
		height: '350',
		width: '500'
	});
}

function opene(lang){
	myLightWindow.activateWindow({
		
		href: 'boutique.php',
		title: '',
		height: '300',
		width: '400'
	});
}

function opentmp(lang){
	myLightWindow.activateWindow({
		
		href: 'tmp.php',
		title: '',
		height: '200',
		width: '400'
	});
}
