function OpenPopunder(g,e,h,f){g=g.split("/");e=e.split("/");if(g.length==3&&e.length==3&&h&&f){var a=new RegExp(/\(\w{3}\)/);var c=a.exec(h);if(c!=null){h=c.toString().replace(/\(/,"").replace(/\)/,"")}var j=a.exec(f);if(j!=null){f=j.toString().replace(/\(/,"").replace(/\)/,"")}var d="http://moteur.govoyages.com/govoyages/siteunder.jsp?FROM="+h+"&TO="+f+"&DEPART_DD="+g[0]+"&DEPART_MM="+g[1]+"&DEPART_YYYY="+g[2]+"&RETOUR_DD="+e[0]+"&RETOUR_MM="+e[1]+"&RETOUR_YYYY="+e[2];var b=window.open(d,"popunder","scrollbars=no, menubar=no, location=no, directories=no, width=660, height=440");if(b){try{b.blurPlease=function(){if(typeof window.mozPaintCount!="undefined"){this.window.open("about:blank").close()}};b.blurPlease();b.opener=window;b.blur();window.parent.focus()}catch(i){}}self.focus()}return true};
