function CreateTitle(texte) {
	swf = 'style/titre.swf?titre='+texte;
	document.write("<object classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0\" width=\"700\" height=\"50\" align=\"middle\">\n");
	document.write("<param name=\"allowScriptAccess\" value=\"sameDomain\" />\n");
	document.write("<param name=\"FlashVars\" value=\"titre="+texte+"/\">\n");
	document.write("<param name=\"movie\" value=\""+swf+"\" /><param name=\"quality\" value=\"high\" /><param name=\"bgcolor\" value=\"#ffffff\" />");
	document.write("<embed src=\""+swf+"\" FlashVars=\"titre="+texte+"\" quality=\"high\" wmode=\"transparent\" bgcolor=\"#ffffff\" width=\"700\" height=\"50\" name=\""+texte+"\" align=\"middle\" allowScriptAccess=\"sameDomain\" type=\"application/x-shockwave-flash\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\" />\n");
	document.write("</object>\n");
}

function change_pays(v,chem) {
	tab = v.split("|");
	document.getElementById('rep_indicatif').innerHTML = tab[0];
	l = chem+'indicatif-'+tab[1]+'.html';
	window.location = l;
}

