function red() {
	if (window.location == "http://www.elektrafestival.ca/") {
		window.location.replace("http://www.elektramontreal.ca/");
	}
}
function popWin(mypage,myname,screenW,screenH){
	var ek=null;
	LeftPosition= (screen.width) ? ((screen.width-screenW)/2) : 100;
	TopPosition= (screen.height) ? ((screen.height-screenH)/2) : 100;
	
	settings='width='+screenW+',height='+screenH+',top='+TopPosition+',left='+LeftPosition+',scrollbars=no,location=no,directories=no,status=no,menubar=no,toolbar=no,resizable=no';
	ek=window.open(mypage,myname,settings);
	if (ek.innerHeight < 400) {
		ek.innerWidth = screenW;
		ek.innerHeight = screenH;
	}
}
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
