//keywords
var code="code";var url="url";var sub="sub";
//styles

var defcolor = { "bgON":"","bgOVER":"","border":"#FFFFFF"};
var defcss = {"ON":"clsCMTopOn", "OVER":"clsCMTopOver"};
var TOP_LEFT = {"border":0, "borders":[0,0,0,0], "shadow":0, "color":defcolor, "css":defcss};
var TOP_MIDDLE = {"border":0, "borders":[0,0,0,0], "shadow":0, "color":defcolor, "css":defcss};
var TOP_RIGHT = {"border":0, "borders":[0,0,0,0],"shadow":0, "color":defcolor, "css":defcss};
var STYLE1 = {"border":1, "borders":[1,1,1,1], "shadow":0, "color":defcolor, "css":defcss};
var STYLE_TOP = {"border":1, "borders":[1,1,1,1], "shadow":0, "color":defcolor, "css":defcss};
var STYLE_BOTT = {"border":1, "borders":[1,1,1,1], "shadow":0, "color":defcolor, "css":defcss};
// Documentation for this page:
// "itemoff" is used for the location of the cells between each other on the page [x-axis, y-axis]
// "leveloff" is used for the location of the groups between each group of cells

//IE Menu Items
var MENU_ITEMS = [
	{"pos":"relative", "itemoff":[0,0], "leveloff":[0,0], "delay":600,  "style":TOP_MIDDLE},
	//Menu Item 1
	{code:"Home", url:"index.htm", "format":{"size":[20,50]}},
	//Menu Item 2
    {code:"Overview", "format":{"size":[20,75], "itemoff":[0,58]},
                sub:[
            {"size":[24,158], "itemoff":[23,0], "leveloff":[23,0]},
            {code:"Chairman's Message", url:"message.htm", "format":{"style":STYLE_TOP}},
            {code:"Faculty", url:"faculty.cfm", "format":{"style":STYLE_BOTT}}
			]
	},
	//Menu Item 3
    {code:"FAQs", url:"faqs.htm", "format":{"size":[20,43], "itemoff":[0,88]}},
	//Menu Item 4
    {code:"Education", "format":{"size":[20,75], "itemoff":[0,55], "arrow":null, "image":null},
    sub:[
        {"size":[24,132], "itemoff":[23,0], "leveloff":[23,0], "style":STYLE1},
        {code:"Current Students", url:"students.htm", "format":{"style":STYLE_TOP}},
        {code:"TCOM", url:"http://www.hsc.unt.edu/education/tcom/default.cfm", target:"_blank"},
		{code:"Teaching Assistants", url:"teaching.htm"},
		{code:"Predoctoral Fellowship", url:"fellows.htm"},
		{code:"Residency", url:"residency.htm"},
		{code:"Clinical Clerkship", url:"clerkship.htm", "format":{"style":STYLE_BOTT}}
        ]
    },
	//Menu Item 5
    {code:"Patient Care", url:"patient.htm", "format":{"size":[20,93], "itemoff":[0,88]}},
	//Menu Item 6
	{code:"Research", "format":{"size":[20,73], "itemoff":[0,103]},
		sub:[
			 {"size":[24,104], "itemoff":[23,0], "leveloff":[23,0], "style":STYLE1},
			 {code:"ORC", url:"orc.htm", "format":{"style":STYLE_TOP}},
			 {code:"Clinical Trials", url:"http://www.hsc.unt.edu/research/clinicaltrials.cfm", target:"_blank"},
			 {code:"OSTMED", url:"http://ostmed.hsc.unt.edu/ostmed/index.html", target:"_blank"},
			 {code:"PUBMED", url:"http://www.ncbi.nlm.nih.gov/entrez/query.fcgi?DB=pubmed", target:"_blank", "format":{"style":STYLE_BOTT}}			 
			]
	},
	//Menu Item 7
    {code:"Contact Us", url:"contact.htm", "format":{"size":[20,83], "itemoff":[0,83], "arrow":null, "image":null, "style":TOP_RIGHT}}
];


//Mozilla Menu Items
var MOZ_MENU_ITEMS = [
	{"pos":"relative", "itemoff":[0,100], "leveloff":[0,0], "delay":600,  "style":TOP_MIDDLE},
	//Menu Item 1
	{code:"Home", url:"index.htm", "format":{"size":[20,50]}},
	//Menu Item 2
    {code:"Overview", "format":{"size":[20,75], "itemoff":[0,58]},
		sub:[
            {"size":[24,158], "itemoff":[23,0], "leveloff":[90,190]},
            {code:"Chairman's Message", url:"message.htm", "format":{"style":STYLE_TOP}},
            {code:"Faculty", url:"faculty.cfm", "format":{"style":STYLE_BOTT}}
			]
	},
	//Menu Item 3
    {code:"FAQs", url:"faqs.htm", "format":{"size":[20,43], "itemoff":[0,88]}},
	//Menu Item 4
    {code:"Education", "format":{"size":[20,75], "itemoff":[0,55], "arrow":null, "image":null},
		sub:[
        {"size":[24,132], "itemoff":[23,0], "leveloff":[90,190], "style":STYLE1},
        {code:"Current Students", url:"students.htm", "format":{"style":STYLE_TOP}},
        {code:"TCOM", url:"http://www.hsc.unt.edu/education/tcom/default.cfm", target:"_blank"},
		{code:"Teaching Assistants", url:"teaching.htm"},
		{code:"Predoctoral Fellowship", url:"fellows.htm"},
		{code:"Residency", url:"residency.htm"},
		{code:"Clinical Clerkship", url:"clerkship.htm", "format":{"style":STYLE_BOTT}}
        ]
    },
	//Menu Item 5
    {code:"Patient Care", url:"patient.htm", "format":{"size":[20,93], "itemoff":[0,88]}},
	//Menu Item 6
	{code:"Research", "format":{"size":[20,73], "itemoff":[0,103]},
		sub:[
			 {"size":[24,104], "itemoff":[23,0], "leveloff":[90,190], "style":STYLE1},
			 {code:"ORC", url:"orc.htm", "format":{"style":STYLE_TOP}},
			 {code:"Clinical Trials", url:"http://www.hsc.unt.edu/research/clinicaltrials.cfm", target:"_blank"},
			 {code:"OSTMED", url:"http://ostmed.hsc.unt.edu/ostmed/index.html", target:"_blank"},
			 {code:"PUBMED", url:"http://www.ncbi.nlm.nih.gov/entrez/query.fcgi?DB=pubmed", target:"_blank", "format":{"style":STYLE_BOTT}}				 
			]
	},
	//Menu Item 7
    {code:"Contact Us", url:"contact.htm", "format":{"size":[20,83], "itemoff":[0,83], "arrow":null, "image":null, "style":TOP_RIGHT}}
];

