function reSize(h)
    	{
       		 var nsElement        = document.getElementById("content");
           	     nsElement.height = h;
    	} 