/** In this file you can add any JS function needed by your theme. */
function affiche_formulaire_contact()
{
	var Left=window.screen.width/2-175;
	var Top=window.screen.height/2-175;
	window.open('http://www.polestar.eu/sites/all/themes/polestarTheme/inc/flex/Formulaire_contact.html', 'Contact', config='height=232, width=400, toolbar=no, menubar=no, scrollbars=no, resizable=no, location=no, directories=no, status=no, left=' + Left + ', top=' + Top);
}

