//Text, HREF, has children
// Don't use a comma after last index; IE will interpret this as an extra index

var aMenu = new Array(9);
aMenu[0] = 126;					// itemMenuWidth
aMenu[1] = '#d3d3d3';		// bckColor
aMenu[2] = '#e9e9e9';		// bckColorMouse
aMenu[3] = 25;					// left/topMenuY
aMenu[4] = 16;					// rowHeight;
aMenu[5] = 156;					// pushX
aMenu[6] = -14;					// pushY
aMenu[7] = '#000';			// color
aMenu[8] = '#000';			// colorMouse
aMenu[9] = 0;						// leftMenuX

aMenu1 = [
[],
["Forside","00Forside.html",0],
["Stereoanlæg","01Stereo.html",0],
["Højttalere","02Hoejttalere.html",0],
["TV","03TV.html",0],
["Video/DVD","04VideoDVD.html",0],
["Telefoner","05Telefoner.html",0],
["Linkprodukter","06Linkprodukter.html",0],
["Tilbehør","07Tilbehor.html",0],
["Andet","08Andet.html",0],
["Information","09Information.html",0],
["Se kurv","10Kurv.html",0]
]
