window.onload = function() {
	try {
		jsTools_hideObject('Table11');
	} catch (Exception) { }

/*	try {
		x = document.getElementsByTagName('applet'); 
		c = x[0].parentNode; 
		c.style.display = 'none'; 
		c.style.visibility = 'hidden'; 
	} catch (Exception) { }*/
}