var d = document;

///////////////////////////////////////////////////////////////////////////////////////////

///////////////////////////////////////////////////////////////////////////////////////////
function swSM(){
	if(document.getElementById('sitemap')){
		document.getElementById('sitemap').style.display=document.getElementById('sitemap').style.display=='none'?'block':'none';
	}
}
///////////////////////////////////////////////////////////////////////////////////////////

var modMessages = new Array();

function showModMess() {
	for (i=0; i<modMessages.length; i++) {
		window.alert(modMessages[i]);
	}
}


function olHandler() {
	showModMess();
}

window.onload = olHandler;


function smapShow() {
	if (d.getElementById('smapm') && d.getElementById('smapi')) { 
		d.getElementById('smapi').className = d.getElementById('smapm').className== 'dn' ? 'mmap' : 'mmap selected';
		d.getElementById('smapm').className = d.getElementById('smapm').className== 'dn' ? '' : 'dn';
	}
}