BLANK_IMAGE = 'images/b.gif';

var STYLE = {
	border:0,			// item's border width, pixels; zero means "none"
	shadow:2,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"82A1BA",		// color of the item border, if any
		shadow:"",		// color of the item shadow, if any
		bgON:"7196B6",		// background color for the items
		bgOVER:"#7196B6"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"clsCMOn_LEFT",	// CSS class for items
		OVER:"clsCMOver_LEFT"	// CSS class  for item which is under mouse
	}
};

var STYLE_SUB = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:2,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#769DC1",		// color of the item border, if any
		shadow:"#678CA9",		// color of the item shadow, if any
		bgON:"#89ACC7",		// background color for the items
		bgOVER:"#89ACC7"		// background color for the item which is under mouse right now
	},
	css:{
		ON:"clsCMOn_LEFT",	// CSS class for items
		OVER:"clsCMOver_LEFT"	// CSS class  for item which is under mouse
	}
};


var MENU_ITEMS2 = [
	{pos:[82,410], itemoff:[17,0], leveloff:[0,130], style:STYLE, size:[17,130]},
	{code:"COSMETIC DENTISTRY", format:{image:"images/blue_arrow.gif", oimage:"images/blue_arrow.gif", imgsize:[5,11]}, url:"cosmetic_dentistry.php",
		sub:[
			{itemoff:[17,0], style:STYLE_SUB, size:[17,192]},
			{code:"VENEERS", url:"veneers.php"},
			{code:"IMPLANTS", url:"implants.php"},
			{code:"INVISALIGN", url:"invisalign.php"},
			{code:"ONE HOUR WHITENING", url:"rembrandt_whitening.php"},
			{code:"MERCURY FREE WHITE FILLINGS", url:"mercuryfree_fillings.php"},
		]
	},
	{code:"GENERAL DENTISTRY", format:{image:"images/blue_arrow.gif", oimage:"images/blue_arrow.gif", imgsize:[5,11]}, url:"general_dentistry.php",
		sub:[
			{itemoff:[17,0], style:STYLE_SUB, size:[17,160]},
			{code:"CROWNS AND BRIDGES", url:"crowns_bridges.php"},
			{code:"DENTURES AND PARTIALS", url:"dentures_partials.php"},
			{code:"EXTRACTIONS", url:"extractions.php"},
			{code:"ROOT CANALS", url:"root_canals.php"},
			{code:"APPLIANCE THERAPY", url:"appliance_therapy.php"},
		]
	},
	{code:"PHOTO GALLERY", format:{image:"images/blue_arrow.gif", oimage:"images/blue_arrow.gif", imgsize:[5,11]}, url:"photo_gallary.php",
		sub:[
		]
	},
	{code:"GUM THERAPY", format:{image:"images/blue_arrow.gif", oimage:"images/blue_arrow.gif", imgsize:[5,11]}, url:"gum_therapy.php",
		sub:[
			{itemoff:[17,0], style:STYLE_SUB, size:[17,170]},
			{code:"SCALING AND ROOT PLANING", url:"scaling_root_planning.php"},
			{code:"PERIODONTAL SURGERY", url:"periodontal_surgery.php"},
			{code:"SONICARE TOOTHBRUSH", url:"sonic_tooth_brush.php"},
			{code:"SMOKING CESSATION", url:"smoking_sensation.php"},
			
		]
	},

	{code:"DENTAL PROBLEMS", format:{image:"images/blue_arrow.gif", oimage:"images/blue_arrow.gif", imgsize:[5,11]}, url:"dental_problems.php",
		sub:[
			{itemoff:[17,0], style:STYLE_SUB, size:[17,176]},
			{code:"MIGRAINE", url:"migrane_treatment.php"},
			{code:"BAD BREATH", url:"bad_breath.php"},
			{code:"SENSITIVE TEETH", url:"sensitive_teeth.php"},
			{code:"TOOTH DECAY", url:"tooth_decay.php"},
			{code:"GUM DISEASE PROGRESSION", url:"gum_disease_progression.php"},
			{code:"GRINDING", url:"teeth_grinding.php"},
			{code:"PLAQUE", url:"plaque.php"},
			{code:"ORAL CANCER", url:"oral_cancer.php"},
			{code:"SNORING DEVICES", url:"snoring_devices.php"},

		]
	},
	{code:"TOOTH CARE", format:{image:"images/blue_arrow.gif", oimage:"images/blue_arrow.gif", imgsize:[5,11]}, url:"tooth_care.php",
		sub:[
			{itemoff:[17,0], style:STYLE_SUB, size:[17,198]},
			{code:"BRUSHING", url:"brushing.php"},
			{code:"FLOSSING", url:"flossing.php"},
			{code:"MOUTH RINSES", url:"mouth_rinses.php"},
			{code:"SONICARE TOOTHBRUSH", url:"sonic_tooth_brush.php"},
			{code:"NUTRITION AND YOUR TEETH", url:"nutrition.php"},
		]
	},

	{code:"NEW TECHNOLOGY", format:{image:"images/blue_arrow.gif", oimage:"images/blue_arrow.gif", imgsize:[5,11]}, url:"new_technology.php",
		sub:[
			{itemoff:[17,0], style:STYLE_SUB, size:[17,217]},
			{code:"LASER CAVITY DETECTION", url:"laser_cavity_detection.php"},
			{code:"DIGITAL RADIOGRAPHY", url:"digital_radiography.php"},
			{code:"TOOTHPRINTS&#174;", url:"tooth_prints.php"},
			{code:"INTRA-ORAL CAMERAS", url:"intra_oral_cameras.php"},
			{code:"CASEY EDUCATIONAL SOFTWARE", url:"casey_pt_ed_software.php"},
			{code:"ORAL CDx - ORAL CANCER", url:"oral_cdx_oral_cancer.php"},
		]
	},

	{code:"GLOSSARY", format:{image:"images/blue_arrow.gif", oimage:"images/blue_arrow.gif", imgsize:[5,11]}, url:"glossary.php",
		sub:[

		]
	},
	{code:"MEMBERSHIP", format:{image:"images/blue_arrow.gif", oimage:"images/blue_arrow.gif", imgsize:[5,11]}, url:"membership.php",
		sub:[

		]
	},
	{code:"LINKS", format:{image:"images/blue_arrow.gif", oimage:"images/blue_arrow.gif", imgsize:[5,11]}, url:"links.php",
		sub:[

		]
	},
];
