_menuCloseDelay=500           // The time delay for menus to remain visible
_menuOpenDelay=150            // The time delay for menus to remain visible
_followSpeed=5                // Follow Scrolling speed
_followRate=50                // Follow Scrolling Rate
_subOffsetTop=1               // Sub menu offset Top position
_subOffsetLeft=2             // Sub menu offset Left position
_scrollAmount=3               // 
_scrollDelay=20               //


// overfilter="Alpha(style=0,opacity=75);Shadow(color='#666666', Direction=135, Strength=4)"; 
// outfilter="randomdissolve(duration=0.2);Shadow(color='#777777', Direction=135, Strength=5)"; 


with(XPMainStyle=new mm_style()){
onbgcolor="#C1D2EE";
oncolor="#000000";
offbgcolor="transparent";
offcolor="#000000";
bordercolor="#8A867A";
borderstyle="solid";
separatorcolor="#8A867A";
separatorpadding=2;
separatorwidth="80%"
separatoralign="right";
onborder="1px solid #316AC5";
// image="menu/images/xpblank.gif";
padding=4;
fontsize="75%";
fontstyle="normal";
fontweight="normal";
fontfamily="Tahoma,Helvetica,Verdana";
}


with(XPMenuStyle=new mm_style()){
onbgcolor="#C1D2EE";
oncolor="#000000";
offcolor="#000000";
// onbgcolor = "transparent";
offbgcolor="transparent";
bordercolor="#8A867A";
borderstyle="solid";
separatorcolor="#8A867A";
separatorpadding=12;
separatorwidth="80%"
separatoralign="right";
onborder="1px solid #316AC5";
image="menu/images/xpblank.gif";
padding=4;
fontsize="75%";
fontstyle="normal";
fontweight="normal";
fontfamily="Tahoma,Helvetica,Verdana";
subimage="menu/images/arrow.gif";
}



with(milonic=new menuname("mainmenu")){_c=1
top = 74;
//left = 3;
//itemwidth=60
//menuwidth="99%";
borderwidth = 1;
//screenposition = "center;middle";
//alignment="center";
// style = mainStyle;
style = XPMainStyle;
alwaysvisible = 1;
orientation="horizontal"
// filter = null;
//followscroll = null;
//keepalive = 1;
//overallwidth = null;
//righttoleft = null;
//itemheight=200;
//openonclick = null;
// bgimage="3darrowxxx.gif";
position="relative"
separatorcolor="green";
// aI("itemwidth=100;text=Tücher;url=http://www.milonic.com/");
aI("text=Home;url=index.htm");
aI("text=Gallery;url=main_gallery.htm");
aI("text=Seidenkunde;url=seidenkunde1.htm");
aI("text=Gästebuch;url=main_gb.htm");
aI("text=Kontakt;url=main_formular.htm");
aI("text=Impressum;url=main_kontakt.htm");
}
	
	
	with(milonic=new menuname("hunde2")){_c=1
	    overfilter="Alpha(style=0,opacity=75);Shadow(color='#666666', Direction=135, Strength=4)"; 
        outfilter="randomdissolve(duration=0.2);Shadow(color='#777777', Direction=135, Strength=5)"; 
	    bgimage="menu/images/winxp_back.gif";
		borderwidth = 1;
		// itemwidth=200;
		alignment="left";
		//style = mainStyle;
		style = XPMenuStyle;
		margin=3
		aI("text=Galarie 1;url=javascript:openIFrame(\'tempiframe\',\'tvoege1.htm\')");
	    aI("text=Galarie 2;url=javascript:openIFrame(\'tempiframe\',\'tvoege2.htm\')");
	    aI("text=Galarie 3;url=javascript:openIFrame(\'tempiframe\',\'tvoege3.htm\')");
	    aI("text=Galarie 4;url=javascript:openIFrame(\'tempiframe\',\'tvoege1.htm\')");
		}	
	
for(_a=_mnucnt;_a<_m.length;_a++){_drawMenu(_a)}	