///////////////////////////////////////////////////////////////////////////////
// These are for rollovers on the server root                                //
///////////////////////////////////////////////////////////////////////////////

if (document.images) {
// These are for the navigation button rollovers on the home page.
  webbtnOn = new Image();
  webbtnOn.src = "../images/nav/webbtnover.jpg";
  webbtnOff = new Image();
  webbtnOff.src = "../images/nav/webbtn.jpg";
  identbtnOn = new Image();
  identbtnOn.src = "../images/nav/identbtnover.jpg";
  identbtnOff = new Image();
  identbtnOff.src = "../images/nav/identbtn.jpg";
  printbtnOn = new Image();
  printbtnOn.src = "../images/nav/printbtnover.jpg";
  printbtnOff = new Image();
  printbtnOff.src = "../images/nav/printbtn.jpg";
  homebtnOn = new Image();
  homebtnOn.src = "../images/nav/homebtnover.jpg";
  homebtnOff = new Image();
  homebtnOff.src = "../images/nav/homebtn.jpg";
  contactbtnOn = new Image();
  contactbtnOn.src = "../images/nav/contactbtnover.jpg";
  contactbtnOff = new Image();
  contactbtnOff.src = "../images/nav/contactbtn.jpg";
}

function imgOn(imageName) {
  if (document.images) {
    document [imageName].src = eval(imageName + "On.src")
  }
}

function imgOff(imageName) {
  if (document.images) {
    document [imageName].src = eval(imageName + "Off.src")
  }
}


///////////////////////////////////////////////////////////////////////////////
// These are for Dreamweaver rollovers                                       //
///////////////////////////////////////////////////////////////////////////////

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];}
}


///////////////////////////////////////////////////////////////////////////////
// These are for popup windows                                               //
///////////////////////////////////////////////////////////////////////////////

function dogwood()
{
  window.open('../samples/DWH_home.1.html','dogwood','width=864,height=792,menubar=no,toolbar=no,location=no,scrollbars=yes,resizable=yes,status=no,directories=no,top=10,left=10');
}

function dailybuzz()
{
  window.open('../samples/dailybuzz_home_lg.html','dailybuzz','width=800,height=760,menubar=no,toolbar=no,location=no,scrollbars=yes,resizable=yes,status=no,directories=no,top=10,left=10');
}

function lottery()
{
  window.open('../samples/lottery_home_lg.html','lottery','width=864,height=648,menubar=no,toolbar=no,location=no,scrollbars=yes,resizable=yes,status=no,directories=no,top=10,left=10');
}

function fivestar()
{
  window.open('../samples/fivestar_home.lg.html','fivestar','width=940,height=650,menubar=no,toolbar=no,location=no,scrollbars=yes,resizable=yes,status=no,directories=no,top=10,left=10');
}

function csr()
{
  window.open('../samples/CSR_home.lg.html','csr','width=800,height=775,menubar=no,toolbar=no,location=no,scrollbars=yes,resizable=yes,status=no,directories=no,top=10,left=10');
}

function accessone()
{
  window.open('../samples/A1_home.lg.html','accessone','width=800,height=735,menubar=no,toolbar=no,location=no,scrollbars=yes,resizable=yes,status=no,directories=no,top=10,left=10');
}

function bisoncentral()
{
  window.open('../samples/NBA_home_lg.html','bisoncentral','width=875,height=800,menubar=no,toolbar=no,location=no,scrollbars=yes,resizable=yes,status=no,directories=no,top=10,left=10');
}

function avls()
{
  window.open('../samples/avls_home.lg.html','avls','width=839,height=723,menubar=no,toolbar=no,location=no,scrollbars=yes,resizable=yes,status=no,directories=no,top=10,left=10');
}

function chopa()
{
  window.open('../samples/Chopa_home.lg.html','chopa','width=743,height=618,menubar=no,toolbar=no,location=no,scrollbars=yes,resizable=yes,status=no,directories=no,top=10,left=10');
}

function skethio()
{
  window.open('../samples/Skethio_home.lg.html','skethio','width=823,height=650,menubar=no,toolbar=no,location=no,scrollbars=yes,resizable=yes,status=no,directories=no,top=10,left=10');
}

function aboutchange()
{
  window.open('../samples/Aboutchange_home.lg.html','aboutchange','width=850,height=639,menubar=no,toolbar=no,location=no,scrollbars=yes,resizable=yes,status=no,directories=no,top=10,left=10');
}

function carlisle()
{
  window.open('../samples/Carlisle_home.lg.html','carlisle','width=864,height=600,menubar=no,toolbar=no,location=no,scrollbars=yes,resizable=yes,status=no,directories=no,top=10,left=10');
}

