<!--
	                    cstring = 'newresourceextranoted'; 	cdisplay = cstring.substring(16,17) + cstring.substring(17,18) + cstring.substring(0,1) + cstring.substring(19,20) ; 
	                    function closeResources() 
	                    {
		                    if (document.getElementById) 
		                    { // DOM3 = ie5, NS6
			                    document.getElementById('resources').style.display = cdisplay;
							}
		                    else 
		                    {
			                    if (document.layers) 
			                    { // Netscape 4
				                    document.resources.display = cdisplay;
								}
			                    else 
			                    { // ie 4
				                    document.all.resources.style.display = cdisplay;
								}
		                    }
	                    }
	                    function showResources() 
	                    {
		                    if (document.getElementById) 
		                    { // DOM3 = ie5, NS6
			                    document.getElementById('resources').style.display = 'block';
							}
		                    else 
		                    {
			                    if (document.layers) 
			                    { // Netscape 4
				                    document.resources.display = 'block';
								}
			                    else 
			                    { // ie 4
				                    document.all.resources.style.display = 'block';
								}
		                    }
	                    }
						function makeBig() {
						document.getElementById('homecontent').className = "homecontent_big";
						}
						function makeSmall() {
						document.getElementById('homecontent').className = "homecontent";
						}
function closeResourcesNew() 
{
	document.getElementById('bottom').innerHTML="";
}
function showResourcesNew() 
{
   document.getElementById('bottom').innerHTML=document.getElementById('resources').innerHTML;
	
}
					
                    -->