//

img_1 = new Image();
img_1.src='/templates/img/beds/golub_1_l.gif';
img_2 = new Image();
img_2.src='/templates/img/beds/golub_1_lsm.gif';
img_3 = new Image();
img_3.src='/templates/img/beds/golub_2r.gif';
img_4 = new Image();
img_4.src='/templates/img/beds/golub_2rr.gif';

img_11 = new Image();
img_11.src='/templates/img/beds/golub_1_l_a.gif';
img_21 = new Image();
img_21.src='/templates/img/beds/golub_1_lsm_a.gif';
img_31 = new Image();
img_31.src='/templates/img/beds/golub_2r_a.gif';
img_41 = new Image();
img_41.src='/templates/img/beds/golub_2rr_a.gif';
    
    
function ch_pic(a)
{
    if (a==1){
     document.pic_a.src=img_1.src;
     document.pic_b.src=img_2.src;
    }
    if (a==2){ 
    document.pic_c.src=img_3.src;
    document.pic_d.src=img_4.src;
    }
    
    if (a==3){
     document.pic_a.src=img_11.src;
     document.pic_b.src=img_21.src;
     
     document.pic_c.src=img_31.src;
     document.pic_d.src=img_41.src;
    }
    
}


function hideFlash(){
    // document.getElementById('flashintro').style.display='none';
    // alert(1);
    //window.location = '/index1.htm';
    //document.getElementById('bottom_text').style.display='block';
}

var hide_Flash_Access=0;

function hideFlashAccess(){
    hide_Flash_Access=1;
}

function PageLoad(){
    return hide_Flash_Access;
}

function shbg()
{
document.getElementById('flashintro').style.backgroundColor='transparent';
}

