function makeFlash(noflash,div){
	var s1 = new SWFObject("http://www.immo-les-palmiers.com/flash-agence-immobiliere/introduction-agence-immobiliere-menton.swf","single","460","275","7",autostart=true);
	s1.addVariable("width", "460");
	s1.addVariable("height", "275");
	s1.addVariable("displayheight", "275");
	s1.write(div);
	var version = deconcept.SWFObjectUtil.getPlayerVersion();
	//alert(version["major"]);
	if (document.getElementById && version["major"] <= 8) {
		document.getElementById(div).innerHTML = '<a href="http://www.macromedia.com/go/getflash/" target="_blank"><img src="'+noflash+'" alt="Agence immobilière Les Palmiers" title="Agence immobilière Les Palmiers" /></a>';
	}
}
