var gottable = 0;

NS4 = (window.innerHeight) ? 1 : 0;
IE4 = (document.all) ? 1 : 0;
//ver4 = (NS4 || IE4) ? 1 : 0;

function moveTable() {
	if (gottable) {
		if (NS4) {
			
			screenHeight = window.innerHeight;
//			document.write(screenHeight);
			document.body['index'].height=screenHeight;
//			document.body['va'].height=screenHeight-200;
                      //  document.index.id.height = screenHeight;
                        
        } else {
            
//			screenHeightk = document.all['na'].height;
//			document.write(document.all['index'].height);
			screenHeight = document.body.clientHeight;
			
				       document.all['index'].height = screenHeight-30;
			
			
//					   document.all['va'].height = 700; 
                }
	}
}
