// JavaScript Document
	function fixMozilla(){
		if(navigator.appName.match('Netscape')=='Netscape')
		{
			document.getElementById('footerText').style.top="9px";			
		}
	}
	function fixMozillaIndex(){
		if(navigator.appName.match('Netscape')=='Netscape')
		{			
			document.getElementById('footer').style.marginTop="10px";
			document.getElementById('footer').style.marginLeft="84px";
		}
	}
	