function init()
	{
	if (!document.getElementsByTagName){location.href="old_browser.asp"}	
	a=document.getElementById("menu");b=document.getElementById("middle")
	if ((a.scrollHeight>=b.scrollHeight)){a.style.height=a.scrollHeight+"px";b.style.height=a.scrollHeight+"px"}	
	menu_colours() 
	}

function menu_colours()
	{
	var a = document.getElementsByTagName("A")
	for (var b=0;b<a.length;b++)
		{
		a[b].onmouseover = function(){so();num=this.id.replace(/u/,'');if(num){me(num)}}
		a[b].onmouseout  = function(){so();sa()}			
		}
	}
		
google_ad_client = "pub-4823278244860919";
google_ad_width = 300;
google_ad_height = 250;
google_ad_format = "300x250_as";
google_ad_type = "text_image";
google_color_border = "ffffff";
google_color_bg = "ffffff";
google_color_link = "990000";
google_color_url = "CCCCCC";
google_color_text = "000000";
	
window.onload=init