var nummenuitems = 22			//Number of items in the menu
var numelements = 5			//Number of elements in each menu item 
var menuitems = new Array(nummenuitems)	//Menu items array
var j; 					// loop counter

//Initialise the menuitems array
for(j=0; j<nummenuitems;j++)
{
	menuitems[j] = new Array(numelements)
}
function InitArray(pos,name, link, image, image2, target)
{
	menuitems[pos][0] = name;
	menuitems[pos][1] = link;
	menuitems[pos][2] = image;
	menuitems[pos][3] = image2; 
	menuitems[pos][4] = target; 
}
//These are the settings for the menu - add and change the links as required
//default target is _top
InitArray(0,"Tasha's Links","","","","");
InitArray(1,"Home","../../index_dyn.html","","","");
InitArray(2,"About Me","../../tasha_personal/index_dyn.html","","","");
InitArray(3,"Fiction","../../tasha_personal/fiction_dyn.html","","","");
InitArray(4,"CV","../../tasha_personal/tasha_cv_dyn.html","","","");
InitArray(5,"Buffy","../../tasha_personal/buffy/index_dyn.html","","","");
InitArray(6,"Highlander","../../tasha_personal/Highlander/highlander_dyn.html","","","");
InitArray(7,"HL: the Raven","../../ravweb/index_dyn.html","","","");
InitArray(8,"CI5 Ops","http://CI5Ops.co.uk","","","");
InitArray(9,"SG-1","../../tasha_personal/sg-1/index_dyn.html","","","");
InitArray(10,"Champions/Sentinel","../../champions/ch_main_dyn.html","","","");
InitArray(11,"Polt: TL","../../tasha_personal/Poltergeist/poltergeist_dyn.html","","","");
InitArray(12,"Soph's Links","","","","");
InitArray(13,"Soph's Home Page","../../soph_personal/index_dyn.html","","","");
InitArray(14,"Soph's Fiction","../../soph_personal/fiction/index_dyn.html","","","");
InitArray(15,"Other Links","","","","");
InitArray(16,"HFS","../../hfs/index_dyn.html","","","");
InitArray(17,"Webrings and Stuff","../../webrings.html","","","");
InitArray(18,"What's New","../../whatsnew_dyn.html","","","");
InitArray(19,"Email","","","","");
InitArray(20,"Email Tasha","mailto:tasha@dtwins.co.uk","","","");
InitArray(21,"Email Sophie","mailto:sophie@dtwins.co.uk","","","");

//various settings for the menu
var menuWidth = "150"; 			//menu overall width
var titleCol = "#000000"; 			//title background colour
var titleAlign = "left";			//title horizontal alignment
var titleVAlign = "top";			//title vertical alignment
var titleFontFace = "Arial";			//title font face
var titleFontSize = "";			//title font size
var titleFontCol = "#FF0000";			//title font colour
var tdbgcol = "#000000";			//background colour for the table
var tdcolmover = "#FFFFFF";			//background colour for the table when mouse over
var linkAlign = "left";			//link horizontal alignment
var linkVAlign = "top";			//link vertical alignment
var linkFontFace = "Arial";			//link font face
var linkFontSize = "-1";			//link font size
var linkFontCol = "#FFFFFF";			//link font colour
var linkbgimage = ""	//link table background image