// ============== fonction frame killer ==============
if (top.frames.length!=0) top.location=self.document.location;

// ============== fonction anti-spam ==============
function noSpam(user,domain) {
	locationstring = "mailto:" + user + "@" + domain;
	window.location = locationstring;
}

// ============== fonction OpenMap ==============

function openMap(type) {	
	if (type == 1) { // London
		var largeur = 620;
		var hauteur = 591;
		var url = "office.html";
		var top=(screen.height-hauteur)/2;
		var left=(screen.width-largeur)/2;
		window.open(url,'ClubdealLtd','toolbar=0,location=0,directories=0,status=0,scrollbars=1,resizable=0,copyhistory=0,menuBar=0,width='+largeur+',height='+hauteur+',left='+left+',top='+top+'');
	}
	else { alert("No map available !"); }
}

// ============== fonction pop up ==============

function openPopup(type,url) {
	if (type == 1) { // 1 = Offices/Maps window 587x422 with scrollbar (old values: 539x422)
		window.open(url,'map','toolbar=1,location=0,directories=0,status=0,scrollbars=1,resizable=0,copyhistory=0,menuBar=1,width=587,height=422,left=5,top=5');
	}
	else if (type == 2) { // 2 = Footer 648x422 with scrollbar
		window.open(url,'footer','toolbar=1,location=0,directories=0,status=0,scrollbars=1,resizable=0,copyhistory=0,menuBar=1,width=648,height=422,left=5,top=5');
	}
	else {
		void(0);
	}
}
