
////////////////////Please leave this notice////////////////////
//
//	Current Date
//	By TJ Moyer (tj@mtvernonmedia.com)
//	http://www.mtvernonmedia.com
//	It works only with all javascript enabled browsers
//	Free to use!
//
////////////////////Last modified 2002-09-30////////////////////

//	Do not modify



if (document.images) {
  starton = new Image();
  starton.src = "http://www.mtvernonmedia.com/images/nav/start_on.gif";

  serviceson = new Image();
  serviceson.src = "http://www.mtvernonmedia.com/images/nav/services_on.gif";

  hostingon = new Image();
  hostingon.src = "http://www.mtvernonmedia.com/images/nav/hosting_on.gif";

  processon = new Image();
  processon.src = "http://www.mtvernonmedia.com/images/nav/process_on.gif";

  clientson = new Image();
  clientson.src = "http://www.mtvernonmedia.com/images/nav/clients_on.gif";

  contacton = new Image();
  contacton.src = "http://www.mtvernonmedia.com/images/nav/contact_on.gif";

  privacyon = new Image();
  privacyon.src = "http://www.mtvernonmedia.com/images/nav/privacy_on.gif";

  webdesignon = new Image();
  webdesignon.src = "http://www.mtvernonmedia.com/images/leftnav/services/webdesign_on.gif";

  serankingon = new Image();
  serankingon.src = "http://www.mtvernonmedia.com/images/leftnav/services/seranking_on.gif";

  trafficon = new Image();
  trafficon.src = "http://www.mtvernonmedia.com/images/leftnav/services/traffic_on.gif";

  updatingon = new Image();
  updatingon.src = "http://www.mtvernonmedia.com/images/leftnav/services/updating_on.gif";

  banneron = new Image();
  banneron.src = "http://www.mtvernonmedia.com/images/leftnav/services/banner_on.gif";

  consultationon = new Image();
  consultationon.src = "http://www.mtvernonmedia.com/images/leftnav/services/consultation_on.gif";

  otherdesignon = new Image();
  otherdesignon.src = "http://www.mtvernonmedia.com/images/leftnav/services/otherdesign_on.gif";

  questionson = new Image();
  questionson.src = "http://www.mtvernonmedia.com/images/leftnav/start/questions_on.gif";

  articleson = new Image();
  articleson.src = "http://www.mtvernonmedia.com/images/leftnav/start/articles_on.gif";

  ourprocesson = new Image();
  ourprocesson.src = "http://www.mtvernonmedia.com/images/leftnav/process/ourprocess_on.gif";

  philosophyon = new Image();
  philosophyon.src = "http://www.mtvernonmedia.com/images/leftnav/process/philosophy_on.gif";



  startoff = new Image();
  startoff.src = "http://www.mtvernonmedia.com/images/nav/start_off.gif";

  servicesoff = new Image();
  servicesoff.src = "http://www.mtvernonmedia.com/images/nav/services_off.gif";

  hostingoff = new Image();
  hostingoff.src = "http://www.mtvernonmedia.com/images/nav/hosting_off.gif";

  processoff = new Image();
  processoff.src = "http://www.mtvernonmedia.com/images/nav/process_off.gif";

  clientsoff = new Image();
  clientsoff.src = "http://www.mtvernonmedia.com/images/nav/clients_off.gif";

  contactoff = new Image();
  contactoff.src = "http://www.mtvernonmedia.com/images/nav/contact_off.gif";

  privacyoff = new Image();
  privacyoff.src = "http://www.mtvernonmedia.com/images/nav/privacy_off.gif";

  webdesignoff = new Image();
  webdesignoff.src = "http://www.mtvernonmedia.com/images/leftnav/services/webdesign_off.gif";

  serankingoff = new Image();
  serankingoff.src = "http://www.mtvernonmedia.com/images/leftnav/services/seranking_off.gif";

  trafficoff = new Image();
  trafficoff.src = "http://www.mtvernonmedia.com/images/leftnav/services/traffic_off.gif";

  updatingoff = new Image();
  updatingoff.src = "http://www.mtvernonmedia.com/images/leftnav/services/updating_off.gif";

  banneroff = new Image();
  banneroff.src = "http://www.mtvernonmedia.com/images/leftnav/services/banner_off.gif";

  consultationoff = new Image();
  consultationoff.src = "http://www.mtvernonmedia.com/images/leftnav/services/consultation_off.gif";

  otherdesignoff = new Image();
  otherdesignoff.src = "http://www.mtvernonmedia.com/images/leftnav/services/otherdesign_off.gif";

  questionsoff = new Image();
  questionsoff.src = "http://www.mtvernonmedia.com/images/leftnav/start/questions_off.gif";

  articlesoff = new Image();
  articlesoff.src = "http://www.mtvernonmedia.com/images/leftnav/start/articles_off.gif";

  ourprocessoff = new Image();
  ourprocessoff.src = "http://www.mtvernonmedia.com/images/leftnav/process/ourprocess_off.gif";

  philosophyoff = new Image();
  philosophyoff.src = "http://www.mtvernonmedia.com/images/leftnav/process/philosophy_off.gif";

}

function turnOn(imageName) {
  if (document.images) {
    document[imageName].src = eval(imageName + "on.src");
  }
}

function turnOff(imageName) {
  if (document.images) {
    document[imageName].src = eval(imageName + "off.src");
  }
}
