
// EDIT THESE TWO VARIABLES AS PREFERRED //
                                         //
var mm_closeBcMenus = true;              //
var mm_highlightParentItems = true;      //
                                         //
///////////////////////////////////////////

var mm_breadCrumbAnchor = -1;

function mm_breadCrumbs()
{
  var selectedItem = _itemRef;
  var i = mm_breadCrumbAnchor;

  if (mm_closeBcMenus) $Z();

  if (i > -1) {
    do {
      _mi[i][7] = _m[_mi[i][0]][6].offbgcolor;
      _mi[i][8] = _m[_mi[i][0]][6].offcolor;
      BDMenu(_mi[i][0]);
      i = getParentItemByItem(i);
    } while (!isNaN(i) && mm_highlightParentItems);
  }

  i = mm_breadCrumbAnchor = selectedItem;
  do {
    _mi[i][7] = _mi[i][19];
    _mi[i][8] = _mi[i][18];
    BDMenu(_mi[i][0]);
    i = getParentItemByItem(i);
  } while (!isNaN(i) && mm_highlightParentItems);
}


_menuCloseDelay=1500           // 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=-100               // Sub menu top offset
_subOffsetLeft=-20            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x



with(XPMainStyle=new mm_style()){
onbgcolor="#E50049";
oncolor="#ffffff";
offbgcolor="#ffffff";
offcolor="#0051A1";
bordercolor="";
borderstyle="solid";
borderwidth=0;
separatorcolor="transparent";
separatorsize="";
separatorwidth="10";
padding=2;
fontsize="10";
fontstyle="normal";
fontweight="bold";
fontfamily="Verdana";
subimagepadding="2";
//onborder="0px solid #316AC5";
//offborder="0px solid #cccccc";
pagecolor="#ffffff";
pagebgcolor="#E50049";
}


with(XPMenuStyle=new mm_style()){
onbgcolor="#ebebeb";
oncolor="#0075bd";
offbgcolor="#ebebeb";
offcolor="#686c6f";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorpadding="1";
separatoralign="right";
separatorwidth="10";
padding=3;
fontsize="11";
fontstyle="normal";
fontweight="normal";
fontfamily="Arial,Tahoma,Helvetica,Verdana";
subimage="menu/arrow.gif";
onsubimage="menu/arrow_hl.gif";
//onborder="1px solid #000000";
//overfilter="Shadow(color='#6e6e6e', Direction=135, Strength=4)";
//overfilter="Fade(duration=0.1)";
outfilter="Fade(duration=0.2);"; 
overfilter="Fade(duration=0.2);Alpha(opacity=90)"; 
pagecolor="#e2006e";
}


with(milonic=new menuname("mainmenu")){
style=XPMainStyle;
top=51;
//screenposition="right"; 
left=190;
//position="relative";
alwaysvisible=1;
orientation="horizontal";
//margin=15;


aI("text=Unternehmung;url=`javascript:mm_breadCrumbs();openIFrame('haupt','Unternehmung_fr.htm')`;status=Unternehmung;//image=menu/bullet.gif;//overimage=menu/bullet_hl.gif;");
aI("text=Natursteine;url=`javascript:mm_breadCrumbs();openIFrame('haupt','natursteine_fr.htm')`;status=Natursteine;//image=menu/bullet.gif;//overimage=menu/bullet_hl.gif;");
aI("text=Kunststeine;url=`javascript:mm_breadCrumbs();openIFrame('haupt','kunststeine_fr.htm')`;status=Kunststeine;//image=menu/bullet.gif;//overimage=menu/bullet_hl.gif;");
aI("text=Referenzen;url=`javascript:mm_breadCrumbs();openIFrame('haupt','referenzen_fr.htm')`;status=Referenzen;//image=menu/bullet.gif;//overimage=menu/bullet_hl.gif;");
aI("text=Produkte;url=`javascript:mm_breadCrumbs();openIFrame('haupt','Produkte_fr.htm')`;status=Produkte;//image=menu/bullet.gif;//overimage=menu/bullet_hl.gif;");
aI("text=Ausstellung;url=`javascript:mm_breadCrumbs();openIFrame('haupt','Ausstellung_fr.htm')`;status=Ausstellung;//image=menu/bullet.gif;//overimage=menu/bullet_hl.gif;");
aI("text=News;url=`javascript:mm_breadCrumbs();openIFrame('haupt','Aktuelles_fr.htm')`;status=News;//image=menu/bullet.gif;//overimage=menu/bullet_hl.gif;");
aI("text=Kontakt;url=`javascript:mm_breadCrumbs();openIFrame('haupt','kontakt_fr.htm')`;status=Kontakt;//image=menu/bullet.gif;//overimage=menu/bullet_hl.gif;");
}
drawMenus();


