 /***********************************************
*	(c) Ger Versluis 2000 version 12.00 27 May 2004          *
*	You may use this script on non commercial sites.	          *
*	www.burmees.nl/menu			          *
*	You may remove all comments for faster loading	          *		
************************************************/
	var NoOffFirstLineMenus=13;			// Number of main menu  items
						// Colorvariables:
						// Color variables take HTML predefined color names or "#rrggbb" strings
						//For transparency make colors and border color ""
	var LowBgColor="#B5DFD7";			// Background color when mouse is not over
	var HighBgColor="#DDF0EC";			// Background color when mouse is over
	var FontLowColor="#105667";			// Font color when mouse is not over
	var FontHighColor="#000066";			// Font color when mouse is over
	var BorderColor="#000066";			// Border color
	var BorderWidthMain=1;			// Border width main items
	var BorderWidthSub=1;			// Border width sub items
 	var BorderBtwnMain=1;			// Border width between elements main items
	var BorderBtwnSub=1;			// Border width between elements sub items
	var FontFamily="Arial, Helvetica, sans-serif";	// Font family menu items
	var FontSize=12;				// Font size menu items
	var FontBold=0;				// Bold menu items 1 or 0
	var FontItalic=0;				// Italic menu items 1 or 0
	var MenuTextCentered="left";		// Item text position left, center or right
	var MenuCentered="left";			// Menu horizontal position can be: left, center, right
	var MenuVerticalCentered="top";		// Menu vertical position top, middle,bottom or static
	var ChildOverlap=.1;			// horizontal overlap child/ parent
	var ChildVerticalOverlap=.3;			// vertical overlap child/ parent
	var StartTop=0;				// Menu offset x coordinate
	var StartLeft=0;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var DistFrmFrameBrdr=0;			// Distance between main menu and frame border
	var LeftPaddng=5;				// Left padding
	var TopPaddng=2;				// Top padding. If set to -1 text is vertically centered
	var FirstLineHorizontal=0;			// Number defines to which level the menu must unfold horizontal; 0 is all vertical
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=800;			// delay before menu folds in
	var UnfoldDelay=100;			// delay before sub unfolds	
	var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame
	var FirstLineFrame="";			// Frame where first level appears
	var SecLineFrame="";			// Frame where sub levels appear
	var DocTargetFrame="";			// Frame where target documents appear
	var TargetLoc="menu";			// span id for relative positioning
	var MenuWrap=1;				// enables/ disables menu wrap 1 or 0
	var RightToLeft=0;				// enables/ disables right to left unfold 1 or 0
	var BottomUp=0;				// enables/ disables Bottom up unfold 1 or 0
	var UnfoldsOnClick=0;			// Level 1 unfolds onclick/ onmouseover
	var BaseHref="";				// BaseHref lets you specify the root directory for relative links. 
						// The script precedes your relative links with BaseHref
						// For instance: 
						// when your BaseHref= "http://www.MyDomain/" and a link in the menu is "subdir/MyFile.htm",
						// the script renders to: "http://www.MyDomain/subdir/MyFile.htm"
						// Can also be used when you use images in the textfields of the menu
						// "MenuX=new Array("<img src=\""+BaseHref+"MyImage\">"
						// For testing on your harddisk use syntax like: BaseHref="file:///C|/MyFiles/Homepage/"

	var Arrws=["tri1.gif",5,10];

						// Arrow source, width and height.
						// If arrow images are not needed keep source ""

	var MenuUsesFrames=0;			// MenuUsesFrames is only 0 when Main menu, submenus,
						// document targets and script are in the same frame.
						// In all other cases it must be 1

	var RememberStatus=0;			// RememberStatus: When set to 1, menu unfolds to the presetted menu item. 
						// When set to 2 only the relevant main item stays highligthed
						// The preset is done by setting a variable in the head section of the target document.
						// <head>
						//	<script type="text/javascript">var SetMenu="2_2_1";
						// </head>
						// 2_2_1 represents the menu item Menu2_2_1=new Array(.......

						// Below some pretty useless effects, since only IE6+ supports them
						// I provided 3 effects: MenuSlide, MenuShadow and MenuOpacity
						// If you don't need MenuSlide just leave in the line var MenuSlide="";
						// delete the other MenuSlide statements
						// In general leave the MenuSlide you need in and delete the others.
						// Above is also valid for MenuShadow and MenuOpacity
						// You can also use other effects by specifying another filter for MenuShadow and MenuOpacity.
						// You can add more filters by concanating the strings
	var BuildOnDemand=0;			// 1/0 When set to 1 the sub menus are build when the parent is moused over
	var BgImgLeftOffset=5;			// Only relevant when bg image is used as rollover
	var ScaleMenu=0;				// 1/0 When set to 0 Menu scales with browser text size setting

	var HooverBold=0;				// 1 or 0
	var HooverItalic=0;				// 1 or 0
	var HooverUnderLine=0;			// 1 or 0
	var HooverTextSize=0;			// 0=off, number is font size difference on hoover
	var HooverVariant=0;			// 1 or 0

	var MenuSlide="progid:DXImageTransform.Microsoft.GradientWipe(duration=.5, wipeStyle=1)";

	var MenuShadow="progid:DXImageTransform.Microsoft.DropShadow(color=#888888, offX=2, offY=2, positive=1)";

	var MenuOpacity="progid:DXImageTransform.Microsoft.Alpha(opacity=95)";

	function BeforeStart(){return}
	function AfterBuild(){return}
	function BeforeFirstOpen(){return}
	function AfterCloseAll(){return}

// Menu tree:
// MenuX=new Array("ItemText","Link","background image",number of sub elements,height,width,"bgcolor","bghighcolor",
//	"fontcolor","fonthighcolor","bordercolor","fontfamily",fontsize,fontbold,fontitalic,"textalign","statustext");
// Color and font variables defined in the menu tree take precedence over the global variables
// Fontsize, fontbold and fontitalic are ignored when set to -1.
// For rollover images ItemText or background image format is:  "rollover?"+BaseHref+"Image1.jpg?"+BaseHref+"Image2.jpg" 

Menu1=new Array("Microbiologie","","",2,20,140,"","","","","","",-1,-1,-1,"","");
	Menu1_1=new Array("Reactivi","microbiologie_reactivi.htm","",0,20,100,"","","","","","",-1,-1,-1,"","");
	Menu1_2=new Array("Aparatura","microbiologie_aparatura.htm","",0,20,100,"","","","","","",-1,-1,-1,"","");

Menu2=new Array("Chimie clinica","","",2,20,120,"","","","","","",-1,-1,-1,"","");
	Menu2_1=new Array("Reactivi","","",1,20,100,"","","","","","",-1,-1,-1,"","");	
		Menu2_1_1=new Array("Sistem deschis","chimie_reactivi_sist_deschis.htm","",0,20,100,"","","","","","",-1,-1,-1,"","");
		//Menu2_1_2=new Array("Sistem inchis","chimie_reactivi_sist_inchis.htm","",0,20,100,"","","","","","",-1,-1,-1,"","");
	
	Menu2_2=new Array("Aparatura","","",2,20,100,"","","","","","",-1,-1,-1,"","");
		Menu2_2_1=new Array("Semiautomate","chimie_aparatura_semiautomate.htm","",0,20,100,"","","","","","",-1,-1,-1,"","");
		Menu2_2_2=new Array("Automate","chimie_aparatura_automate.htm","",0,20,100,"","","","","","",-1,-1,-1,"","");

Menu3=new Array("Hematologie","","",1,20,120,"","","","","","",-1,-1,-1,"","");
	Menu3_1=new Array("Aparatura","","",2,20,100,"","","","","","",-1,-1,-1,"","");	
		Menu3_1_1=new Array("Analizoare 19 parametri","hematologie_analizoare19.htm","",0,20,150,"","","","","","",-1,-1,-1,"","");
		Menu3_1_2=new Array("Analizoare 22 parametri","hematologie_analizoare22.htm","",0,20,150,"","","","","","",-1,-1,-1,"","");

Menu4=new Array("Hemostaza","","",2,20,120,"","","","","","",-1,-1,-1,"","");
	Menu4_1=new Array("Reactivi","coagulare_reactivi.htm","",0,20,100,"","","","","","",-1,-1,-1,"","");
	Menu4_2=new Array("Aparatura","coagulare_aparatura.htm","",0,20,100,"","","","","","",-1,-1,-1,"","");

Menu5=new Array("Aparate diverse","","",16,20,120,"","","","","","",-1,-1,-1,"","");
	Menu5_1=new Array("Agitatoare","diverse_agitatoare.htm","",0,20,175,"","","","","","",-1,-1,-1,"","");	
/*	
	Menu5_2=new Array("Autoclave","","",2,20,145,"","","","","","",-1,-1,-1,"","");	
		Menu5_2_1=new Array("Electronice","diverse_autoclave_electronice.htm","",0,20,100,"","","","","","",-1,-1,-1,"","");
		Menu5_2_2=new Array("Mecanice","diverse_autoclave_mecanice.htm","",0,20,100,"","","","","","",-1,-1,-1,"","");
*/		
	Menu5_2=new Array("Balante","","",3,20,145,"","","","","","",-1,-1,-1,"","");	
		Menu5_2_1=new Array("Analitice","diverse_balante_analitice.htm","",0,20,100,"","","","","","",-1,-1,-1,"","");
		Menu5_2_2=new Array("Tehnice","diverse_balante_tehnice.htm","",0,20,100,"","","","","","",-1,-1,-1,"","");
		Menu5_2_3=new Array("Termobalante","diverse_termobalante.htm","",0,20,100,"","","","","","",-1,-1,-1,"","");
	
	Menu5_3=new Array("Bai de apa","diverse_bai_apa.htm","",0,20,145,"","","","","","",-1,-1,-1,"","");	
	
	Menu5_4=new Array("Centrifuge","diverse_centrifuge.htm","",0,20,145,"","","","","","",-1,-1,-1,"","");	
	
	Menu5_5=new Array("Distilatoare","","",2,20,145,"","","","","","",-1,-1,-1,"","");	
		Menu5_5_1=new Array("Distilatoare","diverse_distilatoare.htm","",0,20,100,"","","","","","",-1,-1,-1,"","");
		Menu5_5_2=new Array("Bidistilatoare","diverse_bidistilatoare.htm","",0,20,100,"","","","","","",-1,-1,-1,"","");
	
	Menu5_6=new Array("Etuve","diverse_etuve.htm","",0,20,145,"","","","","","",-1,-1,-1,"","");	
	
	Menu5_7=new Array("Hote de laborator","diverse_hote.htm","",0,20,145,"","","","","","",-1,-1,-1,"","");	
	
	Menu5_8=new Array("Incubatoare","diverse_incubatoare.htm","",0,20,145,"","","","","","",-1,-1,-1,"","");	
	
	Menu5_9=new Array("Masini de spalat de laborator","diverse_masini_spalat.htm","",0,20,145,"","","","","","",-1,-1,-1,"","");	
	
	Menu5_10=new Array("Microscoape de laborator","","",2,20,145,"","","","","","",-1,-1,-1,"","");	
		Menu5_10_1=new Array("Microscoape","diverse_microscoape.htm","",0,20,120,"","","","","","",-1,-1,-1,"","");
		Menu5_10_2=new Array("Stereomicroscoape","diverse_stereomicroscoape.htm","",0,20,120,"","","","","","",-1,-1,-1,"","");
	
	Menu5_11=new Array("Microtoame/Criotoame","","",2,20,145,"","","","","","",-1,-1,-1,"","");	
		Menu5_11_1=new Array("Microtoame","diverse_microtoame.htm","",0,20,120,"","","","","","",-1,-1,-1,"","");
		Menu5_11_2=new Array("Criotoame","diverse_criotoame.htm","",0,20,120,"","","","","","",-1,-1,-1,"","");
	
	Menu5_12=new Array("Numaratoare colonii","diverse_numaratoare_colonii.htm","",0,20,145,"","","","","","",-1,-1,-1,"","");	
	
	Menu5_13=new Array("Pipete automate","diverse_pipete.htm","",0,20,145,"","","","","","",-1,-1,-1,"","");	
	
	Menu5_14=new Array("Preparatoare/Dispensere","diverse_preparatoare_dispensere.htm","",0,20,145,"","","","","","",-1,-1,-1,"","");	
	
	Menu5_15=new Array("Sisteme purificare apa","diverse_purificare.htm","",0,20,145,"","","","","","",-1,-1,-1,"","");	
	
	Menu5_16=new Array("Sisteme Kjeldahl","diverse_kjeldahl.htm","",0,20,145,"","","","","","",-1,-1,-1,"","");	
	
	//Menu5_17=new Array("Statii de sterilizare","diverse_sterilizare.htm","",0,20,145,"","","","","","",-1,-1,-1,"","");	

Menu6=new Array("Sterilizare","","",2,20,120,"","","","","","",-1,-1,-1,"","");
	Menu6_1=new Array("Autoclave de laborator","","",2,20,145,"","","","","","",-1,-1,-1,"","");	
		Menu6_1_1=new Array("Electronice","sterilizare_autoclave_electronice.htm","",0,20,100,"","","","","","",-1,-1,-1,"","");
		Menu6_1_2=new Array("Mecanice","sterilizare_autoclave_mecanice.htm","",0,20,100,"","","","","","",-1,-1,-1,"","");
	Menu6_2=new Array("Statii de sterilizare ","sterilizare_statii.htm","",0,20,130,"","","","","","",-1,-1,-1,"","");


Menu7=new Array("Imunodiagnostic","","",2,20,120,"","","","","","",-1,-1,-1,"","");
	Menu7_1=new Array("Reactivi","","",3,20,100,"","","","","","",-1,-1,-1,"","");	
		Menu7_1_1=new Array("ELISA","imuno_reactivi_elisa.htm","",0,20,100,"","","","","","",-1,-1,-1,"","");
		Menu7_1_2=new Array("Imunocomb","imuno_reactivi_imunocomb.htm","",0,20,100,"","","","","","",-1,-1,-1,"","");
		Menu7_1_3=new Array("Reactivi RFC","imuno_reactivi_rfc1.htm","",0,20,100,"","","","","","",-1,-1,-1,"","");
	Menu7_2=new Array("Aparatura","imuno_aparatura.htm","",0,20,100,"","","","","","",-1,-1,-1,"","");	



Menu8=new Array("Proteine plasmatice","","",3,20,120,"","","","","","",-1,-1,-1,"","");
	Menu8_1=new Array("Reactivi","proteine_reactivi.htm","",0,20,100,"","","","","","",-1,-1,-1,"","");
	Menu8_2=new Array("Imunoplaci","proteine_imunoplaci.htm","",0,20,100,"","","","","","",-1,-1,-1,"","");
	Menu8_3=new Array("Aparatura","proteine_aparatura.htm","",0,20,100,"","","","","","",-1,-1,-1,"","");

Menu9=new Array("Teste rapide","","",7,20,120,"","","","","","",-1,-1,-1,"","");
	Menu9_1=new Array("Determinare grupe sangvine","teste_grupe_sangvine.htm","",0,20,180,"","","","","","",-1,-1,-1,"","");
	Menu9_2=new Array("Detectare droguri in urina","teste_droguri.htm","",0,20,180,"","","","","","",-1,-1,-1,"","");
	Menu9_3=new Array("Screening infectii urinare","teste_screening.htm","",0,20,180,"","","","","","",-1,-1,-1,"","");
	Menu9_4=new Array("Teste diverse","teste_diverse.htm","",0,20,180,"","","","","","",-1,-1,-1,"","");
	Menu9_5=new Array("Teste imunocromatografice","","",11,20,180,"","","","","","",-1,-1,-1,"","");	
		Menu9_5_1=new Array("BTS","teste_imuno_bts.htm","",0,20,120,"","","","","","",-1,-1,-1,"","");
		Menu9_5_2=new Array("Helicobacter Pylori","teste_imuno_helicobacter.htm","",0,20,120,"","","","","","",-1,-1,-1,"","");
		Menu9_5_3=new Array("Hepatite","teste_imuno_hepatite.htm","",0,20,120,"","","","","","",-1,-1,-1,"","");
		Menu9_5_4=new Array("HIV","teste_imuno_hiv.htm","",0,20,120,"","","","","","",-1,-1,-1,"","");
		Menu9_5_5=new Array("Markeri cardiaci","teste_imuno_mcardiaci.htm","",0,20,120,"","","","","","",-1,-1,-1,"","");
		Menu9_5_6=new Array("Markeri tumorali","teste_imuno_mtumorali.htm","",0,20,120,"","","","","","",-1,-1,-1,"","");
		Menu9_5_7=new Array("Menopauza","teste_imuno_menopauza.htm","",0,20,120,"","","","","","",-1,-1,-1,"","");
		Menu9_5_8=new Array("Ovulatie","teste_imuno_ovulatie.htm","",0,20,120,"","","","","","",-1,-1,-1,"","");
		Menu9_5_9=new Array("Sarcina","teste_imuno_sarcina.htm","",0,20,120,"","","","","","",-1,-1,-1,"","");
		Menu9_5_10=new Array("TBC","teste_imuno_tbc.htm","",0,20,120,"","","","","","",-1,-1,-1,"","");
		Menu9_5_11=new Array("TORCH","teste_imuno_torch.htm","",0,20,120,"","","","","","",-1,-1,-1,"","");
	Menu9_6=new Array("Teste latex","teste_latex.htm","",0,20,180,"","","","","","",-1,-1,-1,"","");
	Menu9_7=new Array("Teste urina","teste_urina.htm","",0,20,180,"","","","","","",-1,-1,-1,"","");

Menu10=new Array("Consumabile","","",3,20,120,"","","","","","",-1,-1,-1,"","");
	Menu10_1=new Array("Vacutainere","consumabile_vacutainere.htm","",0,20,100,"","","","","","",-1,-1,-1,"","");
	Menu10_2=new Array("Plastic","consumabile_plastic.htm","",0,20,100,"","","","","","",-1,-1,-1,"","");
	Menu10_3=new Array("Sticla","consumabile_sticla.htm","",0,20,100,"","","","","","",-1,-1,-1,"","");

Menu11=new Array("Histologie","","",2,20,120,"","","","","","",-1,-1,-1,"","");
	Menu11_1=new Array("Reactivi","histologie_reactivi.htm","",0,20,100,"","","","","","",-1,-1,-1,"","");
	Menu11_2=new Array("Aparatura","","",4,20,100,"","","","","","",-1,-1,-1,"","");
		Menu11_2_1=new Array("Colorare","histologie_aparatura1.htm","",0,20,150,"","","","","","",-1,-1,-1,"","");
		Menu11_2_2=new Array("Decalcifiere","histologie_aparatura4.htm","",0,20,130,"","","","","","",-1,-1,-1,"","");
		Menu11_2_3=new Array("Echipamente, accesorii","histologie_aparatura3.htm","",0,20,130,"","","","","","",-1,-1,-1,"","");
		Menu11_2_4=new Array("Procesare tesuturi si includere in parafina","histologie_aparatura2.htm","",0,35,130,"","","","","","",-1,-1,-1,"","");

Menu12=new Array("Monitorizare droguri si medicamente","monitorizare.htm","",0,35,120,"","","","","","",-1,-1,-1,"","");

Menu13=new Array("Protectia mediului","","",3,20,120,"","","","","","",-1,-1,-1,"","");
	Menu13_1=new Array("Managementul deseurilor","","",4,20,160,"","","","","","",-1,-1,-1,"","");
		Menu13_1_1=new Array("Incineratoare ecologice","mediu_deseuri_incineratoare.htm","",0,20,175,"","","","","","",-1,-1,-1,"","");
		Menu13_1_2=new Array("Statii de neutralizare deseuri","mediu_deseuri_neutralizare.htm","",0,20,130,"","","","","","",-1,-1,-1,"","");
		Menu13_1_3=new Array("Procesare mecanica deseuri","mediu_deseuri_procesare.htm","",0,20,130,"","","","","","",-1,-1,-1,"","");
		Menu13_1_4=new Array("Containere colectare deseuri","mediu_deseuri_colectare.htm","",0,20,130,"","","","","","",-1,-1,-1,"","");
	Menu13_2=new Array("Epurare ape uzate","mediu_epurare_ape.htm","",0,20,180,"","","","","","",-1,-1,-1,"","");
	Menu13_3=new Array("Calitatea aerului","mediu_calitate_aer.htm","",0,20,180,"","","","","","",-1,-1,-1,"","");

