var rootBar = new ItemStyle(100, 0, '', 0, 0, '', '', 'PrimaryNavText', 'PrimaryNavText', '', '', null, null, 'hand', 'default');
var hBar1 = new ItemStyle(50, 15, '', 0, 0, '', '', 'PrimaryNavText', 'PrimaryNavText', '', '', null, null, 'hand', 'default');
var hBar2 = new ItemStyle(50, 15, '', 0, 0, '', '', 'PrimaryNavText', 'PrimaryNavText', '', '', null, null, 'hand', 'default');
var hBar3 = new ItemStyle(85, 15, '', 0, 0, '#000000', '#6666CC', 'PrimaryNavText', 'PrimaryNavText', '', '', null, null, 'hand', 'default');
var hBar4 = new ItemStyle(102, 15, '', 0, 0, '#000000', '#6666CC', 'PrimaryNavText', 'PrimaryNavText', '', '', null, null, 'hand', 'default');
var hBar5 = new ItemStyle(75, 15, '', 0, 0, '#000000', '#6666CC', 'PrimaryNavText', 'PrimaryNavText', '', '', null, null, 'hand', 'default');
var hBar6 = new ItemStyle(50, 15, '', 0, 0, '#000000', '#6666CC', 'PrimaryNavText', 'PrimaryNavText', '', '', null, null, 'hand', 'default');

var subM = new ItemStyle(25, 0, '&gt;', -25, 3, '#ffffff', '#d9d9d9', 'SubNavText', 'SubNavHover', 'PrimaryNavBorder', 'PrimaryNavBorder', 90, 100, 'hand', 'default');
var pMenu = new PopupMenu('pMenu');

with (pMenu)
{
startMenu('root', false, '400', 100, 0, rootBar);

addItem('<A HREF="index.html">Home</a>', 'Home', '', hBar1);
addItem('<A HREF="#">About</A>', 'About','sm:', hBar2);
addItem('<A HREF="#">Capabilities</A>', 'Capabilities', 'sm:', hBar3);
addItem('<A HREF="order.html">Listen & Order</A>', 'Order', 'sm:', hBar4);
addItem('<A HREF="interviews.html">Interviews</A>', 'Interviews', '', hBar5);
addItem('<A HREF="contact.html">Contact</A>', 'Contact', '', hBar6);


startMenu('About', true, 0, 20, 150, subM);
addItem('Biography', 'http://www.bashkimpacuku.com/biography.html', '');
addItem('Resume', 'http://www.bashkimpacuku.com/resume.html', '');
addItem('Photo Gallery', 'http://www.bashkimpacuku.com/photo_gallery.html', '');
addItem('Inspirations', 'http://www.bashkimpacuku.com/inspirations.html', '');
addItem('Hobbies', 'http://www.bashkimpacuku.com/hobbies.html', '');
addItem('Links to Learn More', 'http://www.bashkimpacuku.com/links.html', '');

startMenu('Capabilities', true, 0, 20, 150, subM);
addItem('Repertoire', 'http://www.bashkimpacuku.com/repertoire.html', '');
addItem('Other Creative', 'http://www.bashkimpacuku.com/other.html', '');
addItem('Reviews', 'http://www.bashkimpacuku.com/reviews.html', '');


startMenu('Order', true, 0, 20, 350, subM);
addItem('Celebrated Opera Arias Volume I', 'http://www.bashkimpacuku.com/arias1.html', '');
addItem('Celebrated Arias and Songs Volume II', 'http://www.bashkimpacuku.com/arias2.html', '');
addItem('Albanian Songbook Album', 'http://www.bashkimpacuku.com/albanian.html', '');
addItem('Mozart Requiem in D Minor', 'http://www.bashkimpacuku.com/mozart.html', '');
addItem('Bach Magnificat in D', 'http://www.bashkimpacuku.com/bach.html', '');
addItem('DVD  VHS', 'http://www.bashkimpacuku.com/dvd.html', '');


}


addMenuBorder(pMenu, window.subBlank,
 null, '#999999', 1, '#999999', 2);

//addDropShadow(pMenu, window.subM,
// [40,"#666666",6,6,-10,-10], [40,"#666666",4,4,0,0]);
//addDropShadow(pMenu, window.subBlank,
// [40,"#666666",6,6,-10,-10], [40,"#666666",4,4,0,0]);



if (!isOp && navigator.userAgent.indexOf('rv:0.')==-1)
{
 pMenu.showMenu = new Function('mN','menuAnim(this, mN, 10)');
 pMenu.hideMenu = new Function('mN','menuAnim(this, mN, -10)');

}


if (!isNS4)
{
 // Write menus now in non-NS4 browsers, by calling the "Fast" mode .update(true) method.
 pMenu.update(true);
 //anotherMenu.update(true);
}
else
{
 var popOldOL = window.onload;
 window.onload = function()
 {
  if (popOldOL) popOldOL();
  pMenu.update();

 }
}


var nsWinW = window.innerWidth, nsWinH = window.innerHeight, popOldOR = window.onresize;
window.onresize = function()
{
 if (popOldOR) popOldOR();
 if (isNS4 && (nsWinW!=innerWidth || nsWinH!=innerHeight)) history.go(0);
 pMenu.position();
 //anotherMenu.position();
}

window.onscroll = function()
{
 pMenu.position();
 //anotherMenu.position();
}


// NS4 can't reliably capture clicks on layers, so here's a workaround.
if (isNS4)
{
 document.captureEvents(Event.CLICK);
 document.onclick = function(evt)
 {
  with (pMenu) if (overI) click(overM, overI);
  //with (anotherMenu) if (overI) click(overM, overI);
  return document.routeEvent(evt);
 }
}

// Activate the window.onscroll() event in non-Microsoft browsers.
if (!isIE || isOp)
{
 var nsPX=pageXOffset, nsPY=pageYOffset;
 setInterval('if (nsPX!=pageXOffset || nsPY!=pageYOffset) ' +
 '{ nsPX=pageXOffset; nsPY=pageYOffset; window.onscroll() }', 50);
}

function menuAnim(menuObj, menuName, dir)
{
 // The array index of the named menu (e.g. 'mFile') in the menu object (e.g. 'pMenu').
 var mD = menuObj.menu[menuName][0];
 // Add timer and counter variables to the menu data structure, we'll need them.
 if (!mD.timer) mD.timer = 0;
 if (!mD.counter) mD.counter = 0;

 with (mD)
 {
  clearTimeout(timer);

  if (!lyr || !lyr.ref) return;
  if (dir>0) lyr.vis('visible');
  lyr.sty.zIndex = 1001 + dir;

  lyr.clip(0, 0, menuW+2, (menuH+2)*Math.pow(Math.sin(Math.PI*counter/200),0.75) );
  if ((isDOM&&!isIE) && (counter>=100)) lyr.sty.clip='';
  counter += dir;
  if (counter>100) counter = 100;
  else if (counter<0) { counter = 0; lyr.vis('hidden') }
  else timer = setTimeout(menuObj.myName+'.'+(dir>0?'show':'hide')+'Menu("'+menuName+'")', 40);
 }
}

// Here's the alternative IE5.5+ filter animation function.
function menuFilterShow(menuObj, menuName, filterName)
{
 var mD = menuObj.menu[menuName][0];
 with (mD.lyr)
 {
  sty.filter = filterName;
  var f = ref.filters;
  if (f&&f.length&&f[0]) f[0].Apply();
  vis('visible');
  if (f&&f.length&&f[0]) f[0].Play();
 }
}

function addMenuBorder(mObj, iS, alpha, bordCol, bordW, backCol, backW)
{
 // Loop through the menu array of that object, finding matching ItemStyles.
 for (var mN in mObj.menu)
 {
  var mR=mObj.menu[mN], dS='<div style="position:absolute; background:';
  if (mR[0].itemSty != iS) continue;
  // Loop through the items in that menu, move them down and to the right a bit.
  for (var mI=1; mI<mR.length; mI++)
  {
   mR[mI].iX += bordW+backW;
   mR[mI].iY += bordW+backW;
  }
  // Extend the total dimensions of menu accordingly.
  mW = mR[0].menuW += 2*(bordW+backW);
  mH = mR[0].menuH += 2*(bordW+backW);

  // Set the menu's extra content string with divs/layers underneath the items.
  if (isNS4) mR[0].extraHTML += '<layer bgcolor="'+bordCol+'" left="0" top="0" width="'+mW+
   '" height="'+mH+'" z-index="980"><layer bgcolor="'+backCol+'" left="'+bordW+'" top="'+
   bordW+'" width="'+(mW-2*bordW)+'" height="'+(mH-2*bordW)+'" z-index="990"></layer></layer>';
  else mR[0].extraHTML += dS+bordCol+'; left:0px; top:0px; width:'+mW+'px; height:'+mH+
   'px; z-index:980; '+(alpha!=null?'filter:alpha(opacity='+alpha+'); -moz-opacity:'+(alpha/100):'')+
   '">'+dS+backCol+'; left:'+bordW+'px; top:'+bordW+'px; width:'+(mW-2*bordW)+'px; height:'+
   (mH-2*bordW)+'px; z-index:990"></div></div>';
 }
}


function addDropShadow(mObj, iS)
{

 for (var mN in mObj.menu)
 {
  var a=arguments, mD=mObj.menu[mN][0], addW=addH=0;
  if (mD.itemSty != iS) continue;
  for (var shad=2; shad<a.length; shad++)
  {
   var s = a[shad];
   if (isNS4) mD.extraHTML += '<layer bgcolor="'+s[1]+'" left="'+s[2]+'" top="'+s[3]+'" width="'+
    (mD.menuW+s[4])+'" height="'+(mD.menuH+s[5])+'" z-index="'+(arguments.length-shad)+'"></layer>';
   else mD.extraHTML += '<div style="position:absolute; background:'+s[1]+'; left:'+s[2]+
    'px; top:'+s[3]+'px; width:'+(mD.menuW+s[4])+'px; height:'+(mD.menuH+s[5])+'px; z-index:'+
    (a.length-shad)+'; '+(s[0]!=null?'filter:alpha(opacity='+s[0]+'); -moz-opacity:'+(s[0]/100):'')+
    '"></div>';
   addW=Math.max(addW, s[2]+s[4]);
   addH=Math.max(addH, s[3]+s[5]);
  }
  mD.menuW+=addW; mD.menuH+=addH;
 }
}
//--></script>


