/***********************************************************************************
*	(c) Ger Versluis 2000 version 5.411 24 December 2001 (updated Jan 31st, 2003 by Dynamic Drive for Opera7)
*	For info write to menus@burmees.nl		          *
*	You may remove all comments for faster loading	          *		
***********************************************************************************/

	var NoOffFirstLineMenus=8;			// Number of first level items
	var TopMenuWidth=165;				// Width of top level menu entries
	var SubMenu1Width=165;				// Width of first level sub menu
	var SubMenu2Width=180;				// Width of second level sub menu
	var LowBgColor='transparent';			// Background color when mouse is not over
	var LowSubBgColor='white';			// Background color when mouse is not over on subs
	var HighBgColor='#cccccc';			// Background color when mouse is over
	var HighSubBgColor='#cccccc';			// Background color when mouse is over on subs
	var FontLowColor='red';				// Font color when mouse is not over
	var FontSubLowColor='red';			// Font color subs when mouse is not over
	var FontHighColor='red';			// Font color when mouse is over
	var FontSubHighColor='red';			// Font color subs when mouse is over
	var BorderColor='transparent';			// Border color
	var BorderSubColor='#cccccc';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;				// Border between elements 1 or 0
	var FontFamily="Arial, Helvetica, Geneva, sans-serif"	// Font family menu items
	var FontSize=10;					// Font size menu items
	var FontBold=1;					// 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 'left', 'center' or 'right'
	var MenuVerticalCentered='top';			// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=0;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=155;				// Menu offset x coordinate
	var StartLeft=10;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=3;				// Left padding
	var TopPaddng=2;				// Top padding
	var FirstLineHorizontal=0;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=2000;			// delay before menu folds in
	var TakeOverBgColor=1;				// Menu frame takes over background color subitem frame
	var FirstLineFrame='navig';			// Frame where first level appears
	var SecLineFrame='space';			// Frame where sub levels appear
	var DocTargetFrame='space';			// Frame where target documents appear
	var TargetLoc='';				// span id for relative positioning
	var HideTop=0;					// Hide first level when loading new document 1 or 0
	var MenuWrap=1;					// enables/ disables menu wrap 1 or 0
	var RightToLeft=0;				// enables/ disables right to left unfold 1 or 0
	var UnfoldsOnClick=0;				// Level 1 unfolds onclick/ onmouseover
	var WebMasterCheck=0;				// menu tree checking on or off 1 or 0
	var ShowArrow=0;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highligthed
	var Arrws=['tri.gif',5,10,'tridown.gif',10,5,'trileft.gif',5,10];	// Arrow source, width and height

function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}


// Menu tree
//	MenuX=new Array(Text to show, Link, background image (optional), number of sub elements, height, width);
//	For rollover images set "Text to show" to:  "rollover:Image1.jpg:Image2.jpg"
base_url="http://www.ipk.fraunhofer.de/en";

Menu1=new Array("Fraunhofer IPK",base_url,"",0,40,TopMenuWidth);

Menu2=new Array("Profile",base_url+"/profile","",3,20,TopMenuWidth);
	Menu2_1=new Array("Tasks and Objectives",base_url+"/profile/objectives","",0,20,150);
	Menu2_2=new Array("Facts and Figures",base_url+"/profile/facts","",0,20,SubMenu1Width);
	Menu2_3=new Array("Contact",base_url+"/contact","",0,20,SubMenu1Width);

Menu3=new Array("Spectrum of Services",base_url+"/service","",3,20,TopMenuWidth);
	Menu3_1=new Array("Target Groups",base_url+"/service/targets","",0,20,SubMenu1Width);
	Menu3_2=new Array("Contract Research",base_url+"/service/contracts","",0,20,SubMenu1Width);
	Menu3_3=new Array("Customers and Partners",base_url+"/service/customers","",0,20,SubMenu1Width);

Menu4=new Array("Competencies",base_url+"/divisions","",6,20,TopMenuWidth);
	Menu4_1=new Array("Corporate Management",base_url+"/divisions/um","",5,20,SubMenu1Width);
		Menu4_1_1=new Array("Business Excellence Methods",base_url+"/divisions/um/be_methods","",0,35,SubMenu1Width);
		Menu4_1_2=new Array("Corporate Logistics and Processes",base_url+"/divisions/um/corp_processes","",0,35,SubMenu1Width);
		Menu4_1_3=new Array("Benchmarking",base_url+"/divisions/um/be_methods/benchmarking","",0,20,SubMenu1Width);
		Menu4_1_4=new Array("Knowledge Management",base_url+"/divisions/um/be_methods/km","",0,20,SubMenu1Width);
		Menu4_1_5=new Array("Competence Cluster Indonesia",base_url+"/divisions/um/indonesia","",0,35,SubMenu1Width);
	Menu4_2=new Array("Virtual Product Creation","http://www.ipk.fraunhofer.de/vpe_en","",3,20,SubMenu1Width);
		Menu4_2_1=new Array("Information Management","http://www.ipk.fraunhofer.de/vpe_en/Departments#information","",0,20,SubMenu1Width);
		Menu4_2_2=new Array("Product Creation Processes","http://www.ipk.fraunhofer.de/vpe_en/Departments#product_creation","",0,20,SubMenu1Width);
		Menu4_2_3=new Array("Product Modelling","http://www.ipk.fraunhofer.de/vpe_en/Departments#modelling","",0,20,SubMenu1Width);
	Menu4_3=new Array("Production Systems",base_url+"/divisions/ps","",4,20,SubMenu1Width);
		Menu4_3_1=new Array("Manufacturing",base_url+"/divisions/ps/manufacturing","",0,20,SubMenu2Width);
                Menu4_3_2=new Array("Production Machines and System Management",base_url+"/divisions/ps/production_machines","",0,35,SubMenu2Width);
		Menu4_3_3=new Array("Microproduction Technologies",base_url+"/divisions/ps/microproduction","",0,35,SubMenu2Width);
		Menu4_3_4=new Array("Staff Qualification",base_url+"/divisions/ps/staff_qualification","",0,20,SubMenu2Width);
	Menu4_4=new Array("Automation Technology",base_url+"/divisions/aut","",5,20,SubMenu1Width);
		Menu4_4_1=new Array("Process Automation and Robotics",base_url+"/divisions/aut/robotics","",0,20,SubMenu1Width);
		Menu4_4_2=new Array("Security Technology",base_url+"/divisions/aut/security","",0,20,SubMenu1Width);
		Menu4_4_3=new Array("Process Monitoring and Simulation",base_url+"/divisions/aut/monitoring","",0,20,SubMenu1Width);
		Menu4_4_4=new Array("Optical Testing",base_url+"/divisions/aut/optical","",0,20,SubMenu1Width);
		Menu4_4_5=new Array("Rehabilitation Robotics",base_url+"/divisions/aut/rehabrobotics","",0,20,SubMenu1Width);
	Menu4_5=new Array("Joining and Coating Technology",base_url+"/divisions/fbt","",0,35,SubMenu1Width);
	Menu4_6=new Array("Medical Technology",base_url+"/divisions/mt","",0,20,SubMenu1Width);

Menu5=new Array("Press and Media",base_url+"/pr","",2,20,TopMenuWidth);
	Menu5_1=new Array("'FUTUR'",base_url+"/pr/futur","",0,20,SubMenu1Width);
	Menu5_2=new Array("Contact",base_url+"/contact","",0,20,SubMenu1Width);

//Menu6=new Array("Events",base_url+"/events_ptz","",0,20,TopMenuWidth);

Menu6=new Array("Positions vacant",base_url+"/jobs","",0,20,TopMenuWidth);

Menu7=new Array("Publications",base_url+"/publications","",0,20,TopMenuWidth);

Menu8=new Array("Contact",base_url+"/contact","",0,20,TopMenuWidth);