//keywords
var code="code";var url="url";var sub="sub";
//styles
var defcolor = {"border":"", "shadow":"", "bgON":"","bgOVER":"#EAE1E4", "imagebg":"", "oimagebg":""};
var defcolor1 = {"border":"", "shadow":"", "bgON":"#D3BEC5","bgOVER":"#EAE1E4", "imagebg":"", "oimagebg":""};
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":0, "borders":[0,0,0,0], "shadow":0, "color":defcolor1, "css":defcss};
var STYLE_TOP = {"border":0, "borders":[0,0,0,0], "shadow":0, "color":defcolor, "css":defcss};
var STYLE_BOTT = {"border":0, "borders":[0,0,0,0], "shadow":0, "color":defcolor, "css":defcss};

var MENU_ITEMS = [
	{"pos":"relative", "size":[21,112], "itemoff":[0,112], "leveloff":[0,0], "delay":600, "image":null, "style":TOP_MIDDLE},

    {code:"<center>Home</center>", url:"index.php?page=main", "format":{"arrow":null, "image":null, "style":TOP_LEFT}
	},
	  

{code:"<center>About Us</center>", "format":{"arrow":null, "image":null, "style":TOP_MIDDLE},
	sub:[
            {"size":[21,120], "itemoff":[21,0], "leveloff":[21,0], "style":STYLE1},
			{code:"Our Team", url:"index.php?page=ourteam"},
			{code:"Our Clinic", url:"index.php?page=ourclinic"},
			]
	  },
	  
{code:"<center>Services</center>", "format":{"arrow":null, "image":null, "style":TOP_MIDDLE},
sub:[
            {"size":[21,250], "itemoff":[21,0], "leveloff":[21,0], "style":STYLE1},
			{code:"Dental Implants", url:"index.php?page=dentalimplants",
				sub:[
					{"size":[21,180], "itemoff":[21,0], "leveloff":[5,250], "style":STYLE1},
					{code:"Ball Over Dentures", url:"index.php?page=ballover"},
					{code:"Bar Over Dentures", url:"index.php?page=barover"},
					{code:"Fixed Teeth", url:"index.php?page=fixed"},
					]
			},
			
			{code:"Complete Dentures", url:"index.php?page=complete"},
			{code:"Partial Dentures", url:"index.php?page=partial"},
			{code:"Immediate Dentures", url:"index.php?page=immediate"},
			{code:"Same Day Reline and Repair", url:"index.php?page=sameday"},
			{code:"Tooth Whitening", url:"index.php?page=toothwhitening"},
			{code:"Mouth Guards", url:"index.php?page=mouthguards"},
			]

	  },
	  
{code:"<center>On-Site Lab</center>", url:"index.php?page=onsite", "format":{"arrow":null, "image":null, "style":TOP_MIDDLE}
},
	  
{code:"<center>Makeovers</center>", url:"index.php?page=makeovers", "format":{"arrow":null, "image":null, "style":TOP_MIDDLE}
},

{code:"<center>News & Info</center>", url:"index.php?page=news", "format":{"arrow":null, "image":null, "style":TOP_MIDDLE}
},
  
{code:"<center>Contact Us</center>", url:"index.php?page=contact", "format":{"arrow":null, "image":null, "style":TOP_MIDDLE}
},

];

