/**************************************
Global variable to determine the current country
***************************************/
var current_country = "at";


/**************************************
QuickLink-Menü für statische Seiten, die 
nicht in der oberen Navigation erscheinen
***************************************/

//Statische Menüs definieren
var smenus = new StaticMenuCollection();

function StaticMenu(name, mmenu)
{
	this.Name = name;
	this.IgnoreSite=null;
	this.Path = null;
	this.MMenu = mmenu;
}

function StaticMenuCollection()
{
	this.collection=Array();
}

StaticMenuCollection.prototype.Add = function (smenu)
{
	this.collection[this.collection.length] = smenu;
}


/***************** MENÜPUNKTE KOMMUNIKATION***************************/
_menuCloseDelay=500;
_menuOpenDelay=150;
_scrollAmount=3;
_scrollDelay=20;
_followSpeed=5;
_followRate=40;
_subOffsetTop=1;
_subOffsetLeft=-1;

with(menuStyle=new mm_style()){
onbgcolor="#CCCC99";
oncolor="#ffffff";
offbgcolor="#FFFFFF";
offcolor="#000000";
bordercolor="#CCCCCC";
borderstyle="solid";
borderwidth=1;
separatorcolor="";
separatorsize="";
padding=4;
fontsize="11";
fontstyle="normal"; // Font Style (italic or normal)
fontfamily="Verdana, Tahoma, Arial"; // Font Name
pagecolor="#FFFFFF";
pagebgcolor="CCCC99";
headercolor="";
headerbgcolor="";
subimage="/images/arrow.gif";
subimagepadding="2";
overfilter="";
outfilter="";
}


with(milonic=new menuname("syngenta")){
	top=73;
	left=298;
	itemwidth=119;
borderwidth=1;
style=menuStyle;
alignment="left";
aI("text=Syngenta in Deutschland;url=/kom/un/de_profil.shtm;");
aI("text=Syngenta weltweit;url=/kom/un/welt.shtm;");
aI("text=Standorte;url=/kom/un/standort.shtm;");
aI("text=Management;url=/kom/un/manage_schutz.shtm;");
aI("text=Jobs & Karriere;url=/kom/un/jobs/index.shtm;");

//Menü für die Folge-Seiten - Produkte im Fokus
var smenu = new StaticMenu("syngenta",milonic);
smenu.IgnoreSite = "/kom/un/de_profil.shtm";
smenu.Path = "/kom/un/";
smenus.Add(smenu);

}

with(milonic=new menuname("fotos")){
top=73;
left=419;
itemwidth=120;
borderwidth=1;
style=menuStyle;
alignment="left";
aI("text=Fotothek;url=/syngenta_scripts/_asp/fotothek/ft_main.asp?country=kom;");
aI("text=Themen und Geschichten;url=/kom/themen/thema.shtm;");


//Menü für die Folge-Seiten - Produkte im Fokus
var smenu = new StaticMenu("fotos",milonic);
smenu.IgnoreSite = "/kom/themen/thema.shtm";
smenu.Path = "/kom/themen/";
smenus.Add(smenu);

}



with(milonic=new menuname("info")){
top=73;
left=540;
itemwidth=120;
borderwidth=1;
style=menuStyle;
alignment="left";
aI("text=Lexikon;url=/syngenta_scripts/_asp/lexikon/start_kom.asp;");
aI("text=Wörterbuch;url=/kom/woerterbuch/wb_a.shtm;");
aI("text=Infomaterial / Downloads;url=/syngenta_scripts/_asp/infomaterial/start.asp?country=kom;");

//Menü für die Folge-Seiten 
var smenu = new StaticMenu("info",milonic);
smenu.IgnoreSite = "/kom/woerterbuch/wb_a.shtm";
smenu.Path = "/kom/infoshop/";
smenus.Add(smenu);

}
			
								

drawMenus();
/***************** MENÜPUNKTE KOMMUNIKATION ENDE***************************/