//keywords
var code="code";var url="url";var sub="sub";
//styles
var TOP_STYLE = {
    "border":0, "shadow":0,
    "color":{"border":"#008FB7",
    "shadow":"#ffffff",
    "bgON":"#008FB7","bgOVER":"#91D5E8"},
    "css":{"ON":"clsCMOn", "OVER":"clsCMVOver"}
};
var STYLE1 = {
    "border":1, "shadow":0,
    "color":{"border":"008FB7",
    "shadow":"#ffffff",
    "bgON":"#efefef","bgOVER":"#91D5E8"},
    "css":{"ON":"clsCMOn", "OVER":"clsCMOver"}
};
//items and formats
var H_MENU_ITEMS =
[
	// THE SECOND PARM IN "pos" DEFINES HORIZONTAL BAR'S VERTICAL POSITION ON PAGE
	{"pos":[12,88],"size":[20,70],"itemoff":[0,100],"leveloff":[0,100],"delay":500,"style":TOP_STYLE},
	{code:"&nbsp; &nbsp; &nbsp; &nbsp;<span class='topmenu'>Home</span>",url:"index.php"},
	{code:"<span class='topmenu'>About TNC</span>",url:"about.php",
		sub:[
			{"size":[20,130], "itemoff":[22,0], "leveloff":[22,0], "style":STYLE1},
			{code:'&nbsp; History',url:"about.php#history"},
			{code:'&nbsp; Neurology',url:"about.php#Neurology"},
			{code:'&nbsp; Neurosurgery',url:"about.php#Neurosurgery"},
			{code:'&nbsp; Goals & Services',url:"about.php#Goals"},
			{code:'&nbsp; TNC\'S Contribution',url:"about.php#Contribute"},
			{code:'&nbsp; Pain Management',url:"about.php#Pain"}
			]
	},
	{code:"<span class='topmenu'>Neurology</span>",url:"neurology.php",
		sub:[
			{"size":[22,155], "itemoff":[24,0], "leveloff":[24,0], "style":STYLE1},
			{code:'&nbsp; Physicians',url:"neurology-physicians.php"},
			{code:'&nbsp; Staff',url:"neurology-staff.php"},
			{code:'&nbsp; Dr. Ayala New Patient',url:"docs/NL_New_Patient_Paperwork.pdf",target:"_blank"},
			{code:'&nbsp; Dr. Martin New Patient',url:"docs/NL_New_Patient_Paperwork.pdf",target:"_blank"},
			{code:'&nbsp; Dr. Ortiz New Patient',url:"docs/NL2_New_Patient_Paperwork.pdf",target:"_blank"},
//			{code:'&nbsp; Dr. DaSilva New Patient',url:"docs/NL2_New_Patient_Paperwork.pdf",target:"_blank"},
			{code:'&nbsp; Dr. Martin EMG Test',url:"docs/NL2_New_Patient_Paperwork.pdf",target:"_blank"}
			]
	},
 	{code:"<span class='topmenu'>Neurosurgery</span>",url:"neurosurgery.php",
		sub:[
			{"size":[22,180], "itemoff":[24,0], "leveloff":[24,0], "style":STYLE1},
			{code:'&nbsp; Physicians',url:"neurosurgery-physicians.php"},
			{code:'&nbsp; Surgical Procedures',url:"neurosurgery-procedures.php"},
			{code:'&nbsp; Staff',url:"neurosurgery-staff.php"},
			{code:'&nbsp; FAQs',url:"faq.php"},
			{code:'&nbsp; New Patient Form',url:"docs/NS_New_Patient_Paperwork.pdf",target:"_blank"},
			{code:'&nbsp; Osteoporosis Prevention',url:"docs/NS_Osteoporosis.pdf",target:"_blank"}
			]
	},
	{code:"<span class='topmenu'>Pain Mgmt</span>",url:"pain-clinic.php",
		sub:[
			{"size":[21,135], "itemoff":[24,0], "leveloff":[24,0], "style":STYLE1},
			{code:'&nbsp; Physicians',url:"pain-clinic-physicians.php"},
			{code:'&nbsp; Procedures',url:"pain-clinic-procedures.php"},
			{code:'&nbsp; Staff',url:"pain-clinic-staff.php"},
			{code:'&nbsp; New Patient Form',url:"docs/PM_New_Patient_Paperwork_Entire_Packet.pdf",target:"_blank"}
			]
	},
	{code:"&nbsp; &nbsp; &nbsp;<span class='topmenu'>MRI</span>",url:"mri.php",
		sub:[
			{"size":[21,140], "itemoff":[24,0], "leveloff":[24,0], "style":STYLE1},
			{code:'&nbsp; About',url:"mri.php"},
			{code:'&nbsp; FAQs',url:"mri-faq.php"},
			{code:'&nbsp; Screening Questions',url:"mri-scn.php"}
			]
	},
	{code:"<span class='topmenu'>Forms</span>",
		sub:[
			{"size":[21,150], "itemoff":[24,0], "leveloff":[24,0], "style":STYLE1},
			{code:'&nbsp; Acknowledgement',url:"docs/Acknowledgement_Form.pdf",target:"_blank"},
			{code:'&nbsp; Release',url:"docs/Medical_Release_Form.pdf",target:"_blank"}
			]
	},
	{code:"<span class='topmenu'>Contact</span>&nbsp;",
		sub:[
			{"size":[21,130], "itemoff":[24,0], "leveloff":[24,0], "style":STYLE1},
			{code:'&nbsp; Offices',url:"contact-information.php"},
			{code:'&nbsp; TNC Neurosurgery',url:"contact-neurosurgery.php"},
			{code:'&nbsp; TNC Neurology',url:"contact-neurology.php"},
			{code:'&nbsp; TNC Pain Mgmnt',url:"contact-pain-mgmnt.php"},
			{code:'&nbsp; TNC MRI',url:"contact-mri.php"},
			{code:'&nbsp; Surgery Center',url:"contact-pmc.php"},
			{code:'&nbsp; Marianna',url:"contact-marianna.php"}
			//{code:'&nbsp; Send Email',url:"contact-send-email.php"}
			]
	}
//	{code:"&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Search", url:"isearch2/index.php",target:"_blank"}
];
