
/*****************************************************************************
Copyright (c) 2001 Thomas Brattli (webmaster@dhtmlcentral.com)

DHTML coolMenus - Get it at coolmenus.dhtmlcentral.com
Version 4.0_beta
This script can be used freely as long as all copyright messages are
intact.

Extra info - Coolmenus reference/help - Extra links to help files **** 
CSS help: http://192.168.1.31/projects/coolmenus/reference.asp?m=37
General: http://coolmenus.dhtmlcentral.com/reference.asp?m=35
Menu properties: http://coolmenus.dhtmlcentral.com/properties.asp?m=47
Level properties: http://coolmenus.dhtmlcentral.com/properties.asp?m=48
Background bar properties: http://coolmenus.dhtmlcentral.com/properties.asp?m=49
Item properties: http://coolmenus.dhtmlcentral.com/properties.asp?m=50
******************************************************************************/

//ATTENTION : CE FICHIER DOIT ETRE CORRIGE SELON USAGE

// AVANT DE METTRE EN LIGNE SUR INTERNET :
	//MASQUER  2 
	// REVELER  1 et 3 
	
// POUR TESTER EN LOCAL :
	//MASQUER  3 
	// REVELER  1 ET2

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

//Menu properties   
oCMenu.pxBetween=5
oCMenu.fromLeft=0
oCMenu.fromTop=50  
oCMenu.rows=0 
oCMenu.menuPlacement="left"

// CHEMIN 1
//ATTENTION LE CHEMIN D'ACCES CI-DESSOUS N'EST VALABLE QUE POUR LES PAGES STATIQUES EN LOCAL SUR PC de FLD
// ADAPTER LE CHEMIN D'ACCES  EN FONCTION DE VOTRE ENVIRONNEMENT                                               
oCMenu.offlineRoot="file:///C|/Site von nagel 2/en/" 


// CHEMIN 2
//ATTENTION LE CHEMIN D'ACCES CI-DESSOUS N'EST VALABLE QUE POUR LE SITE LOCAL SUR EASYPHP ( test du formulaire )
// MASQUER AVANT  DE METTRE SUR INTERNET ( mettre les deux barres devant oCMe... )
// REVELER POUR TESTER EN LOCAL ( mettre les deux barres devant oCMe... )
//oCMenu.onlineRoot="/www_von_nagel/en/" 


// CHEMIN 3 --> POUR INTERNET
// LE CHEMIN D'ACCES CI-DESSOUS N'EST VALABLE QUE POUR LE SITE SUR INTERNET
// MASQUER AVANT  DE TESTER EN LOCAL ( mettre les deux barres devant oCMe... )
// REVELER AVANT  DE METTRE SUR INTERNET ( supprimer les deux barres devant oCMe... )
oCMenu.onlineRoot="/en/" 

oCMenu.resizeCheck=1 
oCMenu.wait=1000 
oCMenu.fillImg="cm_fill.gif"
oCMenu.zIndex=0

//Background bar properties
oCMenu.useBar=1
oCMenu.barWidth="menu"
oCMenu.barHeight="menu" 
oCMenu.barClass="clBar"
oCMenu.barX="menu"
oCMenu.barY="menu"
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=150
oCMenu.level[0].height=28 
oCMenu.level[0].regClass="clLevel0"
oCMenu.level[0].overClass="clLevel0over"
oCMenu.level[0].borderX=1
oCMenu.level[0].borderY=1
oCMenu.level[0].borderClass="clLevel0border"
oCMenu.level[0].offsetX=0
oCMenu.level[0].offsetY=0
oCMenu.level[0].rows=0
oCMenu.level[0].arrow=0
oCMenu.level[0].arrowWidth=0
oCMenu.level[0].arrowHeight=0
oCMenu.level[0].align="right"

//EXAMPLE SUB LEVEL[1] PROPERTIES - You have to specify 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=oCMenu.level[0].width-2
oCMenu.level[1].height=28
oCMenu.level[1].regClass="clLevel1"
oCMenu.level[1].overClass="clLevel1over"
oCMenu.level[1].borderX=1
oCMenu.level[1].borderY=1
oCMenu.level[1].align="right" 
oCMenu.level[1].offsetX=0
//oCMenu.level[1].offsetX=-(oCMenu.level[0].width-2)/2+20
oCMenu.level[1].offsetY=0
oCMenu.level[1].borderClass="clLevel1border"
oCMenu.level[1].align="right" 



//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=oCMenu.level[0].width
oCMenu.level[2].height=28
oCMenu.level[2].offsetX=0
oCMenu.level[2].offsetY=0
oCMenu.level[2].regClass="clLevel2"
oCMenu.level[2].overClass="clLevel2over"
oCMenu.level[2].borderClass="clLevel2border"

//ITEM 1
oCMenu.makeMenu('top0','','&nbsp;The workshop','','')
	oCMenu.makeMenu('sub00','top0','History','history.html')
	oCMenu.makeMenu('sub01','top0','William Dowd : Hommage','william_dowd_hommage.html')
	oCMenu.makeMenu('sub02','top0','The workshop today','workshop_today.html') 
	oCMenu.makeMenu('sub03','top0','Apprenticeship','apprenticeship.html')
	oCMenu.makeMenu('sub04','top0','The location ','location.html')
	oCMenu.makeMenu('sub05','top0','Ethics','ethics.html')        
//ITEM 2		
oCMenu.makeMenu('top1','','&nbsp;What you should know','what_you_should_know.html')
//ITEM 3
oCMenu.makeMenu('top2','','&nbsp;The different concepts','','')
	oCMenu.makeMenu('sub20','top2','Fac-simile','fac_simile.html')
	oCMenu.makeMenu('sub21','top2','Haute-Facture','haute_facture.html')
	oCMenu.makeMenu('sub22','top2','Version \"S\"','version_s.html')
	oCMenu.makeMenu('sub23','top2','Creations','creations.html')
//ITEM 4
oCMenu.makeMenu('top3','','&nbsp;Decoration','')
	oCMenu.makeMenu('sub30','top3','Traditionnal decoration','traditionnal_decoration.html')
	oCMenu.makeMenu('sub31','top3','Contemporary decoration','contemporary_decoration.html')
	oCMenu.makeMenu('sub32','top3','Stands','stands.html')        
//ITEM 5
oCMenu.makeMenu('top4','','&nbsp;New instruments','')
	oCMenu.makeMenu('sub40','top4','French schools','')
		oCMenu.makeMenu('sub400','sub40','Paris 18th century','paris_18_century.html')
		oCMenu.makeMenu('sub401','sub40','Lyon 18th century ','lyon_18_century.html')
		oCMenu.makeMenu('sub402','sub40','Paris 17th century ','paris_17_century.html')
	oCMenu.makeMenu('sub41','top4','Flemish school 17th century ','flemish_school_17_century.html')
	oCMenu.makeMenu('sub42','top4','Franco-German school','franco_german_school.html')
	oCMenu.makeMenu('sub43','top4','Italian school','italian_school.html')
	oCMenu.makeMenu('sub44','top4','Creations','instruments_creations.html')
	oCMenu.makeMenu('sub45','top4','Instruments ready to go','ready_to_go.html')
//ITEM 5
oCMenu.makeMenu('top5','','&nbsp;Orders and delivery','')
	oCMenu.makeMenu('sub50','top5','How to order ? ','how_to_order.html')
	oCMenu.makeMenu('sub51','top5','Sales contract','sales_contract.html')
	oCMenu.makeMenu('sub52','top5','Shipment and delivery ','shipment_and_delivery.html')
	oCMenu.makeMenu('sub53','top5','General terms ','general_terms.html')        
//ITEM 6
oCMenu.makeMenu('top7','','&nbsp;Ordering a new harpsichord<br>&nbsp;while reselling an earlyer one','ordering_reselling.html')
//ITEM 7
oCMenu.makeMenu('top8','','&nbsp;Second hand buys','')
	oCMenu.makeMenu('sub80','top8','What you should know ','second_hand_buys.html')
	oCMenu.makeMenu('sub81','top8','The instruments','second_hand_instruments.html')
//ITEM 8
oCMenu.makeMenu('top9','','&nbsp;Historical instrument<br>&nbsp;for sale','')
	oCMenu.makeMenu('sub90','top9','What you should know ','historical_instrument_for_sale.html')
	oCMenu.makeMenu('sub91','top9','The instruments','about_historical_instrument.html')
//ITEM 9
oCMenu.makeMenu('top10','','&nbsp;Restaurations','restaurations.html')
//ITEM 10
oCMenu.makeMenu('top11','','&nbsp;Rentals','')
	oCMenu.makeMenu('sub110','top11','Short time rental','short_time_rental.html')
	oCMenu.makeMenu('sub111','top11','Long time rental','')
		oCMenu.makeMenu('sub1110','sub111','Simple contract','simple_contract.html')
		oCMenu.makeMenu('sub1111','sub111','Contract with sales option ','contract_with_sales_option.html')        
	oCMenu.makeMenu('sub112','top11','Transportation, assistance','transportation_assistance.html')
//ITEM 11
oCMenu.makeMenu('top12','','&nbsp;Services','')
	oCMenu.makeMenu('sub120','top12','Replacement strings ','replacement_strings.html')
	oCMenu.makeMenu('sub121','top12','Spare parts','spare parts.html')
	oCMenu.makeMenu('sub122','top12','Transportation, assistance','transportation_assistance.html')
	oCMenu.makeMenu('sub123','top12','Maintenance','')        
		oCMenu.makeMenu('sub1230','sub123','Advice','advise.html')
		oCMenu.makeMenu('sub1231','sub123','Maintenance contracts ','maintenance_contracts.html')  
		oCMenu.makeMenu('sub1232','sub123','Maintenance ad hoc','maintenance_adhoc.html')                
	oCMenu.makeMenu('sub124','top12','Value estimates','value_estimates.html')
	oCMenu.makeMenu('sub125','top12','Repairs','repairs.html')      
//ITEM 12
oCMenu.makeMenu('top13','','&nbsp;What technicians<br>&nbsp;should know','what_technicians_should_know.html')
//ITEM 13
//oCMenu.makeMenu('top14','','&nbsp;Expertises','')
	//oCMenu.makeMenu('sub140','top14','Expertises judiciaires','expertises_judiciaires_clavecin.html')
	//oCMenu.makeMenu('sub141','top14','Expertises priv&eacute;es','expertises_privees_clavecin.html')
	//oCMenu.makeMenu('sub142','top14','Ventes publiques','expertises_ventes_publiques.html')
	//oCMenu.makeMenu('sub143','top14','Estimations de valeur','expert_estim_valeur.html') 
//ITEM 14
oCMenu.makeMenu('top15','','&nbsp;What is going on','')
	oCMenu.makeMenu('sub150','top15','Shop concerts<br>&nbsp;\"Dans les copeaux\"','copeaux_reinhard_von_nagel.html')
	oCMenu.makeMenu('sub151','top15','Harpsichord lessons ','harpsichord_lessons.html')
	oCMenu.makeMenu('sub152','top15','Tuning courses ','tuning_courses.html')
	oCMenu.makeMenu('sub153','top15','Shop visits','shop_visits.html')
	oCMenu.makeMenu('sub154','top15','Private concerts','private_concerts.html')
	oCMenu.makeMenu('sub155','top15','Concert organisation','concert_organisation.html')
	oCMenu.makeMenu('sub156','top15','Other events','other_events.html')       
//ITEM 15
oCMenu.makeMenu('top16','','&nbsp;Where are our instruments ?','where_are_our_instruments.html')
//ITEM 16
oCMenu.makeMenu('top17','','&nbsp;Links','links.html')
//ITEM 17
oCMenu.makeMenu('top18','','&nbsp;Home page','../index.html')
//ITEM 18										
oCMenu.makeMenu('top19','','&nbsp;Contact','contact_reinhard_von_nagel.html')                                                                                                      
                                                                                                      
                                                                                                             //Leave this line
oCMenu.construct()

