/* COOLjsMenu style + structure file */

var STYLE_0 =
{
    borderWidth:0,
    borderColor:"#98B27F",
    itemoff:[ 0, '+previousItem-1px' ],
    leveloff:[ '+parentItem-1px', 0 ]
};

var STYLE_BORDERS_1 =
{
    backgroundClass:[ "clsCMOn2", "clsCMOver2" ],
	itemoff:[ '+previousItem-1px', 0 ],
    leveloff:[ '+parentItem-1px', 0 ],
    borderWidth:1,
	borderColor:"#ffffff",
	textClass:[ "clsCMOn2", "clsCMOver2" ]
};

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/top6.gif" width="10" height="32" />',
        ocode:'<img src="images/top6.gif" width="10" height="32" />',
        size:[ 32, 10 ]},
	
	{code:'<img src="images/menu/subjects.gif" width="88" height="32" />',
        ocode:'<img src="images/menu/subjects_on.gif" width="88" height="32" border="0" />',url:"subjects.html",
        size:[ 32, 88 ]/*2}*/,
        sub:[
            {style:STYLE_BORDERS_1, size:[25,185]},
            {code:"Arts", url:"arts.html"},
            {code:"Business & IT", url:"business.html"},
          	{code:"Design & Technology", url:"design.html"},
            {code:"English", url:"english.html"},
			{code:"Health & Physical Education", url:"health.html"},
			{code:"Hospitality & Tourism", url:"hospitality.html"},
			{code:"Mathematics", url:"maths.html"},
			{code:"Science", url:"science.html"},
			{code:"Society & Environment", url:"society.html"},
			{code:"Workplace Learning", url:"workplace.html"}
        ]
    },
  
  	{code:'<img src="images/menu/courses.gif" width="142" height="32" />',
        ocode:'<img src="images/menu/courses_on.gif" width="142" height="32" />', url:"cert.html",
        size:[ 32, 142 ]/*2}*/,
	
        sub:[
            {style:STYLE_BORDERS_1, size:[25,180]},
            {code:"Business", url:"cert_business.html"},
            {code:"Community Services Work", url:"cert_community.html"},
          	{code:"Engineering", url:"cert_engin.html"},
			{code:"Horticulture", url:"cert_hort.html"},
			{code:"Hospitality", url:"cert_hosp.html"},
			{code:"Information Technology", url:"cert_it.html"},
			{code:"Music Industry", url:"cert_music.html"},
			{code:"Screen & Broadcasting", url:"cert_screen.html"}
        ]
    },
   
	{code:'<img src="images/menu/flexi.gif" width="111" height="32" />',
        ocode:'<img src="images/menu/flexi_on.gif" width="111" height="32" />',
        size:[ 32, 111 ]/*2}*/,
		
        sub:[
           {style:STYLE_BORDERS_1, size:[25,150]},
            {code:"eLearning", url:"flexi_elearn.html"},
            {code:"Open Learning", url:"flexi_open.html"},
			{code:"Night School", url:"flexi_night.html"}
        ]
    },
    {code:'<img src="images/menu/access11.gif" width="88" height="32" />',
        ocode:'<img src="images/menu/access11_on.gif" width="88" height="32" />', url:"access11.html",
        size:[ 32, 88 ]
	},
	
    {code:'<img src="images/menu/ie.gif" width="130" height="32" />',
        ocode:'<img src="images/menu/ie_on.gif" width="130" height="32" />', url:"intensive_engish.html",
        size:[ 32, 130 ]
		
	 },
	
	{code:'<img src="images/menu/enrolments.gif" width="95" height="32" />',
        ocode:'<img src="images/menu/enrolments_on.gif" width="95" height="32" />', url:"cj_enrolments.html",
        size:[ 32, 95 ]
		
    },
	
	{code:'<img src="images/top7.gif" width="138" height="32" />',
        ocode:'<img src="images/top7.gif" width="138" height="32" />',
        size:[ 32, 127 ]}
];

var menu1 = new COOLjsMenuPRO("menu1", MENU_ITEMS);
menu1.initTop();
