/*  © G.E. Drenth, 2002-2007 */
maila = '<a href="mailto:linda';
mailb = 'masdecocagne.com" onFocus="javascript:this.blur()">';
mailc = 'linda';
maild = 'masdecocagne.com</a>';
var adres  = "Linda & Frank van Hellemond<br>Mas de Cocagne<br>230, Route de Maubec<br>84580 Oppède<br>France<br><br>tel.: 00 33 4 90 76 86 54<br>e-mail: "+maila+"@"+mailb+mailc+"@"+maild+"<br>";
var adres2 = "Linda & Frank van Hellemond<br>Mas de Cocagne<br>230, Route de Maubec<br>84580 Oppède<br>France<br><br>tél.: 04 90 76 86 54<br>courriel: "+maila+"@"+mailb+mailc+"@"+maild+"<br>";
var adres3 = "Linda & Frank van Hellemond<br>Mas de Cocagne<br>230, Route de Maubec<br>84580 Oppède<br>France<br><br>tel.: 00 33 4 90 76 86 54<br>e-mail: "+maila+"@"+mailb+mailc+"@"+maild+"<br>";
if (parent == self) {
	var functie = window.location.search.substring(1);
	if (functie !== 'top') {
		top.location.href = 'http://www.masdecocagne.com/'
	}
}
if (window.Event) document.captureEvents(Event.MOUSEUP); 
function nocontextmenu(){ 
	event.cancelBubble = true 
	event.returnValue = false; 
	return false; 
} 
function norightclick(e){ 
	if (window.Event) {
		if (e.which == 2 || e.which == 3)
		return false; 
	} 
	else if (event.button == 2 || event.button == 3) {
		event.cancelBubble = true 
		event.returnValue = false; 
		return false; 
	}
} 
if (document.layers) document.captureEvents(Event.MOUSEDOWN); 

document.oncontextmenu = nocontextmenu; 
document.onmousedown = norightclick; 
document.onmouseup = norightclick; 

function microsoftKeyPress() {
    if (window.event.keyCode == 27) top.close();
}
