if (document.images) {
  image1on = new Image();
  image1on.src = "images/nav_home_on.gif";
  image2on = new Image();
  image2on.src = "images/nav_policies_on.gif";
  image3on = new Image();
  image3on.src = "images/nav_about_on.gif";
  image4on = new Image();
  image4on.src = "images/nav_deliveries_on.gif";
  image5on = new Image();
  image5on.src = "images/nav_tips_on.gif";
  
  image1off = new Image();
  image1off.src = "images/nav_home_off.gif";
  image2off = new Image();
  image2off.src = "images/nav_policies_off.gif";
  image3off = new Image();
  image3off.src = "images/nav_about_off.gif";
  image4off = new Image();
  image4off.src = "images/nav_deliveries_off.gif";
  image5off = new Image();
  image5off.src = "images/nav_tips_off.gif";

  counter1on = new Image();
  counter1on.src = "images/counter/1_on.gif";
  counter2on = new Image();
  counter2on.src = "images/counter/2_on.gif";
  counter3on = new Image();
  counter3on.src = "images/counter/3_on.gif";
  counter4on = new Image();
  counter4on.src = "images/counter/4_on.gif";
  counter5on = new Image();
  counter5on.src = "images/counter/5_on.gif";
  counter6on = new Image();
  counter6on.src = "images/counter/6_on.gif";
  counter7on = new Image();
  counter7on.src = "images/counter/7_on.gif";
  counter8on = new Image();
  counter8on.src = "images/counter/8_on.gif";

  counter1off = new Image();
  counter1off.src = "images/counter/1_off.gif";
  counter2off = new Image();
  counter2off.src = "images/counter/2_off.gif";
  counter3off = new Image();
  counter3off.src = "images/counter/3_off.gif";
  counter4off = new Image();
  counter4off.src = "images/counter/4_off.gif";
  counter5off = new Image();
  counter5off.src = "images/counter/5_off.gif";
  counter6off = new Image();
  counter6off.src = "images/counter/6_off.gif";
  counter7off = new Image();
  counter7off.src = "images/counter/7_off.gif";
  counter8off = new Image();
  counter8off.src = "images/counter/8_off.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");
    }
  }
}

function popSecureInfo() {
	popupWin=window.open("https://www.thawte.com/cgi/server/certdetails.exe?referer=https://www.roses.com.au/ssl/checkout.asp","verifySSLCertificate","scrollbars=yes,dependent,titlebar=no,alwaysontop=yes,width=510,height=490,resizable,left=50,top=50")
}

