_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=50                // Follow scrolling Rate
_subOffsetTop=5               // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x


with(AllImagesStyle=new mm_style()){
bordercolor="none";
borderstyle="none";
padding=0;
fontstyle="normal";
fontweight="normal";
}

with(menuStyle=new mm_style()){
onbgcolor="#ABBFCC";
oncolor="#000000";
offbgcolor="#5EA94A";
offcolor="#ffffff";
bordercolor="#5EA94A";
borderstyle="solid";
borderwidth=1;
separatorcolor="";
separatorsize="0";
padding=4;
fontsize="11";
fontstyle="bold";
fontfamily="Verdana, Arial, helvetica";
pagecolor="#000000";
pagebgcolor="#ABBFCC";
headercolor="#000000";
headerbgcolor="#ABBFCC";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(milonic=new menuname("corp")){
style=menuStyle;
top="offset=-1";
aI("text=Management & Direktoren;url=/de/Management.asp;status=Management & Direktoren;");
aI("text=Corporate Governance;url=/de/CorporateGovernance.asp;status=Corporate Governance;");
aI("text=Kontakt;url=/de/ContactUs.asp;status=Kontakt;");
}

with(milonic=new menuname("prj")){
style=menuStyle;
top="offset=-1";
aI("text=La Jara, New Mexico;url=/de/LaJara.asp?ReportID=152592;showmenu=lajara;status=La Jara, New Mexico;");
aI("text=Rio Chubut, Argentinien;url=/de/RioChubut.asp?ReportID=152595;showmenu=rio;status=Rio Chubut, Argentinien;");
}

	with(milonic=new menuname("lajara")){
	style=menuStyle;
	top="offset=-1";
	aI("text=Überblick;url=/de/LaJara.asp?ReportID=152592;status=Überblick;");
//	aI("text=Geologischer Bericht;url=/de/LaJara.asp?ReportID=152593;status=Geologischer Bericht;");
	aI("text=Landkarten & Fotos;url=/de/LaJara.asp?ReportID=152594;status=Landkarten & Fotos;");
	}

	with(milonic=new menuname("rio")){
	style=menuStyle;
	top="offset=-1";
	aI("text=Überblick;url=/de/RioChubut.asp?ReportID=152595;status=Überblick;");
	aI("text=Karten & Bilder;url=/de/RioChubut.asp?ReportID=152609;status=Karten & Bilder;");
	aI("text=Geologischer Bericht;url=/de/RioChubut.asp?ReportID=152596;status=Geologischer Bericht;");
	aI("text=Landkarten & Fotos;url=/de/RioChubut.asp?ReportID=152597;status=Landkarten & Fotos;");
	}


with(milonic=new menuname("inv")){
style=menuStyle;
top="offset=-1";
aI("text=Aktienkurs & Chart;url=/de/StockInfo.asp;status=Aktienkurs & Chart;");
aI("text=Finanzberichte;url=/de/FinancialReports.asp;status=Finanzberichte;");
aI("text=SEC Berichte;url=http://www.sec.gov/cgi-bin/browse-edgar?action=getcompany&CIK=0001182737&owner=include&count=40;target=blank;status=SEC Berichte;");
aI("text=Presseveröffentlichungen;url=/de/NewsReleases.asp;status=Presseveröffentlichungen;");
aI("text=Corporate Governance;url=/de/CorpGovernance.asp;status=Corporate Governance;");
aI("text=Kontaktinformationen;url=/de/ContactInfo.asp;status=Kontaktinformationen;");
aI("text=Informationspakete;url=/de/InformationRequest.asp;status=Informationspakete;");
}

drawMenus();