self.moveTo(0,0);
self.resizeTo(screen.availWidth,screen.availHeight);
var macondoWindow = null;
var macondoWindow2 = null;
function map_01() {
	if((macondoWindow == null) || (macondoWindow.closed) || (!macondoWindow)){
		macondoWindow = window.open("map_01.html","macondoWindow",'toolbar=0,location=0,directories=0,status=0,menubar=0,resizable=0,width=' + 425 + ',height=' + 350);
	} else {
		macondoWindow.focus();
		macondoWindow.location = "map_01.html";
	}
	if (!macondoWindow) {
		alert("Please, disable your popup blocker.");
	} else {
		macondoSubscribeWindow.moveTo((screen.availWidth/2)-270,(screen.availHeight/2)-185);
		macondoWindow.moveTo(0,0);
	}
	
}

function map_02() {
	if((macondoWindow == null) || (macondoWindow.closed) || (!macondoWindow)){
		macondoWindow = window.open("map_02.html","macondoWindow",'toolbar=0,location=0,directories=0,status=0,menubar=0,resizable=0,width=' + 425 + ',height=' + 350);
	} else {
		macondoWindow.focus();
		macondoWindow.location = "map_02.html";
	}
	if (!macondoWindow) {
		alert("Please, disable your popup blocker.");
	} else {
		macondoSubscribeWindow.moveTo((screen.availWidth/2)-270,(screen.availHeight/2)-185);
		macondoWindow.moveTo(0,0);
	}
	
}

function setSizePar() {
	if ((document.body.clientHeight<705)||(document.body.clientWidth<968)) {
		mHeight='100%';
		mWidth='100%';
	} else {
		mHeight='705';
		mWidth='968';
	}
}


function window_open(url) {
	option="height=520,width=770,top=10,left=10,toolbar=1,scrollbars=yes,location=1,status=1,menubar=1,resizable=yes";
	window.open(url,'',option);
}
