			function disableBackButton()
			{
				//alert("mahesh")
				window.history.forward();
			}
				setTimeout("disableBackButton()", 0);
		
