// JavaScript Document

function mapchange(m){
	
	currentmap=m;
	if (m==1)	
	eval("document.getElementById('mapgrid').style.background='url(./data/RegionalHs/Hs_0hrs.png) no-repeat';");
	else if (m==2)
	eval("document.getElementById('mapgrid').style.background='url(./data/RegionalMSLP/MSLP_0hrs.png) no-repeat';");
	else if (m==3)
	eval("document.getElementById('mapgrid').style.background='url(./data/All/HS_00000101_000000.png) no-repeat';");
	else if (m==4)
	eval("document.getElementById('mapgrid').style.background='url(./data/Wind/WIND_00000101_000000.png) no-repeat';");
	else if (m==5)
	eval("document.getElementById('mapgrid').style.background='url(./data/East/HS_00000101_000000.png) no-repeat';");
	else if (m==6)
	eval("document.getElementById('mapgrid').style.background='url(./data/North/HS_00000101_000000.png) no-repeat';");
	else if (m==7)
	eval("document.getElementById('mapgrid').style.background='url(./data/South/HS_00000101_000000.png) no-repeat';");
	else if (m==8)
	eval("document.getElementById('mapgrid').style.background='url(./data/West/HS_00000101_000000.png) no-repeat';");

 				}
				
				
