//UDMv3.4.1.1b
//**DO NOT EDIT THIS *****
if (!exclude) { //********
//************************



///////////////////////////////////////////////////////////////////////////
//
//  ULTIMATE DROPDOWN MENU VERSION 3.4.1b by Brothercake
//  http://www.brothercake.com/dropdown/ 
//
//  Link-wrapping routine by Brendan Armstrong
//  KDE modifications by David Joham
//  Opera reload/resize routine by Michael Wallner
//  http://www.wallner-software.com/
//
//  This script featured on Dynamic Drive (http://www.dynamicdrive.com)
//
///////////////////////////////////////////////////////////////////////////



// *** POSITIONING AND STYLES *********************************************

var menuALIGN = "left";		// alignment
var absLEFT = 	0;		// absolute left or right position (if menu is left or right aligned)
var absTOP = 	0; 		// absolute top position

var staticMENU = false;		// static positioning mode (ie5,ie6 and ns4 only)

var stretchMENU = false;		// show empty cells
var showBORDERS = true;		// show empty cell borders

var baseHREF = "";	// base path to .js files for the script (ie: resources/)
var zORDER = 	1000;		// base z-order of nav structure (not ns4)

var mCOLOR = 	"darkblue";	// main nav cell color
var rCOLOR = 	"red";	// main nav cell rollover color
var bSIZE = 	1;		// main nav border size
var bCOLOR = 	""	 // main nav border color
var aLINK = 	"white";	// main nav link color
var aHOVER = 	"";		// main nav link hover-color (dual purpose)
var aDEC = 	"none";		// main nav link decoration
var fFONT = 	"arial";	// main nav font face
var fSIZE = 	13;		// main nav font size (pixels)
var fWEIGHT = 	"bold"		// main nav font weight
var tINDENT = 	7;		// main nav text indent (if text is left or right aligned)
var vPADDING = 	7;		// main nav vertical cell padding
var vtOFFSET = 	0;		// main nav vertical text offset (+/- pixels from middle)

var keepLIT =	true;		// keep rollover color when browsing menu
var vOFFSET = 	5;		// shift the submenus vertically
var hOFFSET = 	4;		// shift the submenus horizontally

var smCOLOR = 	"darkblue";	// submenu cell color

var srCOLOR = 	"red";	// submenu cell rollover color
var sbSIZE = 	1;		// submenu border size
var sbCOLOR = 	"black"	// submenu border color
var saLINK = 	"white";	// submenu link color
var saHOVER = 	"darkblue";		// submenu link hover-color (dual purpose)
var saDEC = 	"none";		// submenu link decoration
var sfFONT = 	"arial";// submenu font face
var sfSIZE = 	13;		// submenu font size (pixels)
var sfWEIGHT = 	"normal"	// submenu font weight
var stINDENT = 	5;		// submenu text indent (if text is left or right aligned)
var svPADDING = 1;		// submenu vertical cell padding
var svtOFFSET = 0;		// submenu vertical text offset (+/- pixels from middle)

var shSIZE =	2;		// submenu drop shadow size
var shCOLOR =	"cccccc";	// submenu drop shadow color
var shOPACITY = 100;		// submenu drop shadow opacity (not ie4,ns4 or opera)

var keepSubLIT = true;		// keep submenu rollover color when browsing child menu
var chvOFFSET = -12;		// shift the child menus vertically
var chhOFFSET = 7;		// shift the child menus horizontally

var closeTIMER = 330;		// menu closing delay time

var cellCLICK = true;		// links activate on TD click
var aCURSOR = "hand";		// cursor for active links (not ns4 or opera)

var altDISPLAY = "title";		// where to display alt text
var allowRESIZE = true;		// allow resize/reload

var redGRID = false;		// show a red grid
var gridWIDTH = 0;		// override grid width
var gridHEIGHT = 0;		// override grid height
var documentWIDTH = 0;		// override document width

var hideSELECT = true;		// auto-hide select boxes when menus open (ie only)
var allowForSCALING = false;	// allow for text scaling in mozilla 5


//** LINKS ***********************************************************


// add main link item ("url","Link name",width,"text-alignment","_target","alt text",top position,left position,"key trigger")
addMainItem("index.htm","About Karate",100,"center"," ","Select \'About Karate\' or choose one of the sub-menu options",0,0,"");

	// define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
	defineSubmenuProperties(160,"left","left",-4,0," ");
	// add submenu link items ("url","Link name"," ","alt text")
	addSubmenuItem("index.htm","home"," ","The Chojinkai Home Page ");
	addSubmenuItem("why.htm","Why Learn Karate"," ","Karate, whats that all about?");
	addSubmenuItem("kata.htm","Kata Practiced"," ","Chojinkai Kata and History ");
	//addSubmenuItem("competitions.htm","Competitions"," "," ");
	//addSubmenuItem("video.htm","Videos &amp DVDs"," "," Home training tools");


// *** change these to absolutes
// add main link item ("url","Link name",width,"text-alignment","_target","alt text",top position,left position,"key trigger")

addMainItem("doug.htm","Doug James Biography",160,"center"," ","Select \'Doug James Biography\' or choose one of the sub-menu options",0,0,"");

	defineSubmenuProperties(170,"left","left",-4,0,"filter:progid:DXImageTransform.Microsoft.Wheel(duration=0.3,spokes=20)");

	addSubmenuItem("doug.htm","Biography"," ","Biography");
	addSubmenuItem("chojinkailineage.pdf","Chojinkai Lineage"," "," Chojinkai Lineage");
	addSubmenuItem("60.htm","The Sixties"," "," Sixties");
	addSubmenuItem("70.htm","The Seventies"," "," Seventies");
	addSubmenuItem("80.htm","The Eighties"," "," Eighties");
	addSubmenuItem("90.htm","The Nineties"," "," Nineties");
	addSubmenuItem("future.htm","The Future"," ","What now");
	addSubmenuItem("story.htm","Video Documentary"," ","Chojinkai – The Story So Far");


addMainItem("video.htm","DVD's",65,"center"," ","Select \'DVDs for Training assistance\' or choose one of the sub-menu options",0,0,"");

	defineSubmenuProperties(160,"left","left",-4,0,"");
	//addSubmenuItem("hall.htm","Black Belt Hall of Fame"," ","The Black Belts of Chojinkai ");
	//addSubmenuItem("instructors.htm","Senior Instructors"," "," The Senior Instructors at Chojinkai ");
	//addSubmenuItem("locations.htm","Club Locations"," ","Where to train, times and instructors");
	//addSubmenuItem("contact.htm","Contact Information"," ","Contact Information ");



addMainItem("contact.htm","Club Information",125,"center"," ","Select \'Club Information\' or choose one of the sub-menu options",0,0,"");

	defineSubmenuProperties(160,"left","left",-4,0,"");
	addSubmenuItem("hall.htm","Black Belt Hall of Fame"," ","The Black Belts of Chojinkai ");
	addSubmenuItem("instructors.htm","Senior Instructors"," "," The Senior Instructors at Chojinkai ");
	addSubmenuItem("locations.htm","Club Locations"," ","Where to train, times and instructors");
	addSubmenuItem("contact.htm","Contact Information"," ","Contact Information ");



addMainItem("competitions.htm","Competing",90,"center"," ","Select \'Competing\' or choose one of the sub-menu options",0,0,"");

	defineSubmenuProperties(170,"left","left",-4,0,"");
	addSubmenuItem("competitions.htm","Competition Karate"," ","Competing, whats that all about?");

	addSubmenuItem("opencompetitions.htm","Open Competitions 2012"," "," Be a champion among Martial Artists");
		defineChildmenuProperties(230,"left","left",20,-80,"","","","","","","");

		addChildmenuItem("6thchildrenscoveringletter.pdf","6th Childrens Open covering letter","","6th Childrens Open covering letter");
		addChildmenuItem("6thchildrensentryforms.pdf","6th Childrens Open Entry Forms","","6th Childrens Open Entry Forms");


addMainItem("grading.htm","Grading",90,"center"," ","Select \'Grading\' or choose one of the sub-menu options",0,0,"");

	defineSubmenuProperties(160,"left","left",-4,0,"");
	addSubmenuItem("grading.htm","The Grading Process"," ","How we grade our students");

	addSubmenuItem("gradingseptember2011.pdf","September 2011 Grading"," ","September 2011 Grading");

	addSubmenuItem("saturday10thdecember2011.pdf","December 2011 Grading"," ","December 2011 Grading");



	addSubmenuItem("grading19thmarch2011.pdf","March 2011 Grading"," ","March 2011 Grading results");

	addSubmenuItem("gradingjune2010.pdf","June 2010 Grading"," ","June 2010 Grading results");
	addSubmenuItem("gradingdecember2010.pdf","December 2010 Grading"," ","December 2010 Grading results");

	addSubmenuItem("gradingdates2009.htm","Grading Courses 2009"," ","Where and when to grade in 2009 ");
		defineChildmenuProperties(150,"left","left",20,-20,"","","","","","","");
		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("2009seniorgrading7thmarch.pdf","7th March Grading","","7th March Grading Results");
		addChildmenuItem("6thjunegrading2009.pdf","6th June Grading","","6th June Grading Results");
		addChildmenuItem("19thseptgrading2009.pdf","19th Sept Grading","","19th Sept Grading Results");
		addChildmenuItem("12thdec09grading.pdf","12th Dec Grading","","12th Dec Grading Results");




addMainItem("news.htm","Members Area",103,"center"," ","Select \'Members Area\' or choose one of the sub-menu options",0,0,"");

	defineSubmenuProperties(160,"left","left",-4,0," ");
	addSubmenuItem("news.htm","News"," ","In the News ");


		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER") [** last ix are new **]
		// this simply slots into the space below the menu entry of choice
		defineChildmenuProperties(160,"left","left",20,-20,"","","","","","","");
		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("/news/jan12news.pdf","January newsletter","","January 2012 newsletter");





	addSubmenuItem("diarydates2012.pdf","Diary Dates"," ","Get yourself on these!");
	addSubmenuItem("rescourse2005.htm","Residential Courses"," ","Residential Courses to attend ");

		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER") [** last ix are new **]
		// this simply slots into the space below the menu entry of choice
		defineChildmenuProperties(160,"left","left",20,-20,"","","","","","","");
		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("rescourse2005.htm","Benidorm 2005","","Benidorm Training event");
		addChildmenuItem("SummerCourse2006.htm","Palma Nova 2006","","Majorca Training Event");
		addChildmenuItem("2007weekendcourse.pdf","2007 Weekend at Oasis","","2007 Training Weekend at Oasis Centre Parks");
		addChildmenuItem("SummerCourse2007.htm","Ibiza in Summer 2007","","Ibiza in Summer 2007");
		addChildmenuItem("SummerCourse2008.htm","Benidorm in 2008","","Benidorm in 2008");
		addChildmenuItem("summercourses2009.htm","Tenerife in 2009","","Tenerife in 2009");
		addChildmenuItem("summercourses2010.htm","Turkey in 2010","","Turkey 2010 Residential Course");
		addChildmenuItem("thechojinkai2011summercourse.pdf","Centre Parks in 2011","","Centre Parks 2011 Residential Course");


	addSubmenuItem("announce.htm","Special Events"," "," Important Event Announcments");

		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER") [** last ix are new **]
		// this simply slots into the space below the menu entry of choice
		defineChildmenuProperties(160,"left","left",20,-20,"","","","","","","");
		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("bigday.htm","Big Day 2005","","The Big Training Day event");
		addChildmenuItem("bigday2006.htm","Big Day 2006","","The Big Training Day event");
		addChildmenuItem("thirtyyears.htm","30th Anniversary","","The Clubs 30th Anniversary");
		addChildmenuItem("images/2009_fun_day/index.htm","Fun Day 2009","","Fun Day 2009");

	
		addSubmenuItem("other.htm","Other Links"," ","Clubs and useful sites ");




//**DO NOT EDIT THIS *****
}//***********************
//************************

