/*****************************************************************************
English browsercheck
******************************************************************************/
function lib_bwcheck(){ //Browsercheck (needed)
	this.ver=navigator.appVersion; this.agent=navigator.userAgent
	this.dom=document.getElementById?1:0
	this.ie5=(this.ver.indexOf("MSIE 5")>-1 && this.dom)?1:0;
	this.ie6=(this.ver.indexOf("MSIE 6")>-1 && this.dom)?1:0;
	this.ie4=(document.all && !this.dom)?1:0;
	this.ie=this.ie4||this.ie5||this.ie6
	this.mac=this.agent.indexOf("Mac")>-1
	this.opera5=this.agent.indexOf("Opera 5")>-1
	this.ns6=(this.dom && parseInt(this.ver) >= 5) ?1:0; 
	this.ns4=(document.layers && !this.dom)?1:0;
	this.bw=(this.ie6 || this.ie5 || this.ie4 || this.ns4 || this.ns6 || this.opera5 || this.dom)
	return this
}
var bw=new lib_bwcheck()
var mDebugging=2

oCMenu=new makeCoolMenu("oCMenu")
oCMenu.useframes=0
oCMenu.frame=""
oCMenu.useNS4links=1
oCMenu.NS4padding=2
oCMenu.checkselect=0
oCMenu.offlineUrl="file:///C|/WEB/new km/scripts/coolmenus3/"
oCMenu.onlineUrl="http://geocities.com/scripts/coolmenus3/"

oCMenu.pagecheck=1
oCMenu.checkscroll=1
oCMenu.resizecheck=1
oCMenu.wait=1000

oCMenu.usebar=0
oCMenu.barcolor="#cfcfff"
oCMenu.barwidth="menu"
oCMenu.barheight="menu"
oCMenu.barx="menu"
oCMenu.bary="menu"
oCMenu.barinheritborder=0

oCMenu.rows=0
oCMenu.fromleft=5
oCMenu.fromtop=135
oCMenu.pxbetween=7
oCMenu.menuplacement=0
oCMenu.NS4hover=1

oCMenu.level[0]=new Array() 
oCMenu.level[0].width=100 
oCMenu.level[0].height=18 
oCMenu.level[0].bgcoloroff="transparent"
oCMenu.level[0].bgcoloron="006699" 
oCMenu.level[0].textcolor="#EEEEEE"
oCMenu.level[0].hovercolor="#FCCE55" 
oCMenu.level[0].style="font-family:arial,helvetica; font-size:12px; font-weight:bold"
oCMenu.level[0].border=0 
oCMenu.level[0].bordercolor="" 
oCMenu.level[0].offsetX=-17
oCMenu.level[0].offsetY=+7 
oCMenu.level[0].NS4font="arial,helvetica"
oCMenu.level[0].NS4fontSize="2"
oCMenu.level[0].NS4fontColor="white"
oCMenu.level[0].align="right"

//dynamic effect (controllable for each level)
oCMenu.level[0].clip=1
oCMenu.level[0].clippx=2
oCMenu.level[0].cliptim=2

//special animation filters (IE5.5+ only, controllable for each level).
oCMenu.level[0].filter=0

//menu definitions
oCMenu.level[1]=new Array() 
oCMenu.level[1].width=425
oCMenu.level[1].height=18
oCMenu.level[1].bgcoloroff="#AA00AA"
oCMenu.level[1].bgcoloron="#006699"
oCMenu.level[1].textcolor="#EEEEEE"
oCMenu.level[1].hovercolor="#FCCE55"
oCMenu.level[1].style="padding:2px; font-family:arial,helvetica; font-size:11px; font-weight:bold"
oCMenu.level[1].align="right" 
oCMenu.level[1].offsetX=-10
oCMenu.level[1].offsetY=+8
oCMenu.level[1].border=1
oCMenu.level[1].bordercolor="#006699"
oCMenu.level[1].NS4font="arial,helvetica"
oCMenu.level[1].NS4fontSize="2"
oCMenu.level[1].NS4fontColor="black"

oCMenu.level[2]=new Array()
oCMenu.level[2].width=50
oCMenu.level[2].height=18
oCMenu.level[2].style="padding:2px; font-family: arial,helvetica; font-size:10px; font-weight:bold"
oCMenu.level[2].align="right" 
oCMenu.level[2].offsetX=0
oCMenu.level[2].offsetY=0
oCMenu.level[2].border=1 
oCMenu.level[2].bordercolor="#006699"
oCMenu.level[2].NS4fontSize="1"
oCMenu.level[2].NS4fontColor="black"
oCMenu.level[2].bgcoloroff="#AA00AA"
oCMenu.level[2].bgcoloron="#006699"
oCMenu.level[2].textcolor="#EEEEEE"
oCMenu.level[2].hovercolor="#FCCE55"

oCMenu.makeMenu('bas','','Basics &#8250;','basics.html','')
	oCMenu.makeMenu('jura','bas','The Creed','basics.html','',140,0)
	oCMenu.makeMenu('etap','bas','Stages of learning','basics.html#Las tres etapas del aprendizaje','',140,0)
	oCMenu.makeMenu('regl','bas','Basic Rules','basics.html#Basic rules','',140,0)	
	oCMenu.makeMenu('prin','bas','Principles &#8250;','basics.html#Principles of force','',140,0)	
		oCMenu.makeMenu('fuer','prin','Force','basics.html#Principles of force','',70,0)
		oCMenu.makeMenu('movi','prin','Movement','basics.html#Principles of movement','',70,0)
	oCMenu.makeMenu('escu','bas','The IKKA Crest','basics.html#The crest','',140,0)
	oCMenu.makeMenu('patr','bas','The Universal Pattern','basics.html#The universal pattern','',140,0)
	oCMenu.makeMenu('term','bas','Terminology','basics.html#Terminology','',140,0)

oCMenu.makeMenu('estr','','Structure &#8250;','structure.html')
	oCMenu.makeMenu('tecb','estr','Basic Movements','structure.html','',105,0)
	oCMenu.makeMenu('form','estr','Forms','structure.html#Forms','',105,0)
	oCMenu.makeMenu('tecn','estr','Techniques','structure.html#Self-defense techniques','',105,0)
	oCMenu.makeMenu('comb','estr','Sparring','structure.html#Combat','',105,0)	
	
oCMenu.makeMenu('formas','','Forms &#8250;','forms.html')
	oCMenu.makeMenu('salu','formas','Salutation','salutation.html','',117,0)
	oCMenu.makeMenu('forc','formas','Short Forms','forms.html#Short forms','',117,0)
	oCMenu.makeMenu('forl','formas','Long Forms','forms.html#Long forms','',117,0)
	oCMenu.makeMenu('otra','formas','Other Forms/Sets &#8250;','forms.html#Other forms/sets','',117,0)
		oCMenu.makeMenu('tigr','otra','Tiger breathing','tiger.html','',120,0)	

oCMenu.makeMenu('tecnicas','','Techniques &#8250;','techniques.html')
	oCMenu.makeMenu('prel','tecnicas','Preliminar techniques','techniques.html#T%E9cnicas%20preliminares','',150,0)
	oCMenu.makeMenu('nara','tecnicas','Beginner Techniques &#8250;','techniques.html#T%E9cnicas%20de%20primer%20grado','',150,0)
		oCMenu.makeMenu('nuno','nara','Orange','techniques.html#Cinturón naranja')	
		oCMenu.makeMenu('ndos','nara','Purple','techniques.html#Cinturón púrpura')
	oCMenu.makeMenu('purp','tecnicas','Intermediate Techniques &#8250;','techniques.html#T%E9cnicas%20intermedias','',150,0)
		oCMenu.makeMenu('puno','purp','Blue','techniques.html#Cinturón azul')	
		oCMenu.makeMenu('pdos','purp','Green','techniques.html#Green belt')
	oCMenu.makeMenu('azul','tecnicas','Advanced Techniques &#8250;','techniques.html#Advanced Techniques','',150,0)
		oCMenu.makeMenu('auno','azul','Brown','techniques.html#Brown belt')	
		oCMenu.makeMenu('ados','azul','Black','techniques.html#Black belt')
	oCMenu.makeMenu('weap','tecnicas','Techs Against Weapons','techniques.html#Techniques against weapons','',150,0)
	oCMenu.makeMenu('otec','tecnicas','Other techniques &#8250;','techniques.html#Other techs','',150,0)
		oCMenu.makeMenu('javi','otec','J. Arrabé´s techs','jarrabestechs.html','',150,0)
        oCMenu.makeMenu('glos','tecnicas','Glossary','glosary.html','',150,0)

oCMenu.makeMenu('arti','','Articles &#8250;','articles.html','',110,0)
	oCMenu.makeMenu('lang','arti','Martial arts seen as languages','learning.html')
	oCMenu.makeMenu('kids','arti','The influence of kenpo in the development of a child with special educative needs','education.html')
	oCMenu.makeMenu('arts','arti','Short study of the artistic question in the martial arts and kenpo karate','art.html') 
	oCMenu.makeMenu('empt','arti','Empty hands (I think not)','empty.hands.html')
	oCMenu.makeMenu('root','arti','A Karate Pioneer: Roots of Ed Parker´s Kenpo','rootsofepak.html')
	oCMenu.makeMenu('bala','arti','Balance: blue belt thesis','balance.html')


oCMenu.makeMenu('encu','','Surveys &#8250;','surveys.html','',110,0)
	oCMenu.makeMenu('ecam','encu','Tournaments &#8250;','tourneyans.html','',110,0)
		oCMenu.makeMenu('acam','ecam','Take it','tourneysur.html','',110,0)
	oCMenu.makeMenu('emae','encu','Masters &#8250;','mastersans.html','',110,0)
		oCMenu.makeMenu('amae','emae','Take it','mastersur.html','',110,0)
	oCMenu.makeMenu('emag','encu','Kenpo magazine','kenpomagsur.html','',110,0)

oCMenu.makeMenu('pics','','Your pics &#8250;','yourpics.html','',110,0)
	oCMenu.makeMenu('esp99','pics','1999 Spanish IKKA Championship','spanishikka99.html','',200,0)
	oCMenu.makeMenu('pics2','pics','Your pics 2','yourpics2.html','',200,0)
	oCMenu.makeMenu('trses','pics','Training session','trainingsession.html','',200,0)

oCMenu.makeMenu('enla','','Links &#8250;','links.html')
	oCMenu.makeMenu('asoc','enla','Associations','links1.html#Associations','',125,0)
	oCMenu.makeMenu('maes','enla','Masters','links2.html#Masters and Instructors','',125,0)	
	oCMenu.makeMenu('list','enla','Groups and Forums','links2.html#Listas','',125,0)	
	oCMenu.makeMenu('misc','enla','Miscelaneous','links2.html#Miscel%E1nea','',125,0)	
	oCMenu.makeMenu('pers','enla','Personal','links2.html#Personales','',125,0)
	oCMenu.makeMenu('revi','enla','Magazines','links1.html#Revistas','',125,0)	
	oCMenu.makeMenu('gimn','enla','Schools/Academies','links3.html#Escuelas','',125,0)
	oCMenu.makeMenu('otro','enla','Other styles','links3.html#Otros estilos','',125,0)				

oCMenu.makeMenu('vari','','Other &#8250;','')
	oCMenu.makeMenu('agra','vari','Acknowledgements','acknowledgements.html','',120,0)
	oCMenu.makeMenu('libr','vari','Guestbook','http://gbooks.melodysoft.com/Kenpomachinen/','',120,0)		
 		oCMenu.makeMenu('old','libr','Old Guestbook','oldgb.html','',120,0)		
	oCMenu.makeMenu('suge','vari','Contact us','formen.html','',120,0)
 	oCMenu.makeMenu('site','vari','Site map','sitemap.html','',120,0)	
	oCMenu.makeMenu('home','vari','Home','indexen.html','',120,0)	
	oCMenu.makeMenu('book','vari','Kenpo books','kenpobooks.html','',120,0)
	oCMenu.makeMenu('prod','vari','Web tools','webtools.html','',120,0)
	oCMenu.makeMenu('span','vari','Español','indexes.html','',120,0)		

//menu activation
oCMenu.makeStyle(); oCMenu.construct()		

