timegap=500

followspeed=5

followrate=40

suboffset_top=0;

suboffset_left=0;



effect = "fade(duration=0.3);Shadow(color='#777777', Direction=135, Strength=5)"



function openwin(url)

{

	nwin=window.open(url, "nwin",config="scrollbars=yes,resizable=yes,toolbar=yes,location=yes,status=yes,menubar=yes,");

	nwin.focus();

}



prop1=[						// prop1 is an array of properties you can have as many property arrays as you need

"102647",					// Off Font Color 003366

"dddddd",					// Off Back Color

"ffffff",					// On Font Color

"102647",					// On Back Color

"999999",					// Border Color

12,							// Font Size

"normal",					// Font Style 

"normal",					// Font Weight

"Verdana,Tahoma,Helvetica",	// Font

4,							// Padding

dir+"img/arrow.gif",				// Sub Menu Image

0,							// 3D Border & Separator

"66ffff",					// 3D High Color

"000099",					// 3D Low Color

"102647",					// Referer item Font Color (leave this blank to disable)

"bbbbbb",					// Referer item Back Color (leave this blank to disable)

]



if (lang =="_en")
{

  menu1=[		// This is the array that contains your menu properties and details
  70,			// Top
  220,			// left
  ,				// Width
  1,			// Border Width
  "left",		// Screen Position - here you can use "center;middle;right"
  prop1,		// Properties Array - this is set higher up, as above
  1,			// Always Visible - allows the menu item to be visible at all time
  "center",		// Alignment - sets the menu elements alignment, HTML values are valid here for example: left, right or center
  ,				// Filter - Text variable for setting transitional effects on menu activation
  ,				// Follow Scrolling - Tells the menu item to follow the user down the screen
  1, 			// Horizontal Menu - Tells the menu to be horizontal instead of top to bottom style
  ,				// Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page
  ,				// Position of sub image left:center:right:middle:top:bottom
  ,				// Show an image on top menu bars indicating a sub menu exists below
  ,				// Reserved for future use
  "Home","show-menu7",dir+"index"+lang+".html",,1,// "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
  "Software","show-menu2",,"#",1,
  "Hardware","show-menu3",,"#",1,
  "Components","show-menu8",,"#",1,  
  "Programmer","show-menu6",,"#",1,
  "Support","show-menu4",,"#",1,
  "Contact","show-menu5",,"#",1
  ]

} else {

  menu1=[				

  70, 220, ,1, "left", prop1,1,"center",,,1,,,,,

  "Home","show-menu7",dir+"index"+lang+".html",,1,
  "Software","show-menu2",,"#",1,
  "Hardware","show-menu3",,"#",1,
  "Komponenten","show-menu8",,"#",1,  
  "Programmer","show-menu6",,"#",1,
  "Support","show-menu4",,"#",1,
  "Kontakt","show-menu5",,"#",1

  ]

}  

menu2=[,,120,1,"",prop1,,"left",effect,,,,,,,

"AVRco Pascal",dir+"AVRco/index"+lang+".html",,,0,
"PICco Pascal",dir+"PICco/index"+lang+".html",,,1,
"Thales",dir+"thales/index"+lang+".html",,,0

]


menu3=[,,120,1,"",prop1,,"left",effect,,,,,,,

"Logic Analyzer",dir+"logicanalyzer/index"+lang+".html",,,1,
"Reflow Loeten",dir+"logicanalyzer/index"+lang+".html",,,1,
"Accu Schrauber",dir+"logicanalyzer/index"+lang+".html",,,1,
"Fraeser-Milling",dir+"Mill/index.html",,,1,
"DCF77 Tester",dir+"logicanalyzer/index"+lang+".html",,,1

]

menu8=[,,200,1,"",prop1,,"left",effect,,,,,,,

"Boards",dir+"components/boards"+lang+".html",,,1,
"LCD, Keyboard &amp; Joystick",dir+"components/lcd_and_keyboard"+lang+".html",,,1,
"Memory Cards (MMC, CF, IDE)",dir+"components/cf_and_co"+lang+".html",,,1,
"Parts",dir+"components/parts"+lang+".html",,,1,
"Ethernet Boards",dir+"etherboard/index"+lang+".html",,,1

]


menu4=[,,100,1,"",prop1,,"left",effect,,,,,,,

"Download",dir+"downloads/index"+lang+".html",,,1,
"Datasheets",dir+"AVRco/avr_sheets.html",,,1,
"Links",dir+"links"+lang+".html",,,1
//"Forum","http://cgi09.kundenserver.de/cgi-bin/fo_shw?clsid=de295da26fe34e8ae7b06668cd7a2b93",,,

]


if (lang =="_en")

{

  menu5=[,,100,1,,prop1,0,"left",effect,0,,,,,,
  "Shop","http://shop.e-lab.de/",,,1,
  "Mail / Contact",dir+"kontakt"+lang+".html",,,1,
  "Forum","http://www.e-lab.de/phpBB2",,,1,
  "Third Party",dir+"ThirdParty/index.html",,,1

  ]

  menu6=[,,160,1,,prop1,0,"left",effect,0,,,,,,

  "The Entry: ISP",dir+"programmer/isp"+lang+".html",,,0,
  "The Professionals: UPP1",dir+"programmer/upp1"+lang+".html",,,0,
  "The Universals: UPP2",dir+"programmer/upp2"+lang+".html",,,0,
  "for Production",dir+"programmer/production"+lang+".html",,,0,
   "JTAG",dir+"programmer/jtag"+lang+".html",,,1

  ]  

 } else {

  menu5=[,,100,1,,prop1,0,"left",effect,0,,,,,,

  "Shop","http://shop.e-lab.de/",,,1,
  "Mail / Kontakt",dir+"kontakt"+lang+".html",,,1,
  "Forum","http://www.e-lab.de/phpBB2",,,1, 
  "Third Party",dir+"ThirdParty/index.html",,,1

  ]

  menu6=[,,180,1,,prop1,0,"left",effect,0,,,,,,

  "Der Einstieg: ISP",dir+"programmer/isp"+lang+".html",,,0,
  "Die Professionellen: UPP1",dir+"programmer/upp1"+lang+".html",,,0,
  "Die Universellen: UPP2",dir+"programmer/upp2"+lang+".html",,,0,
  "für die Produktion",dir+"programmer/production"+lang+".html",,,0,
   "JTAG",dir+"programmer/jtag"+lang+".html",,,1
  ]

 }

menu7=[,,100,1,,prop1,0,"left",effect,0,,,,,,

"Deutsch",dir+"index.html",,,0,
"English",dir+"index_en.html",,,0

]

/*
if (lang =="_en")

{

menu8=[,,100,1,,prop1,0,"left",effect,0,,,,,,

"AVR",dir+"index_en.html",,,0,

"ARM7",dir+"index_en.html",,,0

"MSP430",dir+"index_en.html",,,0

 } else {

menu8=[,,100,1,,prop1,0,"left",effect,0,,,,,,

"AVR",dir+"index.html",,,0,

"ARM7",dir+"index.html",,,0

"MSP430",dir+"index.html",,,0

]

 }

*/