


//// ############ Load ############
function load_page() {

    //MainGalID = 3;
    NoList = true;
    ListOne = true;
    NoSlideHead = false;
    NoSlideBtm = false;
    NoOpenBtn = true;
    NoPageCount = true;
    // AutoStartSlide = true;
    SlideBoxTop = 0;
    SlideBoxLeft = 0;
    SlideBoxWidth = 642;
    SlideBoxHeight = 535;
    slider_top = 20;
    slider_btm = 20;
    
    // No Edit Below Here

    var MyBox = document.getElementById('SlideBox');
    MyBox.style.marginLeft = SlideBoxLeft + 'px';
    MyBox.style.top = SlideBoxTop + 'px';
    MyBox.style.width = SlideBoxWidth + 'px';
    MyBox.style.height = SlideBoxHeight + 'px'; // WMV must be shorter by 60  -- top 30 btm 30 height 480 l = 540 
    OState.auto_play = AutoStartSlide;
    //MyBox.style.left = MyBoxLeft + 'px';
    load_url = 'parts/galleries/gallery' + MainGalID + '/ctl.xml';
    load_main = true;
    load_arrays(); // calls load listing then preload
    
//     MyBox.style.height = 0px;
   
    
    //Setup for slideshow size
    //Var MyBox = 0; //document.getElementById('SlideBox');
    
    //margin-left: 120px;
    //width: 720px;
    //height: 600px; /*top: 125px; left: 120px; */
    //Suto start

    // get the slideshow to use


    //ListOne = true;
    //makelisting()
}


