function ShowImage(url, width, height)
{
    window.open(url,"","height=" + height + ",width=" + width + ",statusbar=no,location=no,menubar=no,toolbar=no,resizable=no ");
}

function printpage() {
    window.print();  
}

$(function() {
    $("#slideshow").autoimage({
        images: ["images/slideshow/2.jpg",
                 "images/slideshow/3.jpg",
                 "images/slideshow/4.jpg"],
        speed:  20000,
        fade:   20,
        loop:   "cycle"});
});
