base_url = "http://www.bien-manger.net/";
base_url = "http://bien-manger.net/";

function contact()
{
 w = window.open(base_url + "contact_popup.htm", "PopupContact", "width=600, height=250, scrollbars=yes");
 
 w.focus();
}

function hotline()
{
 w = window.open(base_url + "hotline.htm", "PopupHotline", "width=400, height=300, scrollbars=yes");
 
 w.focus();
}

function vieprivee()
{
 w = window.open(base_url + "vie-privee.htm", "PopupViePrivee", "width=650, height=600, scrollbars=yes");
 
 w.focus();
}