	function resetPos(){
	var obj = document.getElementById('maincell');
	obj.style.position ='absolute';
	}