var sour1;
var sour2;
var sour3;
function provamap(x){
	if(x=="collegepark") {
		sour1 = window.open("./collegepark.html","","left=400,screenX=400, top=40, screenY=40, height=400, width=500, scrollbars=no, menubar=no, resizable=no, toolbar=no, location=no, status=yes");
		sour1.focus();
	}
	if(x=="unict") {
		sour2 = window.open("./unict.html","","left=400,screenX=400, top=40, screenY=40, height=400, width=500, scrollbars=no, menubar=no, resizable=no, toolbar=no, location=no, status=yes");
		sour2.focus();
	}
	if(x=="home") {
		sour3 = window.open("./homesweethome.html","","left=400,screenX=400, top=40, screenY=40, height=400, width=500, scrollbars=no, menubar=no, resizable=no, toolbar=no, location=no, status=yes");
		sour3.focus();
	}
}