// JavaScript Document

//large slideshow images
s_1_lg = new Image(261,298)
s_1_lg.src = "/images/slideshow-honeymoon/mt-cook.jpg"
s_2_lg = new Image(261,298)
s_2_lg.src = "/images/slideshow-honeymoon/kayak-dolphins.jpg"
s_3_lg = new Image(261,298)
s_3_lg.src = "/images/slideshow-honeymoon/okarito-wedding.jpg"
// slideshow caption images
s_1_cp = new Image(298,24)
s_1_cp.src = "/images/slideshow-honeymoon/mt-cook-caption.gif"
s_2_cp = new Image(298,24)
s_2_cp.src = "/images/slideshow-honeymoon/kayak-dolphins-caption.gif"
s_3_cp = new Image(298,24)
s_3_cp.src = "/images/slideshow-honeymoon/okarito-wedding-caption.gif"


