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