/********************************************/
/*            VARIABLES FOR MENU            */
/********************************************/

// Array menu
var m_pMenu = new Array();
	// Index:	0 - text, 1 - target, 2 - href, 3 - status string, 
	//			4 - target print version, 5 - href print version (if document has not print version this string is empty)
m_pMenu[0] = new Array("Home", "_self", "home.asp", " Home...", "_self", "PVersion/home.asp");
m_pMenu[1] = new Array("News", "_self", "news.asp", " News...", "_self", "PVersion/news.asp");
m_pMenu[2] = new Array("Contact", "_self", "contact.htm", " Contact...", "_self", "PVersion/contact.htm");
m_pMenu[3] = new Array("General", "_self", "general.htm", " General...", "_self", "PVersion/general.htm");
m_pMenu[4] = new Array("Activities", "_self", "activ.asp", " Activities...", "_self", "PVersion/activ.asp");
m_pMenu[5] = new Array("Measurement<br>sites", "_self", "mSites.asp", " Measurement sites...", "_self", "");
m_pMenu[6] = new Array("Internal", "_self", "internal.asp", " Internal...", "_self", "");
m_pMenu[7] = new Array("NCoE Graduate<br>school", "_self", "school.htm", " NCoE Graduate school...", "_self", "");
m_pMenu[8] = new Array("Publications", "_self", "public.asp", " Publications...", "", "javascript:onClickPrintVersionPublication()");
m_pMenu[9] = new Array("Links", "_self", "links.htm", " Links...", "_self", "PVersion/links.htm");

// Index selected menu
var m_nSelectedMenu = -1;

// Array for Height Menu
var m_pHeightMenu = new Array("Q", "Q", "Q", "Q", "Q", "Q<br>Q", "Q", "Q<br>Q", "Q", "Q");
