if (document.images) {
  home1 = new Image
  home2 = new Image
  about1 = new Image
  about2 = new Image
  products1 = new Image
  products2 = new Image
  img31 = new Image
  img32 = new Image
  request1 = new Image
  request2 = new Image
  contact1 = new Image
  contact2 = new Image
  testimonials1 = new Image;
  testimonials2 = new Image;

  home1.src = 'images/home.gif'
  home2.src = 'images/home-over.gif'
  about1.src = 'images/about.gif'
  about2.src = 'images/about-over.gif'
  products1.src = 'images/products.gif'
  products2.src = 'images/products-over.gif'
  img31.src = 'images/order.gif'
  img32.src = 'images/order-over.gif'
  request1.src = 'images/request.gif'
  request2.src = 'images/request-over.gif'
  contact1.src = 'images/contact.gif'
  contact2.src = 'images/contact-over.gif'
  testimonials1.src = 'images/testimonials.gif';
  testimonials2.src = 'images/testimonials-over.gif';
  }

else {
  home1 = ""
  home2 = ""
  about1 = ""
  about2 = ""
  products1 = ""
  products2 = ""
  img31 = ""
  img32 = ""
  request1 = ""
  request2 = ""
  contact1 = ""
  contact2 = "" 
  testimonials1 = "";
  testimonials2 = "";
  
  document.home = ""
  document.about = ""
  document.products = ""
  document.img3 = ""
  document.request = ""
  document.contact = ""
  document.testimonials = "";
}
/*
!!!COMMENTED NOT DOING ANYTHING!!!
if (document.images) {

// Level One Navigation Buttons ===============================
img1on = new Image(); img1on.src = "images/spager.gif"; 
img1off = new Image(); img1off.src = "images/spager.gif";

img2on = new Image(); img2on.src = "images/spager.gif";
img2off = new Image(); img2off.src = "images/spager.gif";

img3on = new Image(); img3on.src = "images/spager.gif";
img3off = new Image(); img3off.src = "images/spager.gif";

img4on = new Image(); img4on.src = "images/spager.gif";
img4off = new Image(); img4off.src = "images/spager.gif";

img5on = new Image(); img5on.src = "images/spager.gif";
img5off = new Image(); img5off.src = "images/spager.gif";


// Constants Buttons ======================================
cnst1on = new Image(); cnst1on.src = "images/spager.gif"; 
cnst1off = new Image(); cnst1off.src = "images/spager.gif";

cnst2on = new Image(); cnst2on.src = "images/spager.gif";
cnst2off = new Image(); cnst2off.src = "images/spager.gif";

cnst3on = new Image(); cnst3on.src = "images/spager.gif";
cnst3off = new Image(); cnst3off.src = "images/spager.gif";

cnst4on = new Image(); cnst4on.src = "images/spager.gif";
cnst4off = new Image(); cnst4off.src = "images/spager.gif";

cnst5on = new Image(); cnst5on.src = "images/spager.gif";
cnst5off = new Image(); cnst5off.src = "images/spager.gif";
}

function changeImages() {
  if (document.images) {
    for (var i=0; i<changeImages.arguments.length; i+=2) { 
      document[changeImages.arguments[i]].src = eval(changeImages.arguments[i+1] + ".src"); 
	}
  }
}
*/
if(window.event + "" == "undefined") event = null;
function HM_f_PopUp(){return false};
function HM_f_PopDown(){return false};
popUp = HM_f_PopUp;
popDown = HM_f_PopDown;

sectionId = ""

function PopLimo(image){
	window.open("images/" + image,"LIMOPIC","scrollbars,width=350,height=350,top=100,left=100");
}

function Pop_Limo(Limo_ID){
	window.open("limo_pop.asp?Limo_Id="+Limo_ID,"LIMOPIC"+ Limo_ID,"scrollbars,width=650,height=450,top=100,left=100");
}
