function goURL(url){
  location.href = url;
}

jQuery(document).ready(function($) {
//$.facebox.loading(true);
  $('a[rel*=facebox]').facebox();  
  
  $.get('/popup.php', function(html) {
	    $.facebox(html);
	});
})




function devis() {
    options = "scrollbars=yes,width=1040,height=1000";
    window.open( "http://88.191.89.158/devis/", "Demande de devis", options ) ;
}
