/**************************************
Global variable to determine the current country
***************************************/
var current_country = "nl";

/**************************************
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;
}




/*
* STYLES 
*/
_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="#CCCC99";
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="";
}
/*************************************************************/
/* Producten */
with(milonic=new menuname("produkte"))
{
	top=73;
	left=177;
	itemwidth=150;
	borderwidth=1;
	style=menuStyle;
	alignment="left";
	aI("text=De werkzame stof thiamethoxam;url=/nl/producten/index.shtm");
	aI("text=Toepassingstechnieken ;url=/nl/producten/toepass/index.shtm");
	aI("text=FarMore I100;url=/nl/producten/farmoreI100/index.shtm;");
	aI("text=FarMore FI400;url=/nl/producten/farmorefi400/index.shtm;");
/**	aI("text=Cruiser 600 FS;url=/nl/producten/cruiser600fs/index.shtm;");**/
	/**aI("text=Cruiser 350 FS;url=#;");**/
	
}
/* Gewassen */
with(milonic=new menuname("kulturen"))
{
	top=73;
	left=326;    
	itemwidth=150;    
	borderwidth=1;
	style=menuStyle;
	alignment="left";
	aI("text=Andijvie;url=/nl/producten/farmoreI100/index.shtm;");
	aI("text=Sla;url=/nl/producten/farmoreI100/index.shtm");
	aI("text=Kool;url=/nl/producten/farmoreI100/kool.shtm");
	aI("text=Erwt ;url=/nl/producten/farmorefi400/index.shtm");
	/**aI("text=Bieten;url=/nl/producten/cruiser600fs/index.shtm;");**/
	/**aI("text=Mais;url=#");**/
}
	/** Organisatie **/
with(milonic=new menuname("organisatie"))
{
top=73;
left=480;
itemwidth=150;
borderwidth=1;
style=menuStyle;
alignment="left";
//aI("text=Overzicht;url=/nl/over/index.shtm;");
//aI("text=Organigram;url=/nl/over/organigram.shtm;");
//aI("text=Vacatures;url=/nl/over/vacatures.asp;");
//aI("text=Adres & Route;url=/nl/over/adres_route.shtm;");
//aI("text=Links;url=/nl/over/links.shtm;");

}
/****************** Ende Orga******************/

drawMenus();








