var menu1=new Array()
menu1[0]='<a href="../tannerhall/thrcgallery.html"><img src="../images/purple-mid-gallery.gif" alt="" width="139" height="20" border="0"><\/a>';
menu1[1]='<a href="../tannerhall/threfurb.html"><img src="../images/purple-mid-refurb.gif" alt="" width="139" height="20" border="0"><\/a>';
menu1[2]='<a href="../tannerhall/threpair1.html"><img src="../images/purple-mid-reparex1.gif" alt="" width="139" height="20" border="0"><\/a>';
menu1[3]='<a href="../tannerhall/threpair2.html"><img src="../images/purple-mid-reparex2.gif" alt="" width="139" height="20" border="0"><\/a>';

var menu2=new Array()
menu2[0]='<a href="../tannerhall/thintgallery.html"><img src="../images/purple-mid-gallery.gif" alt="" width="139" height="20" border="0"><\/a>';


var menu3=new Array()
menu3[0]='<a href="../tannerhall/thaccred.html"><img src="../images/purple-mid-accred.gif" alt="" width="139" height="20" border="0"><\/a>';


var menu4=new Array()
menu4[0]='<a href="../tannerhall/thbrroof.html"><img src="../images/purple-mid-contract.gif" alt="" width="139" height="20" border="0"><\/a>';
menu4[1]='<a href="../tannerhall/thbrint.html"><img src="../images/purple-mid-interior.gif" alt="" width="139" height="20" border="0"><\/a>';




		
var menuwidth='139px'; //default menu width
var menubgcolor='#97518B';  //menu bgcolor
var disappeardelay=250;  //menu disappear speed onMouseout (in miliseconds)
var hidemenu_onclick="yes"; //hide menu when user clicks within menu?

function change(id, newClass) {

identity=document.getElementById(id);

identity.className=newClass;

}
