/* COOLjsMenu style + structure file */

var STYLE_0 =
{
    borderWidth:0,
    borderColor:"#003399",
    itemoff:[ 0, '+previousItem' ],
    leveloff:[ '+parentItem', 0 ]
};

var STYLE_BORDERS_1 =
{
    backgroundClass:[ "clsCMOn", "clsCMOver" ],
	itemoff:[ '+previousItem-1px', 0 ],
    leveloff:[ '+parentItem-1px', 0 ],
    borderWidth: 1,
	borderColor:"#003399",
	textClass:[ "clsCMOn", "clsCMOver" ]
};

var STYLE_1 =
{
    itemoff:[ '+previousItem-1px', 0 ]
};

var STYLE_2 =
{
    leveloff:[ 0, '+parentItem-1px' ]
};

var MENU_ITEMS = [
    {pos:'relative', style:[ STYLE_0, STYLE_1, STYLE_2 ], blankImage:'images/spacer.gif'},
   
   	{
	code:'<img src="images/menu/about.gif" />', ocode:'<img src="images/menu/about_on.gif" />', url:"about.html",
	size:[ 49, 121 ]
	},
	{ 
	code:'<img src="images/menu/cardiologists.gif" />', ocode:'<img src="images/menu/cardiologists_on.gif" />',
	size:[ 49, 155 ],
	
	sub:[
        {style:STYLE_BORDERS_1, size:[28,155]},
     	{code:"David Playford", url:"doc1.html"},
		{code:"Jenny Deague", url:"doc2.html"},
		{code:"Barry McKeown", url:"doc3.html"},
		{code:"Rafeeq Samie", url:"doc4.html"}
        ]
		
    },
	
    {
	code:'<img src="images/menu/services.gif" />', ocode:'<img src="images/menu/services_on.gif" />',
	size:[ 49, 108 ],
		
		
		sub:[
        {style:STYLE_BORDERS_1, size:[28,190]},
     	{code:"Overview", url:"service1.html"},
		{code:"Specialist Consultation", url:"service11.html"},
		{code:"Electrocardiograph (ECG)", url:"service6.html"},
		{code:"Holter Monitor", url:"service7.html"},
		{code:"Exercise Stress Testing", url:"service10.html"},
		{code:"Transthoracic Echo", url:"service2.html"},
		{code:"Exercise Stress Echo", url:"service3.html"},
		{code:"Dobutamine Stress Echo", url:"service4.html"},
		{code:"Transoesophageal Echo", url:"service5.html"},
		{code:"Blood Pressure Monitor", url:"service8.html"},
		{code:"BNP Assay", url:"service9.html"},
		{code:"Pacemaker Clinic", url:"service12.html"}
		
        ]
    },
	
    {code:'<img src="images/menu/patients.gif" />', ocode:'<img src="images/menu/patients_on.gif" />',
	size:[ 49, 126 ],
	
			sub:[
        {style:STYLE_BORDERS_1, size:[28,126]},
		{code:"Fee Schedule", url:"patients2.html"},
		{code:"Appointments", url:"patients3.html"},
		{code:"Forms", url:"forms.html"}
        ]
	
	
    },
	
	{code:'<img src="images/menu/doctors.gif" />', ocode:'<img src="images/menu/doctors_on.gif" />', 
	size:[ 49, 124 ],
			
			sub:[
        {style:STYLE_BORDERS_1, size:[28,126]},
		{code:"Our Technology", url:"patients1.html"},
		{code:"Referrals", url:"thedoc.html"},
		{code:"Downloads", url:"downloads.html"}
        ]
	
    },
	
	{code:'<img src="images/menu/faq.gif" />', ocode:'<img src="images/menu/faq_on.gif" />', url:"faq.html",
	size:[ 49, 98 ]
    },
	
	{code:'<img src="images/menu/locations.gif" />', ocode:'<img src="images/menu/locations_on.gif" />', url:"location.html",
	size:[ 49, 118 ]
    }

];

var menu1 = new COOLjsMenuPRO("menu1", MENU_ITEMS);
menu1.initTop();
