function rollOut() {
	var mapadiv=document.getElementById("mapadiv");
	var mapaswfE=document.getElementById("mapaswfE");
	//alert (mapaswf);
	mapadiv.style.width="770px";
	mapadiv.style.height="730px";
	if(mapaswfE){
	mapaswfE.style.width="770px";
	mapaswfE.style.height="730px";
	}
}
function rollIn() {
	var mapadiv=document.getElementById("mapadiv");
	var mapaswfE=document.getElementById("mapaswfE");
	mapadiv.style.width="260px";
	mapadiv.style.height="360px";
	if(mapaswfE){
	mapaswfE.style.width="260px";
	mapaswfE.style.height="360px";
	}
}

