// attributes

var topMenuBarsPositionFromLeft=237;

var topMenuBarsPositionFromTop=85;

var menuItemsWidth="111";

var menuItemsheight=31;

//Menu object creation

oCMenu=new makeCM("oCMenu") //Making the menu object. Argument: menuname

//Menu properties   

oCMenu.pxBetween=0

oCMenu.fromLeft=topMenuBarsPositionFromLeft

oCMenu.fromTop=topMenuBarsPositionFromTop

oCMenu.rows=1

oCMenu.menuPlacement=0

oCMenu.offlineRoot="" 

oCMenu.onlineRoot="" 

oCMenu.resizeCheck=1 

oCMenu.wait=1000 

oCMenu.fillImg=""

oCMenu.zIndex=0

//Background bar properties

oCMenu.useBar=1

oCMenu.barWidth="menu"

oCMenu.barHeight="menu" 

oCMenu.barClass="clBar"

oCMenu.barX=topMenuBarsPositionFromLeft

oCMenu.barY=topMenuBarsPositionFromTop

oCMenu.barBorderX=0

oCMenu.barBorderY=0

oCMenu.barBorderClass=""

//Level properties - ALL properties have to be spesified in level 0

oCMenu.level[0]=new cm_makeLevel() //Add this for each new level

oCMenu.level[0].width=menuItemsWidth

oCMenu.level[0].height=menuItemsheight

oCMenu.level[0].regClass="clLevel0"

oCMenu.level[0].overClass="clLevel0over"

oCMenu.level[0].borderX=0 

oCMenu.level[0].borderY=0

oCMenu.level[0].offsetX=0 

oCMenu.level[0].offsetY=0

oCMenu.level[0].rows=0

oCMenu.level[0].borderClass=0

oCMenu.level[0].align="bottom" 

//EXAMPLE SUB LEVEL[1] PROPERTIES - You have to spesify the properties you want different from LEVEL[0] - If you want all items to look the same just remove this

oCMenu.level[1]=new cm_makeLevel() //Add this for each new level (adding one to the number)

oCMenu.level[1].width=190

oCMenu.level[1].height=25

oCMenu.level[1].regClass="clLevel1"

oCMenu.level[1].overClass="clLevel1over"

oCMenu.level[1].borderX=1

oCMenu.level[1].borderY=1

oCMenu.level[1].offsetX=0

oCMenu.level[1].offsetY=-1

oCMenu.level[1].borderClass="clLevel1border"

oCMenu.level[1].align="right" 

oCMenu.level[1].arrow="images/spacer.gif"

oCMenu.level[1].arrowAlways="images/spacer.gif"

oCMenu.level[1].arrowWidth=9

oCMenu.level[1].arrowHeight=9

//EXAMPLE SUB LEVEL[2] PROPERTIES - You have to spesify the properties you want different from LEVEL[1] OR LEVEL[0] - If you want all items to look the same just remove this

oCMenu.level[2]=new cm_makeLevel() //Add this for each new level (adding one to the number)

oCMenu.level[2].width=200

oCMenu.level[2].height=menuItemsheight

oCMenu.level[2].offsetX=0

oCMenu.level[2].offsetY=0

oCMenu.level[2].regClass="clLevel1"

oCMenu.level[2].overClass="clLevel1over"

oCMenu.level[2].borderClass="clLevel1border"

oCMenu.level[2].arrow="../images/spacer.gif"

oCMenu.level[2].arrowAlways="../images/spacer.gif"

oCMenu.level[2].arrowWidth=9

oCMenu.level[2].arrowHeight=9

/******************************************

Menu item creation:

myCoolMenu.makeMenu(name, parent_name, text, link, target, width, height, regImage, overImage, regClass, overClass , align, rows, nolink, onclick, onmouseover, onmouseout) 

*************************************/

//TOP LEVEL MENUS - LEVEL 0

oCMenu.makeMenu( 'home', '', 'HOME', 'http://www.thesnookergym.com','','70'  );

oCMenu.makeMenu( 'products', '', 'SNOOKER COACHING PRODUCTS', '','','200' );

oCMenu.makeMenu( 'pt', '', 'SNOOKER COACHING SERVICES', '','','190' );

oCMenu.makeMenu( 'events', '', 'IBSF COACHING COURSES', '','','150' );

//oCMenu.makeMenu( 'news', '', 'COMMUNITY', '','','102' );

//oCMenu.makeMenu( 'charity', '', 'CHARITY', '','','95' );

oCMenu.makeMenu( 'forum', '', 'SNOOKER COACHING FORUMS', '../forums/','','190' );

//PRODUCT MENUS - LEVEL 1



	oCMenu.makeMenu("pt0", "pt", "Individual Coaching", "../indcoaching.html", "_self" );

	oCMenu.makeMenu("pt1", "pt", "Group Coaching", "../groupcoaching.html", "_self" );

	oCMenu.makeMenu("pt2", "pt", "Coaching in Arabic", "../arabiccoaching.html", "_self" );

	oCMenu.makeMenu("pt3", "pt", "Video & Computer Analysis", "../canalysis.html", "_self" );

	oCMenu.makeMenu("pt4", "pt", "Hypno-Snooker™ CDs", "../hypno.html", "_self" );

	



	oCMenu.makeMenu("products1", "products", "Perfect Practice Routines", "../practice.html", "_self" );
	
	oCMenu.makeMenu("products2", "products", "Aiming & Sighting Solution", "../aiming.html", "_self" );
	
	oCMenu.makeMenu("products3", "products", "Snooker Coaching Books", "../ebooks.html", "_self" );
	
	oCMenu.makeMenu("products4", "products", "Player Certificate System", "../training.html", "_self" );

	oCMenu.makeMenu("products5", "products", "Snooker Coaching CDs", "../audiocds.html", "_self" );

	oCMenu.makeMenu("products6", "products", "DVD Coaching Series - Set Of 10", "../video.html", "_self" );

	oCMenu.makeMenu("products7", "products", "Secret Snooker Skills", "../secretsnookerskills/index.html", "_self" );
	
	oCMenu.makeMenu("products8", "products", "The 123s Of Snooker - Single DVD", "../123s/index.html", "_self" );
	
	
 




	oCMenu.makeMenu("events1", "events", "IBSF Player Courses", "../coach-player.html", "_self" );

	oCMenu.makeMenu("events2", "events", "IBSF Coach & Master Coach", "../coach-master.html", "_self" );

	oCMenu.makeMenu("events3", "events", "IBSF Coach Examiner", "../coach-examiner.html", "_self" );

//	oCMenu.makeMenu("events7", "events", "Commentary", "/events/commentary.php", "_self" );





//	oCMenu.makeMenu("news1", "news", "The Snooker Gym", "/news/snkr_gym.php", "_self" );

//	oCMenu.makeMenu("news2", "news", "The Role Of Your Soul", "/news/soul_role.php", "_self" );

//	oCMenu.makeMenu("news3", "news", "Awareness Action.Org", "/news/org_action.php", "_self" );

//	oCMenu.makeMenu("news4", "news", "Community", "/community/", "_self" );



//	oCMenu.makeMenu("charity1", "charity", "Nic Barrow - Founder", "/charity/founder.php", "_self" );

//	oCMenu.makeMenu("charity2", "charity", "Vibrant Health", "/charity/vibrant.php", "_self" );

//	oCMenu.makeMenu("charity3", "charity", "Human Rights", "/charity/human_rights.php", "_self" );

//	oCMenu.makeMenu("charity4", "charity", "The Environment", "/charity/environment.php", "_self" );



//Leave this line - it constructs the menu

oCMenu.construct()	

