var howmanymenus = 3; 		// 0=1 1=2 2=3 etc

var menunames = new Array(howmanymenus);
menunames[0] = "mnuUnternehmen";
menunames[1] = "mnuProdukte";
menunames[2] = "mnuAktuelles";
menunames[3] = "mnuKontakt";

//widths of navbar menu headers
var navwidth = new Array(howmanymenus);
navwidth[0] = 100;
navwidth[1] = 100;
navwidth[2] = 100;
navwidth[3] = 100;

var cellpad=0;
var effectopen = 12;		//set to -1 for no effects
var effectclose = 12;		//set to -1 for no effects
var buttonwidth = 150;		//how wide is each menu Item
var buttonheight = 18;		//how high is each menu Item
var menudir ="hor";		//horizontal or vert   use "hor" or "ver"
var path_to_stylesheet = "cbddm.css";

//these are for news only
var newstimer=5; 		//in seconds
var newseffect=12;		//open and close effect
var newswide=500;
var newshigh=100;

function brsSuche(Wert){if (event.keyCode == 13) {alert("Diese Funktion ist noch nicht implementiert.")}}
function brsLoginx(Wert1, Wert2){if (event.keyCode == 13) {window.location.href='community.asp'}}
function brsLogin(Wert1, Wert2){if (event.keyCode == 13) {window.open(href="http://www.boreas.ch/cug/?u="+Wert1+"&p="+Wert2,target="_blank", "menubar=no,toolbar=no,scrollbars=no,resizable=yes,width=700,height=620,left=30,top=10")}}

