
/*
Milonic DHTML Menu - JavaScript Website Navigation System.
Copyright 2004 (c) Milonic Solutions Limited. All Rights Reserved.
Version 5+ Data File structure is the property of Milonic Solutions Ltd and must only be used in Milonic DHTML Products
This is a commercial software product, please visit http://www.milonic.com/ for more information.
See http://www.milonic.com/license.php for Commercial License Agreement
All Copyright statements must always remain in place in all files at all times
*******  PLEASE NOTE: THIS IS NOT FREE SOFTWARE, IT MUST BE LICENSED FOR ALL USE  ******* 
*/


_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=5               // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset


function Drucken()  
{
	
    //menuObject= gmobj("menu" +getMenuByName("MainWhiteEagleMenu") );
	
	//menuDisplay(getMenuByName("MainWhiteEagleMenu"),0); 
	//menuDisplay(getMenuByName("ShortWhiteEagleMenu"),0); 
	
	//menuDimensions=gpos(menuObject);
	
	//spos(menuObject,null,5,10,10);
	window.print();
	
	
    //spos(menuObject,null,menuDimensions[1],menuDimensions[2],menuDimensions[3]);
	
	//menuDisplay(getMenuByName("MainWhiteEagleMenu"),1); 
	//menuDisplay(getMenuByName("ShortWhiteEagleMenu"),1);
}
 
with(menuStyle=new mm_style()){
onbgcolor="#6544AF";           	// "#4F8EB6";
oncolor="#ffffff";
offbgcolor="transparent";
bordercolor="#330099";
borderstyle="solid";
borderwidth=0;
separatorcolor="#ffffff";		// "#2D729D";
separatorsize="20";
separatorwidth="100%";
padding=51;
width= 220;
fontsize="85%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";

pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="../arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#ffffff', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}

with(milonic=new menuname("ShortWhiteEagleMenu")){
style=menuStyle;
top=255;
alwaysvisible=1;
followscroll="1";
orientation="vertical";
overflow="scroll";
screenposition="center"; //,bottom
left="offset=360";
//top="offset=-85";
aI("image=../images/ArrowUp.jpg;overimage=../images/ArrowUp_Over.jpg;status=Zum Seitenanfang gehen / go to the begining of the page;url=#BeginnHomepage;");
aI("image=../images/Print.jpg;overimage=../images/Print_Over.jpg;status=Diese Seite ausdrucken / Print this page;url=javascript:Drucken()");
aI("image=../images/eye.jpg;overimage=../images/eye_Over.jpg;status=Zum Ueberblick gehen / go to the overview;url=#Uebersicht;");
aI("image=../images/ArrowDown.jpg;overimage=../images/ArrowDown_Over.jpg;status=Zum Seitenende gehen / go to the end of the page;url=#EndeHomepage;;");
}




drawMenus();

