//!!!Edit the appearance here!!!
MenuWidth=110;           //Individual menu width.
MenuFont='Arial';
MenuFontSize= 1;          //1 to 7 only, 2 probably big enough. 
MenuFontColor='#ffffff';
MenuBgColor='#5674C0';
MenuBgColor2='#404040';
HighLight='#b4c3d4';
Separater=2;             //Space around menus.
Centre=true;             //true or false.
//!!!Alter nothing here, go straight to "Links"!!!
n4=(document.layers);
n6=(document.getElementById&&!document.all);
ie=(document.all);
h=(ie)?document.body.clientHeight:window.innerHeight;
w=(ie)?document.body.clientWidth:window.innerWidth;
Titles=new Array()
Links=new Array()
YPos=new Array()

algn1=(Centre)?'<center>':'';
algn2=(Centre)?'</center>':'';

function colour2(c){(n4)?c.bgColor=HighLight:c.style.background=HighLight}//
function colour1(c){(n4)?c.bgColor=MenuBgColor2:c.style.background=MenuBgColor2}//

var OpenLayer=(n4)?"<br><layer height=100% width=100% onMouseOver='colour1(this)'; onMouseOut='colour2(this)'>"+algn1:"<div style='height:auto;width:100%;FONT-FAMILY: sans-serif;FONT-SIZE:8pt' onMouseOver='colour1(this)'; onMouseOut='colour2(this)'>";
var CloseLayer=(n4)?algn2+"</layer>":"</font></div>";

var vs=(n4)?"<font face='Wingdings' color="+MenuBgColor+">n</font>":OpenLayer+"&nbsp;"+CloseLayer+"<font color="+MenuBgColor+">"+String.fromCharCode(9660)+"</font>";

//<font face="+MenuFont+" size="+MenuFontSize+" color="+MenuFontColor+">
//#menu {CLEAR: both; BORDER-RIGHT: white 1px solid; PADDING-RIGHT: 0px; 
//       PADDING-LEFT: 3px; FONT-SIZE: 10pt; FLOAT: left; 
//	   PADDING-BOTTOM: 5px; MARGIN: 0px; BORDER-LEFT: white 1px solid; 
//	   COLOR: white; LINE-HEIGHT: 100%; PADDING-TOP: 4px; 
//	   BORDER-BOTTOM: white 1px solid; 
//	   FONT-FAMILY: sans-serif; BACKGROUND-COLOR: #69f}

