function openWindow() {
	window.open("map/index.html","map","width=550,height=550,toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no")
}

function openWindowContact() {
	window.open("http://www.twinkle-web.net/exprime/","contact","width=750,height=600,toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no")
}
function openWindowContactFR() {
	window.open("http://www.twinkle-web.net/exprime/index_fr.html","contact","width=750,height=600,toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no")
}
function openWindowContactEN() {
	window.open("http://www.twinkle-web.net/exprime/index_en.html","contact","width=750,height=600,toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no")
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

