//nav drop down menu

var oscarr = new String();
oscarr = '';
HM_Array1 = [
[140,//width
122,//x axis
100,//y axis
"white",
"black",
"#8a75b7",//background colour
"#8a75b7",//rollover colour
"#8a75b7",//outline border
"#8a75b7",//line colour between menu items
0,//always show menu, 1 is yes 0 is no
0,//items to go across 1, down 0
0,//unsure something to do will hiding and showing, keep at 0
true,//dont know so dont change
1,//dont know so dont change
0,//dont know so dont change
"null",//dont know so dont change
"null",//dont know so dont change
0,//dont know so dont change
0,//dont know so dont change
0,//dont know so dont change
0,//dont know so dont change
0],//dont know so dont change
//select m.*,c.button_text,c.highlight_text from cms_menu m,cms_item c where m.parent_id=40 and m.status='1' and c.id=m.item_id and c.id in (select item_id from published_item_groups where groups=0 and status='A') order by m.id
["About the discussion group","dis_abt.htm",1,0,1,""],//1,0,1 is for changing the colour on rollover
["Guidelines","diguide.htm",1,0,1,""],
["Subscribe","subscrb.htm",1,0,1,""],
["Archive","archive.htm",1,0,1,""],
]



HM_Array2 = [
[161,//width
122,//x axis
200,//y axis
"white",
"black",
"#8a75b7",//background colour
"#8a75b7",//rollover colour
"#8a75b7",//outline border
"#8a75b7",//line colour between menu items
0,//always show menu, 1 is yes 0 is no
0,//items to go across 1, down 0
0,//unsure something to do will hiding and showing, keep at 0
true,//dont know so dont change
1,//dont know so dont change
0,//dont know so dont change
"null",//dont know so dont change
"null",//dont know so dont change
0,//dont know so dont change
0,//dont know so dont change
0,//dont know so dont change
0,//dont know so dont change
0],//dont know so dont change
//select m.*,c.button_text,c.highlight_text from cms_menu m,cms_item c where m.parent_id=40 and m.status='1' and c.id=m.item_id and c.id in (select item_id from published_item_groups where groups=0 and status='A') order by m.id
["About <i>Arts EdNet</i>","about1.htm",1,0,1,""],//1,0,1 is for changing the colour on rollover
["Legal Information","legal.htm",1,0,1,""],
["Acknowledgements","acknow.htm",1,0,1,""],
]


HM_Array3 = [
[161,//width
122,//x axis
380,//y axis
"white",
"black",
"#8a75b7",//background colour
"#8a75b7",//rollover colour
"#8a75b7",//outline border
"#8a75b7",//line colour between menu items
0,//always show menu, 1 is yes 0 is no
0,//items to go across 1, down 0
0,//unsure something to do will hiding and showing, keep at 0
true,//dont know so dont change
1,//dont know so dont change
0,//dont know so dont change
"null",//dont know so dont change
"null",//dont know so dont change
0,//dont know so dont change
0,//dont know so dont change
0,//dont know so dont change
0,//dont know so dont change
0],//dont know so dont change
//select m.*,c.button_text,c.highlight_text from cms_menu m,cms_item c where m.parent_id=40 and m.status='1' and c.id=m.item_id and c.id in (select item_id from published_item_groups where groups=0 and status='A') order by m.id
["About <i>Arts EdNet</i>","about1.htm",1,0,1,""],//1,0,1 is for changing the colour on rollover
["Legal Information","legal.htm",1,0,1,""],
["Acknowledgements","acknow.htm",1,0,1,""],
]




//pop-up windows
function n_window(theurl)
{
popWindow = window.open(theurl, 'popWin', 'width=450,height=450,toolbar=yes,scrollbars=yes,resizable=yes')
popWindow.focus()
}		


