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

if (document.images) {
// These are for the navigation button rollovers on the home page.
  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";
  webdesignOn = new Image();
  webdesignOn.src = "images/home/webdesignover.jpg";
  webdesignOff = new Image();
  webdesignOff.src = "images/home/webdesign.jpg";
  identitydesignOn = new Image();
  identitydesignOn.src = "images/home/identitydesignover.jpg";
  identitydesignOff = new Image();
  identitydesignOff.src = "images/home/identitydesign.jpg";
  printdesignOn = new Image();
  printdesignOn.src = "images/home/printdesignover.jpg";
  printdesignOff = new Image();
  printdesignOff.src = "images/home/printdesign.jpg";
  webOn = new Image();
  webOn.src = "images/home/webdover.jpg";
  webOff = new Image();
  webOff.src = "images/home/webd.jpg";
  identityOn = new Image();
  identityOn.src = "images/home/identitydover.jpg";
  identityOff = new Image();
  identityOff.src = "images/home/identityd.jpg";
  printOn = new Image();
  printOn.src = "images/home/printdover.jpg";
  printOff = new Image();
  printOff.src = "images/home/printd.jpg";
// These are to preload other rollovers.
  photoon = new Image();
  photoon.src = "images/home/photoon.jpg";
  posteronOn = new Image();
  posteronOn.src = "images/home/posteron.jpg";
  siteonOn = new Image();
  siteonOn.src = "images/home/siteon.jpg";
  tshirtonOn = new Image();
  tshirtonOn.src = "images/home/tshirton.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 windowad()
{
  window.open('ads/new.html','new-10','width=409,height=460,menubar=no,toolbar=no,location=no,scrollbars=no,resizable=no,status=no,directories=no,top=10,left=10');
}

