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