function ManageTabPanelDisplay1() {
//
// Between the parenthesis, list the id's of the div's that
//     will be affected when tabs are clicked. List in any
//     order. Put the id's in single quotes (apostrophes)
//     and separate them with a comma -- all one line.
//
var idlist = new Array('tab1focus','tab2focus','tab3focus','tab4focus','tab1ready','tab2ready','tab3ready','tab4ready','content1','content2','content3','content4');

// No other customizations are necessary.
if(arguments.length < 1) { return; }
for(var i = 0; i < idlist.length; i++) {
   var block = false;
   for(var ii = 0; ii < arguments.length; ii++) {
      if(idlist[i] == arguments[ii]) {
         block = true;
         break;
         }
      }
   if(block) { document.getElementById(idlist[i]).style.display = "block"; }
   else { document.getElementById(idlist[i]).style.display = "none"; }
   }
}

function ManageTabPanelDisplay2() {
//
// Between the parenthesis, list the id's of the div's that
//     will be affected when tabs are clicked. List in any
//     order. Put the id's in single quotes (apostrophes)
//     and separate them with a comma -- all one line.
//
var idlist = new Array('tab1focus','tab2focus','tab3focus','tab4focus','tab5focus','tab6focus','tab7focus','tab1ready','tab2ready','tab3ready','tab4ready','tab5ready','tab6ready','tab7ready','content1','content2','content3','content4','content5','content6','content7');

// No other customizations are necessary.
if(arguments.length < 1) { return; }
for(var i = 0; i < idlist.length; i++) {
   var block = false;
   for(var ii = 0; ii < arguments.length; ii++) {
      if(idlist[i] == arguments[ii]) {
         block = true;
         break;
         }
      }
   if(block) { document.getElementById(idlist[i]).style.display = "block"; }
   else { document.getElementById(idlist[i]).style.display = "none"; }
   }
}


function ManageTabPanelDisplay2x() {
//
// Between the parenthesis, list the id's of the div's that
//     will be affected when tabs are clicked. List in any
//     order. Put the id's in single quotes (apostrophes)
//     and separate them with a comma -- all one line.
//
var idlist = new Array('pInfo1focus','pInfo2focus','pInfo1ready','pInfo2ready','pInfocontent1','pInfocontent2');

// No other customizations are necessary.
if(arguments.length < 1) { return; }
for(var i = 0; i < idlist.length; i++) {
   var block = false;
   for(var ii = 0; ii < arguments.length; ii++) {
      if(idlist[i] == arguments[ii]) {
         block = true;
         break;
         }
      }
   if(block) { document.getElementById(idlist[i]).style.display = "block"; }
   else { document.getElementById(idlist[i]).style.display = "none"; }
   }
}

function ManageTabPanelDisplay3() {
//
// Between the parenthesis, list the id's of the div's that
//     will be affected when tabs are clicked. List in any
//     order. Put the id's in single quotes (apostrophes)
//     and separate them with a comma -- all one line.
//
var idlist = new Array('tab1focus','tab2focus','tab3focus','tab4focus','tab1ready','tab2ready','tab3ready','tab4ready','content1','content2','content3','content4');

// No other customizations are necessary.
if(arguments.length < 1) { return; }
for(var i = 0; i < idlist.length; i++) {
   var block = false;
   for(var ii = 0; ii < arguments.length; ii++) {
      if(idlist[i] == arguments[ii]) {
         block = true;
         break;
         }
      }
   if(block) { document.getElementById(idlist[i]).style.display = "block"; }
   else { document.getElementById(idlist[i]).style.display = "none"; }
   }
}

function ManageTabPanelDisplay4() {
//
// Between the parenthesis, list the id's of the div's that
//     will be affected when tabs are clicked. List in any
//     order. Put the id's in single quotes (apostrophes)
//     and separate them with a comma -- all one line.
//
var idlist = new Array('tab1focus','tab2focus','tab3focus','tab4focus','tab5focus','tab1ready','tab2ready','tab3ready','tab4ready','tab5ready','content1','content2','content3','content4','content5');

// No other customizations are necessary.
if(arguments.length < 1) { return; }
for(var i = 0; i < idlist.length; i++) {
   var block = false;
   for(var ii = 0; ii < arguments.length; ii++) {
      if(idlist[i] == arguments[ii]) {
         block = true;
         break;
         }
      }
   if(block) { document.getElementById(idlist[i]).style.display = "block"; }
   else { document.getElementById(idlist[i]).style.display = "none"; }
   }
}

function ManageTabPanelDisplay5() {
//
// Between the parenthesis, list the id's of the div's that
//     will be affected when tabs are clicked. List in any
//     order. Put the id's in single quotes (apostrophes)
//     and separate them with a comma -- all one line.
//
var idlist = new Array('tab1focus','tab2focus','tab3focus','tab4focus','tab1ready','tab2ready','tab3ready','tab4ready','content1','content2','content3','content4');

// No other customizations are necessary.
if(arguments.length < 1) { return; }
for(var i = 0; i < idlist.length; i++) {
   var block = false;
   for(var ii = 0; ii < arguments.length; ii++) {
      if(idlist[i] == arguments[ii]) {
         block = true;
         break;
         }
      }
   if(block) { document.getElementById(idlist[i]).style.display = "block"; }
   else { document.getElementById(idlist[i]).style.display = "none"; }
   }
}

function ManageTabPanelDisplayMP3skin() {
//
// Between the parenthesis, list the id's of the div's that
//     will be affected when tabs are clicked. List in any
//     order. Put the id's in single quotes (apostrophes)
//     and separate them with a comma -- all one line.
//
var idlist = new Array('pInfo1focus','pInfo2focus','pInfo3focus','pInfo4focus','pInfo1ready','pInfo2ready','pInfo3ready','pInfo4ready','pInfocontent1','pInfocontent2','pInfocontent3','pInfocontent4');

// No other customizations are necessary.
if(arguments.length < 1) { return; }
for(var i = 0; i < idlist.length; i++) {
   var block = false;
   for(var ii = 0; ii < arguments.length; ii++) {
      if(idlist[i] == arguments[ii]) {
         block = true;
         break;
         }
      }
   if(block) { document.getElementById(idlist[i]).style.display = "block"; }
   else { document.getElementById(idlist[i]).style.display = "none"; }
   }
}



function ManageTabPanelDisplayUpload   () {
//
// Between the parenthesis, list the id's of the div's that
//     will be affected when tabs are clicked. List in any
//     order. Put the id's in single quotes (apostrophes)
//     and separate them with a comma -- all one line.
//
var idlist = new Array('pInfo1focus','pInfo2focus','pInfo3focus','pInfo4focus','pInfo5focus','pInfo1ready','pInfo2ready','pInfo3ready','pInfo4ready','pInfo5ready','pInfocontent1','pInfocontent2','pInfocontent3','pInfocontent4','pInfocontent5');

// No other customizations are necessary.
if(arguments.length < 1) { return; }
for(var i = 0; i < idlist.length; i++) {
   var block = false;
   for(var ii = 0; ii < arguments.length; ii++) {
      if(idlist[i] == arguments[ii]) {
         block = true;
         break;
         }
      }
   if(block) { document.getElementById(idlist[i]).style.display = "block"; }
   else { document.getElementById(idlist[i]).style.display = "none"; }
   }
}

function ManageTabPanelDisplay5a() {
//
// Between the parenthesis, list the id's of the div's that
//     will be affected when tabs are clicked. List in any
//     order. Put the id's in single quotes (apostrophes)
//     and separate them with a comma -- all one line.
//
var idlist = new Array('tab1afocus','tab2afocus','tab3afocus','tab4afocus','tab1aready','tab2aready','tab3aready','tab4aready','content1a','content2a','content3a','content4a');

// No other customizations are necessary.
if(arguments.length < 1) { return; }
for(var i = 0; i < idlist.length; i++) {
   var block = false;
   for(var ii = 0; ii < arguments.length; ii++) {
      if(idlist[i] == arguments[ii]) {
         block = true;
         break;
         }
      }
   if(block) { document.getElementById(idlist[i]).style.display = "block"; }
   else { document.getElementById(idlist[i]).style.display = "none"; }
   }
}

function ManageTabPanelIMG5() {

var idlist = new Array('img1focus','img2focus','img3focus','img4focus','img5focus','img1ready','img2ready','img3ready','img4ready','img5ready','imgcontent1','imgcontent2','imgcontent3','imgcontent4','imgcontent5');

// No other customizations are necessary.
if(arguments.length < 1) { return; }
for(var i = 0; i < idlist.length; i++) {
   var block = false;
   for(var ii = 0; ii < arguments.length; ii++) {
      if(idlist[i] == arguments[ii]) {
         block = true;
         break;
         }
      }
   if(block) { document.getElementById(idlist[i]).style.display = "block"; }
   else { document.getElementById(idlist[i]).style.display = "none"; }
   }
}

function ManageTabPanelIMG3() {

var idlist = new Array('img1focus','img2focus','img3focus','img1ready','img2ready','img3ready','imgcontent1','imgcontent2','imgcontent3');

// No other customizations are necessary.
if(arguments.length < 1) { return; }
for(var i = 0; i < idlist.length; i++) {
   var block = false;
   for(var ii = 0; ii < arguments.length; ii++) {
      if(idlist[i] == arguments[ii]) {
         block = true;
         break;
         }
      }
   if(block) { document.getElementById(idlist[i]).style.display = "block"; }
   else { document.getElementById(idlist[i]).style.display = "none"; }
   }
}

function ManageTabPanelIMG2() {

var idlist = new Array('img1focus','img2focus','img1ready','img2ready','imgcontent1','imgcontent2');

// No other customizations are necessary.
if(arguments.length < 1) { return; }
for(var i = 0; i < idlist.length; i++) {
   var block = false;
   for(var ii = 0; ii < arguments.length; ii++) {
      if(idlist[i] == arguments[ii]) {
         block = true;
         break;
         }
      }
   if(block) { document.getElementById(idlist[i]).style.display = "block"; }
   else { document.getElementById(idlist[i]).style.display = "none"; }
   }
}


function ManageTabPanelMainNavi() {

var idlist = new Array('MainNavi1focus','MainNavi2focus','MainNavi3focus','MainNavi1ready','MainNavi2ready','MainNavi3ready','MainNavicontent1','MainNavicontent2','MainNavicontent3');

// No other customizations are necessary.
if(arguments.length < 1) { return; }
for(var i = 0; i < idlist.length; i++) {
   var block = false;
   for(var ii = 0; ii < arguments.length; ii++) {
      if(idlist[i] == arguments[ii]) {
         block = true;
         break;
         }
      }
   if(block) { document.getElementById(idlist[i]).style.display = "block"; }
   else { document.getElementById(idlist[i]).style.display = "none"; }
   }
}
