function rollOut() {
			var mapadiv=document.getElementById("mapadiv");
			var mapaswfE=document.getElementById("mapaswfE");
			//alert (mapaswf);
			mapadiv.style.width="915px";
			mapadiv.style.height="705px";
			if(mapaswfE){
			mapaswfE.style.width="915px";
			mapaswfE.style.height="705px";
			}
		}
function rollIn() {
			var mapadiv=document.getElementById("mapadiv");
			var mapaswfE=document.getElementById("mapaswfE");
			mapadiv.style.width="320px";
			mapadiv.style.height="217px";
			if(mapaswfE){
			mapaswfE.style.width="320px";
			mapaswfE.style.height="217px";
			}
		}
