$(document).ready(function () { $("#closeBut").nyroModalRemove(); }); function openModal(div){ div = div.replace("_",""); $.nyroModalManual({ type:'div', bgColor: '#888', //content: $("#"+div).html(), content: "
", endFillContent:function(elts, settings) { } }); } function callback(){ alert("coucou"); } function contact(){ //alert('here'); $("#contactForm").css({display:"block"}); $.nyroModalManual({ type:'div', content:$('#contactForm'), bgColor: '#888', endShowContent:function(){ $("#closeBut").css({marginLeft:"380px",marginTop:"0px",backgroundImage:"url(images/closeBut.gif)"}); $("#closeBut").get(0).style.backgroundImage="url(images/closeBut.gif)"; //$("#googlemap").attr("href", $("#googlemap").attr("href")); }, endRemove:function(){ window.location.href ="/"; } }) } function gmap(){ //alert('here'); $.nyroModalManual({ type:'div', content:$('#google'), endShowContent:function(){ $("#closeBut").css({marginLeft:"620px",marginTop:"0px",backgroundImage:"url(images/closeBut.gif)"}); $("#closeBut").get(0).style.backgroundImage="url(images/closeBut.gif)"; var htmString = '

Agrandir le plan
'; $("#google").html(htmString); }, endRemove:function(){ $("#outerGoogle").html("
"); //window.location.href ="/"; }, bgColor: '#888' }) }