/* CONTACT_START/EINDE will be looked up by ASP.NET */
function launchContactForm()
{
    var url = '/Contact.aspx';
    window.open('/Contact.aspx', 'IBLICHT_CONTACT', 'width=200,height=100,scrollbars=no,toolbar=no,location=no,status=no,menubar=no,resizable=no');
    return false;
}

/* MAPPY_START/EINDE will be looked up by ASP.NET */
function launchLocation()
{
    var url = 'http://www14.mappy.com/sidLkMo7lm97iLMn21w/cFGM?recherche=0&posl=poi&show_poi=1&show_iti=0&poix=0&poiy=0&poi_rr=0.5&poi_rx=0.6&poi_ry=0.5&csl=poi&fsl=m2&gsl=m2&msl=m2&temp_no_prop=0&comment=&xsl=plan&out=2&lr=0.5&wcm2=&nom2=&tcm2=&a10m2=&xm2=&ym2=&wnm2=Torhoutsesteenweg+45&tnm2=Brugge&pcm2=8200&scm2=&ccm2=56&com2=EU&x=0&y=0';
    window.open('http://www14.mappy.com/sidLkMo7lm97iLMn21w/cFGM?recherche=0&posl=poi&show_poi=1&show_iti=0&poix=0&poiy=0&poi_rr=0.5&poi_rx=0.6&poi_ry=0.5&csl=poi&fsl=m2&gsl=m2&msl=m2&temp_no_prop=0&comment=&xsl=plan&out=2&lr=0.5&wcm2=&nom2=&tcm2=&a10m2=&xm2=&ym2=&wnm2=Torhoutsesteenweg+45&tnm2=Brugge&pcm2=8200&scm2=&ccm2=56&com2=EU&x=0&y=0');
    return false;
}