function redirectTo(){
    var gotohere
    if (document.getElementById('ctl00_Header_hdrMainNav_collectionSelect'))
        gotohere = document.getElementById('ctl00_Header_hdrMainNav_collectionSelect').value
    else
        gotohere = document.collectionForm.collectionSelect.value;
        
    window.location.href=gotohere;

}

function openSlideShow(id){

    var hWin = window.open('/finewoodworking/AudioSlideshow/index.asp?slideshow='+id,'','location=no, status=no,     scrollbars=no, menubar=no, toolbar=no, resizable=no', 'width=570', 'height=520');

    hWin.focus();

}