function SelectScr(id,title) {
    $$('#fullsize div').invoke('hide');
    $('scr'+id).show();
    $('caption').update(title).show();
}
