// Hide all errors
//onerror=handleErr

function handleErr()
{
    return true;
}

function load(id)
{
    document.getElementById(id).style.display = "block";
}

//Image Slider
var preload_ctrl_images=true;

//And configure the image buttons' images here:
var previmg='images/left.jpg';
var stopimg='images/stop.jpg';
var playimg='images/play.jpg';
var nextimg='images/right.jpg';

var slides=[]; //SLIDESHOW
slides.pause=1; //use for pause onmouseover
slides.image_controls=1; //use images for controls
slides.button_highlight='#ffffff'; //onmouseover background-color for image buttons (requires image_controls=1)
slides.random=1; //set a random slide sequence on each page load
slides.desc_prefix=''; //string prefix for image descriptions display
slides.width=400; //use to set width of widest image if dimensions vary
slides.height=300; //use to set height of tallest image if dimensions vary
slides.use_alt=1; //use for descriptions as images alt attributes
slides.use_title=1; //use for descriptions as images title attributes
slides.border=5; //set border width for images
slides.border_color='#cccccc'; //set border color for images
slides.onclick="return hs.htmlExpand(this, { contentId: 'addme2', objectType: 'iframe', objectWidth: 900, objectHeight: 700, objectLoadTime: 'after', allowWidthReduction: 1} )";

