/* COOLjsMenu style + structure file */







var STYLE_0 =



{



    borderWidth:0,



    borderColor:"#013366",



    itemoff:[ 0, '+previousItem' ],



    leveloff:[ '+parentItem', 0 ]



};







var STYLE_BORDERS_1 =



{



    backgroundClass:[ "clsCMOn", "clsCMOver" ],



	itemoff:[ '+previousItem-1px', 0 ],



    leveloff:[ '+parentItem-1px', 0 ],



    borderWidth: 1,



	borderColor:"#013366",



	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/left.gif" />', ocode:'<img src="images/menu/left.gif" />',  url:"../index.html",

	size:[ 43, 207 ]

    },



   	{ 

	code:'<img src="images/menu/about.gif" />', ocode:'<img src="images/menu/about_on.gif" />', url:"about.html",

	size:[43, 80 ]

	},

	

	{

	code:'<img src="images/menu/why.gif" />', ocode:'<img src="images/menu/why_on.gif" />', 

	size:[ 43, 73 ],

		

		

		sub:[



        {style:STYLE_BORDERS_1, size:[26,110]},



     	{code:"Overview", url:"why_us/index.html"},

		{code:"The Technology", url:"why_us/technology.html"},

		{code:"Our Surgeons", url:"why_us/surgeons.html"}

      

        ]



    },



	{ 

	code:'<img src="images/menu/els.gif" />', ocode:'<img src="images/menu/els_on.gif" />',

	size:[ 43, 131 ],

	

	sub:[



        {style:STYLE_BORDERS_1, size:[26,131]},



     	{code:"Overview", url:"eye_laser_surgery/index.html"},

		{code:"How Eyes Work", url:"eye_laser_surgery/how_eyes_work.html"},

		{code:"Treatment Types", url:"eye_laser_surgery/treatment_types.html"},

		{code:"The Procedure", url:"eye_laser_surgery/the_procedure.html"},

		{code:"FAQs", url:"eye_laser_surgery/faq.html"}

      

        ]



    },



	{

	code:'<img src="images/menu/results.gif" />', ocode:'<img src="images/menu/results_on.gif" />',

	size:[ 43, 94 ],

	

	sub:[



        {style:STYLE_BORDERS_1, size:[26,100]},



     	{code:"Benefits", url:"the_results/benefits.html"},

		{code:"Before & After", url:"the_results/before_after.html"}

      

        ]

    },



	{code:'<img src="images/menu/patient_info.gif" />', ocode:'<img src="images/menu/patient_info_on.gif" />',

	size:[ 43, 142 ],

	

	sub:[



        {style:STYLE_BORDERS_1, size:[26,142]},



     	{code:"Day of Surgery", 

		

		sub:[



	            {style:STYLE_2, size:[26,90]},



	           	{code:"Overview", url:"patient_information/surgery.html"},



			    {code:"FAQs", url:"patient_information/surgery_faq.html"}

	        ]

		},

		

		{code:"Day of Recovery",

		

			sub:[



	            {style:STYLE_2, size:[26,90]},



	           	{code:"Overview", url:"patient_information/recovery.html"},



			    {code:"FAQs", url:"patient_information/recovery_faq.html"}

	        ]



	    }

		

        ]

		

    },

	{ 

	code:'<img src="images/menu/cost.gif" />', ocode:'<img src="images/menu/cost_on.gif" />', url:"cost.html", 

	size:[ 43, 81 ]

    },

	

	{code:'<img src="images/menu/right.gif" />', ocode:'<img src="images/menu/right.gif" />',

	size:[ 43, 10 ]

    },

	

	





];







var menu1 = new COOLjsMenuPRO("menu1", MENU_ITEMS);



menu1.initTop();



