function changeimg()
{
	var r = Math.floor((3-0)*Math.random()) + 1;
	document.getElementById('home').src='images/home' + r + '.jpg';
}
function msmaptxt(txt)
{
	//.getElementById('msmap').
	document.getElementById('msmap').getElementsByTagName('span')[0].innerHTML=txt;
	
}
	function openlink(url,title){
		newwindow=window.open(url,title,"width=640,height=500,left=100,top=100,resizable=yes,scrollbars=yes");
		newwindow.focus();
	}



