//include('/js/jquery-1.5.2.js');
var m =this.L*5;
	var objSel = document.getElementById("m_list");
	objSel.options[objSel.options.length] = new Option(m , m ,true,true);
	
	objSel.options[objSel.options.length] = new Option(120000 , 120000);
	objSel.options[objSel.options.length] = new Option( 100000, 100000);
	objSel.options[objSel.options.length] = new Option( 80000, 80000);
	objSel.options[objSel.options.length] = new Option( 60000,60000);
	objSel.options[objSel.options.length] = new Option( 40000, 40000);
	objSel.options[objSel.options.length] = new Option( 20000 , 20000);
	objSel.options[objSel.options.length] = new Option( 16000, 16000);
	objSel.options[objSel.options.length] = new Option( 14000, 14000);
	objSel.options[objSel.options.length] = new Option(12000 , 12000);
	objSel.options[objSel.options.length] = new Option(10000 , 10000);
	objSel.options[objSel.options.length] = new Option( 8000, 8000);
	objSel.options[objSel.options.length] = new Option( 6000, 6000);
	objSel.options[objSel.options.length] = new Option( 4000, 4000);
	objSel.options[objSel.options.length] = new Option( 2000, 2000);
	objSel.options[objSel.options.length] = new Option( 1000, 1000);
	objSel.options[objSel.options.length] = new Option( 500, 500);
	var i=1;
	var TopMap = document.getElementById("TopMap");

	function TopM(){
	if (i<0.10) {i=1;};
	i=i-0.01;
//	TopMap.style.opacity=i;
	window.alert("Welcome! Press OK to continue.");
	};
	//var timerMulti = window.setInterval("TopM();", 1000);
