//-------------------------------//
//           website by          //
//         Andrew Levine         //
//   coppertop@wonder-drug.com   //
//-------------------------------//

//preload images
image0 = new Image();
image0.src = "images/vision/bg_vision.jpg";

//rollover declarations
var prinoff = new Image(); prinoff.src = "images/thankyou/bt_printer-friendly_off.gif";
var nextoff = new Image(); nextoff.src = "images/thankyou/bt_next_off.gif";
var contoff = new Image(); contoff.src = "images/thankyou/bt_cont_off.gif";

var prinon = new Image(); prinon.src = "images/thankyou/bt_printer-friendly_on.gif";
var nexton = new Image(); nexton.src = "images/thankyou/bt_next_on.gif";
var conton = new Image(); conton.src = "images/thankyou/bt_cont_on.gif";