function rollOut() {
	var mapadiv=document.getElementById("mapadiv");
	var mapaswfE=document.getElementById("mapaswfE");
	var mapaswf=document.getElementById("mapaswf");
	//alert (mapaswfE);
	mapadiv.style.width="940px";
	mapadiv.style.height="724px";
	mapadiv.style.left="-290px";
	if(mapaswfE){
	mapaswfE.style.width="940px";
	mapaswfE.style.height="724px";
	}
	if(mapaswf){
	mapaswf.style.width="940px";
	mapaswf.style.height="724px";
	}
}
function rollIn() {
	var mapadiv=document.getElementById("mapadiv");
	var mapaswfE=document.getElementById("mapaswfE");
	var mapaswf=document.getElementById("mapaswf");
	mapadiv.style.left="0";
	mapadiv.style.width="651px";
	mapadiv.style.height="294px";
	if(mapaswfE){
	mapaswfE.style.width="651px";
	mapaswfE.style.height="294px";
	}
	if(mapaswf){
	mapaswf.style.width="651px";
	mapaswf.style.height="294px";
	}
}
