<!-- Hide from old browsers
	var colour1 = "red";
	var colour0 = "#330099";


	//opens a specified page in browser
	function go(url)
	{
		if (document.all)
		{
		self.top.location = url;
		}
	}

	//returns an object so it's styles can be referred to the same way in both netscape and ie.
	function setName(objectName)
	{
		var object;
		if (document.all)
		{
		  object = document.all(objectName).style;
		}
		else if (document.layers)
		{
			object = document.layers[objectName];
		}
		return object;
	}

	//changes background colour	
	function changeBG(objectName, num)
	{
		if (document.all)
		{
		var colour = eval("colour" + num);
		var object = setName(objectName);
		object.background=colour;
		object.border = "4px solid " + colour;
		}
	}	

	
	//write divs to page	
	document.writeln("<div id = \"home\" onClick = \"go('index.html');\" onMouseOver=\"changeBG('home', '1');return false;\" onMouseOut = \"changeBG('home', '0');return false;\" style = \"width: 100; height: 25; color: white; background-color: " + colour0 + "; border: 4px solid " + colour0 + "; layer-background-color: " + colour0 + ";\"><a href = \"index.html\"><span class = \"menutext\">Home</span></a></div>"
	+"<div id = \"fees\" onClick = \"go('fees.htm');\" onMouseOver=\"changeBG('fees', '1');return false;\" onMouseOut = \"changeBG('fees', '0');return false;\" style = \"width: 100; height: 25; color: white; background-color: " + colour0 + "; border: 4px solid " + colour0 + "; layer-background-color: " + colour0 + ";\"><a href = \"fees.htm\"><span class = \"menutext\">ATS Fees</span></a></div>"
	+"<div id = \"singing\" onClick = \"go('singing.htm');\" onMouseOver=\"changeBG('singing', '1');return false;\" onMouseOut = \"changeBG('singing', '0');return false;\" style = \"width: 100; height: 25; color: white; background-color: " + colour0 + "; border: 4px solid " + colour0 + "; layer-background-color: " + colour0 + ";\"><a href = \"singing.htm\"><span class = \"menutext\">ATS Singing</span></a></div>"
	+"<div id = \"gallery\" onClick = \"go('gallery.htm');\" onMouseOver=\"changeBG('gallery', '1');return false;\" onMouseOut = \"changeBG('gallery', '0');return false;\" style = \"width: 100; height: 25; color: white; background-color: " + colour0 + "; border: 4px solid " + colour0 + "; layer-background-color: " + colour0 + ";\"><a href = \"gallery.htm\"><span class = \"menutext\">ATS Gallery</span></a></div>"
	//+"<div id = \"about\" onClick = \"go('geoff.htm');\" onMouseOver=\"changeBG('about', '1');return false;\" onMouseOut = \"changeBG('about', '0');return false;\" style = \"width: 100; height: 25; color: white; background-color: " + colour0 + "; border: 4px solid " + colour0 + "; layer-background-color: " + colour0 + ";\"><a href = \"geoff.htm\"><span class = \"menutext\">About Geoff</span></a></div>"
	//+"<div id = \"courses\" onClick = \"go('courses.htm');\" onMouseOver=\"changeBG('courses', '1');return false;\" onMouseOut = \"changeBG('courses', '0');return false;\" style = \"width: 100; height: 25; color: white; background-color: " + colour0 + "; border: 4px solid " + colour0 + "; layer-background-color: " + colour0 + ";\"><a href = \"courses.htm\"><span class = \"menutext\">Courses</span></a></div>"
	+"<div id = \"location\" onClick = \"go('location.htm');\" onMouseOver=\"changeBG('location', '1');return false;\" onMouseOut = \"changeBG('location', '0');return false;\" style = \"width: 100; height: 25; color: white; background-color: " + colour0 + "; border: 4px solid " + colour0 + "; layer-background-color: " + colour0 + ";\"><a href = \"location.htm\"><span class = \"menutext\">Locate Us</span></a></div>"
	+"<div id = \"contact\" onClick = \"go('contact.htm');\" onMouseOver=\"changeBG('contact', '1');return false;\" onMouseOut = \"changeBG('contact', '0');return false;\" style = \"width: 100; height: 25; color: white; background-color: " + colour0 + "; border: 4px solid " + colour0 + "; layer-background-color: " + colour0 + ";\"><a href = \"contact.htm\"><span class = \"menutext\">Contact Us</span></a></div>"
	//+"<div id = \"stumonth\" onClick = \"go('stumonth.htm');\" onMouseOver=\"changeBG('stumonth', '1');return false;\" onMouseOut = \"changeBG('stumonth', '0');return false;\" style = \"width: 100; height: 25; color: white; background-color: " + colour0 + "; border: 4px solid " + colour0 + "; layer-background-color: " + colour0 + ";\"><a href = \"stumonth.htm\"><span class = \"menutext\">Student of the Month</span></a></div>"
	+"<div id = \"midi\" onClick = \"go('midi.php');\" onMouseOver=\"changeBG('midi', '1');return false;\" onMouseOut = \"changeBG('midi', '0');return false;\" style = \"width: 100; height: 25; color: white; background-color: " + colour0 + "; border: 4px solid " + colour0 + "; layer-background-color: " + colour0 + ";\"><a href = \"midi.php\"><span class = \"menutext\">ATS Karaoke</span></a></div>"
	+"<div id = \"findmidi\" onClick = \"go('extmidi.htm');\" onMouseOver=\"changeBG('findmidi', '1');return false;\" onMouseOut = \"changeBG('findmidi', '0');return false;\" style = \"width: 100; height: 25; color: white; background-color: " + colour0 + "; border: 4px solid " + colour0 + "; layer-background-color: " + colour0 + ";\"><a href = \"extmidi.htm\"><span class = \"menutext\">Find Midi</span></a></div>"
	//+"<div id = \"aussiemidi\" onClick = \"go('http://usrwww.optusnet.com.au/~trimaran/midis.html');\" onMouseOver=\"changeBG('aussiemidi', '1');return false;\" onMouseOut = \"changeBG('aussiemidi', '0');return false;\" style = \"width: 100; height: 25; color: white; background-color: " + colour0 + "; border: 4px solid " + colour0 + "; layer-background-color: " + colour0 + ";\"><a href = \"http://usrwww.optusnet.com.au/~trimaran/midis.html\"><span class = \"menutext\">Aussie Midi</span></a></div>"
	+"<div id = \"lyrics\" onClick = \"go('extlyric.htm');\" onMouseOver=\"changeBG('lyrics', '1');return false;\" onMouseOut = \"changeBG('lyrics', '0');return false;\" style = \"width: 100; height: 25; color: white; background-color: " + colour0 + "; border: 4px solid " + colour0 + "; layer-background-color: " + colour0 + ";\"><a href = \"extlyric.htm\"><span class = \"menutext\">Find Lyrics</span></a></div>"
	//+"<div id = \"lyrics2\" onClick = \"go('http://www.geocities.com/SunsetStrip/Palms/3431/dnsearch.html');\" onMouseOver=\"changeBG('lyrics2', '1');return false;\" onMouseOut = \"changeBG('lyrics2', '0');return false;\" style = \"width: 100; height: 25; color: white; background-color: " + colour0 + "; border: 4px solid " + colour0 + "; layer-background-color: " + colour0 + ";\"><a href = \"http://www.geocities.com/SunsetStrip/Palms/3431/dnsearch.html\"><span class = \"menutext\">Find Lyrics2</span></a></div>"
	//+"<div id = \"ana\" onClick = \"go('http://users.bigpond.net.au/jellery/Australian%20Anthem%20text%20page1a.htm');\" onMouseOver=\"changeBG('ana', '1');return false;\" onMouseOut = \"changeBG('ana', '0');return false;\" style = \"width: 100; height: 25; color: white; background-color: " + colour0 + "; border: 4px solid " + colour0 + "; layer-background-color: " + colour0 + ";\"><a href = \"http://users.bigpond.net.au/jellery/Australian%20Anthem%20text%20page1a.htm\"><span class = \"menutext\">National Anthem</span></a></div>"//);
	+"<div id = \"links\" onClick = \"go('links.htm');\" onMouseOver=\"changeBG('links', '1');return false;\" onMouseOut = \"changeBG('links', '0');return false;\" style = \"width: 100; height: 25; color: white; background-color: " + colour0 + "; border: 4px solid " + colour0 + "; layer-background-color: " + colour0 + ";\"><a href = \"links.htm\"><span class = \"menutext\">Links</span></a></div>");
  //document.writeln("<div id = \"about\" onClick = \"go('geoff.htm');\" onMouseOver=\"changeBG('about', '1');return false;\" onMouseOut = \"changeBG('about', '0');return false;\" style = \"width: 100; height: 25; color: white; background-color: " + colour0 + "; border: 4px solid " + colour0 + "; layer-background-color: " + colour0 + ";\"><a href = \"geoff.htm\">About Geoff</a></div>");


	//document.writeln("<div id = \"courses\" onClick = \"go('courses.htm');\" onMouseOver=\"changeBG('courses', '1');return false;\" onMouseOut = \"changeBG('courses', '0');return false;\" style = \"width: 100; height: 25; color: white; background-color: " + colour0 + "; border: 4px solid " + colour0 + "; layer-background-color: " + colour0 + ";\"><a href = \"courses.htm\">Courses</a></div>");

	/*document.writeln("<div id = \"contact\" onClick = \"go('contact.htm');\" onMouseOver=\"changeBG('contact', '1');return false;\" onMouseOut = \"changeBG('contact', '0');return false;\" style = \"width: 100; height: 25; color: white; background-color: " + colour0 + "; border: 4px solid " + colour0 + "; layer-background-color: " + colour0 + ";\"><a href = \"contact.htm\">Contact Us</a></div>");
	document.writeln("<div id = \"stumonth\" onClick = \"go('stumonth.htm');\" onMouseOver=\"changeBG('stumonth', '1');return false;\" onMouseOut = \"changeBG('stumonth', '0');return false;\" style = \"width: 100; height: 25; color: white; background-color: " + colour0 + "; border: 4px solid " + colour0 + "; layer-background-color: " + colour0 + ";\"><a href = \"stumonth.htm\">Student of the Month</a></div>");
	document.writeln("<div id = \"midi\" onClick = \"go('midi.htm');\" onMouseOver=\"changeBG('midi', '1');return false;\" onMouseOut = \"changeBG('midi', '0');return false;\" style = \"width: 100; height: 25; color: white; background-color: " + colour0 + "; border: 4px solid " + colour0 + "; layer-background-color: " + colour0 + ";\"><a href = \"midi.htm\">Backing Music</a></div>");
	//document.writeln("<div id = \"links\" onClick = \"go('links.htm');\" onMouseOver=\"changeBG('links', '1');return false;\" onMouseOut = \"changeBG('links', '0');return false;\" style = \"width: 100; height: 25; color: white; background-color: " + colour0 + "; border: 4px solid " + colour0 + "; layer-background-color: " + colour0 + ";\"><a href = \"links.htm\">Links</a></div>");*/
	
//  end hiding -->

