function getdropdowns(){
	var dn = 'products';startdiv(dn ,'150');
	bi('/products/macs/index.php',dn ,'MACS Platform');
	bi('/products/etc/index.php',dn ,'ETC Series');
	bi('/products/cop/index.php',dn ,'COP Series');
	bi('/products/multiplexer/index.php',dn ,'Modems, Converts, Multiplexers');
	bi('/products/ethernet/index.php',dn ,'Ethernet over PDH/SDH/SONET');
	bi('/products/yumix/index.php',dn ,'YUMIX Series');
	enddiv();
	dn = 'solutions';startdiv(dn,'100');
	bi('/solutions/wireless.php',dn ,'Wireless');
	bi('/solutions/efm.php',dn ,'Ethernet First Mile');
	bi('/solutions/tdmip.php',dn ,'TDM over IP');
	bi('/solutions/connect.php',dn ,'Multi-Service');
	bi('/solutions/san.php',dn ,'Data Storage');
	enddiv();
	dn = 'company';startdiv(dn,'109');
	bi('/company/profile.php',dn ,'Company Profile');
	bi('/company/management.php',dn ,'Management Team');
	bi('/company/customers.php',dn ,'Customers');
	bi('/company/jobline.php',dn ,'Career Opportunities');
	enddiv();
	dn = 'partners';startdiv(dn,'100');
	bi('/partners/america/index.php',dn,'America');
	bi('/partners/emea/index.php',dn,'EMEA');
	bi('/partners/asia/index.php',dn,'Asia');
	enddiv();
	dn = 'infocenter';startdiv(dn,'102');
	bi('/infocenter/articles.php',dn,'Articles');
	bi('/infocenter/press.php',dn,'Press Releases');
	bi('/infocenter/news.php',dn,'Investor News');
	bi('/infocenter/calendar.php',dn,'Calendar');
	enddiv();
	dn = 'investor';
	startdiv(dn,'140');
	bi('/investor_relations/cg.php',dn,'Corporate Governance');
	bi('/investor_relations/news.php',dn,'Aktuelles');
	bi('/investor_relations/analysts.php',dn,'Analysten');
	bi('/investor_relations/reports.php',dn,'Finanzberichte');
	bi('/investor_relations/agm.php',dn,'Hauptversammlung');
	bi('/investor_relations/qa.php',dn,'Fragen und Antworten');
	bi('/investor_relations/contact.php',dn,'Kontakt');
	enddiv();
	dn = 'Kontakt';
	startdiv(dn,'100');
	enddiv();
}