var hOMO = true;
var bgCo = '#CCCCCC';
var mnBd = 1;
var mLBg = '#666666';
var mBBg = '#CCCCCC';

var txtC = "#333333"; //text color
var txtO = "#FFFFFF"; //text color rollover
var bgCo = "#CCCCCC"; //menu background
var bgOv = "#999999"; //menu background rollover


isOPERA = (navigator.userAgent.indexOf('Opera') >= 0)? true : false;
isIE    = (document.all && !isOPERA)? true : false;
isDOM   = (document.getElementById && !isIE && !isOPERA)? true : false;

//onMouseOut="MM_startTimeout();"

function sMenu(idx) {
	switch (idx){
		case 1 : MM_showMenu(window.mm_menu_01,0,-60,null,'image1');break;
		case 2 : MM_showMenu(window.mm_menu_02,0,-80,null,'image2');break;
		case 3 : MM_showMenu(window.mm_menu_03,0,-40,null,'image3');break;
		case 4 : MM_showMenu(window.mm_menu_04,0,-40,null,'image4');break;
		case 5 : MM_showMenu(window.mm_menu_05,0,-60,null,'image5');break;
	}
	MM_startTimeout();
}


function mmLoadMenus() {
  if (window.mm_menu_01) return;
  window.mm_menu_01 = new Menu("root",124,20,"Verdana, Arial, Helvetica, sans-serif",11,txtC,txtO,bgCo,bgOv,"left","middle",3,0,2000,-5,7,true,false,true,10,true,true);
  mm_menu_01.addMenuItem("theconcept","window.open('ab_concept.htm', '_self');");
  mm_menu_01.addMenuItem("biography","window.open('ab_bio1.htm', '_self');");
  mm_menu_01.addMenuItem("the&nbsp;interior","window.open('ab_interior.htm', '_self');");
  mm_menu_01.hideOnMouseOut=hOMO;
  mm_menu_01.bgColor=bgCo;
  mm_menu_01.menuBorder=mnBd;
  mm_menu_01.menuLiteBgColor=mLBg;
  mm_menu_01.menuBorderBgColor=mBBg;
  
  window.mm_menu_02 = new Menu("root",175,20,"Verdana, Arial, Helvetica, sans-serif",11,txtC,txtO,bgCo,bgOv,"left","middle",3,0,2000,-5,7,true,false,true,10,true,true);
  mm_menu_02.addMenuItem("atmando method","window.open('w_method.htm', '_self');");
  mm_menu_02.addMenuItem("life coaching","window.open('w_coaching.htm', '_self');");
  mm_menu_02.addMenuItem("private training","window.open('w_privtrain.htm', '_self');");
  mm_menu_02.addMenuItem("testimonials","window.open('w_testimonial.htm', '_self');");
  mm_menu_02.hideOnMouseOut=hOMO;
  mm_menu_02.bgColor=bgCo;
  mm_menu_02.menuBorder=mnBd;
  mm_menu_02.menuLiteBgColor=mLBg;
  mm_menu_02.menuBorderBgColor=mBBg;
  
  window.mm_menu_03 = new Menu("root",166,20,"Verdana, Arial, Helvetica, sans-serif",11,txtC,txtO,bgCo,bgOv,"left","middle",3,0,2000,-5,7,true,false,true,10,true,true);
  mm_menu_03.addMenuItem("healing method","window.open('h_healing.htm', '_self');");
  mm_menu_03.addMenuItem("testimonials","window.open('h_testimonial.htm', '_self');");
  mm_menu_03.hideOnMouseOut=hOMO;
  mm_menu_03.bgColor=bgCo;
  mm_menu_03.menuBorder=mnBd;
  mm_menu_03.menuLiteBgColor=mLBg;
  mm_menu_03.menuBorderBgColor=mBBg;

  window.mm_menu_04 = new Menu("root",127,20,"Verdana, Arial, Helvetica, sans-serif",11,txtC,txtO,bgCo,bgOv,"left","middle",3,0,2000,-5,7,true,false,true,10,true,true);
  mm_menu_04.addMenuItem("membership","window.open('m_membership.htm', '_self');");
  mm_menu_04.addMenuItem("opening hours","window.open('m_hour.htm', '_self');");
  mm_menu_04.hideOnMouseOut=hOMO;
  mm_menu_04.bgColor=bgCo;
  mm_menu_04.menuBorder=mnBd;
  mm_menu_04.menuLiteBgColor=mLBg;
  mm_menu_04.menuBorderBgColor=mBBg;

  window.mm_menu_05 = new Menu("root",107,20,"Verdana, Arial, Helvetica, sans-serif",11,txtC,txtO,bgCo,bgOv,"left","middle",3,0,2000,-5,7,true,false,true,10,true,true);
  mm_menu_05.addMenuItem("location&nbsp;plan","window.open('c_location.htm', '_self');");
  mm_menu_05.addMenuItem("mailing list","window.open('c_milist.htm', '_self');");
  mm_menu_05.addMenuItem("company info","window.open('c_impressum.htm', '_self');");
  mm_menu_05.hideOnMouseOut=hOMO;
  mm_menu_05.bgColor=bgCo;
  mm_menu_05.menuBorder=mnBd;
  mm_menu_05.menuLiteBgColor=mLBg;
  mm_menu_05.menuBorderBgColor=mBBg;

mm_menu_05.writeMenus();
} // mmLoadMenus()

function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function show (id, displayValue){
	if (isDOM || isOPERA){
		document.getElementById(id).style.display = (displayValue)? displayValue : "block";
	} else if (isIE) {
		document.all[id].style.display = "block";
	}
}

function hide (id){
	if (isDOM || isOPERA){
		document.getElementById(id).style.display = "none";
	} else if (isIE) {
		document.all[id].style.display = "none";
	}
}

function soff(id){
	idx = "c"+id;
	if (isDOM || isOPERA){
		document.getElementById(idx).className = "cont-off";
	} else if (isIE) {
		document.all[idx].className = "cont-off";
	}
}


function son(id){
	idx = "c"+id;
	if (isDOM || isOPERA){
		document.getElementById(idx).className = "cont-on";
	} else if (isIE) {
		document.all[idx].className = "cont-on";
	}
}

function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}

function popNews(){
	window.open('news.htm','News',"toolbar=no,scrollbars=yes,width=320,height=300, left=50, top=50, resizable=yes, status=yes");
}
