// JavaScript Document


function button4()
{
    var title = document.form1.soundtitle.value;
    
    window.open("http://152.97.110.20/cgi-bin/queryresults.exe?CISOROOT1=%2FBerea&CISOOP=all&CISOFIELD1=title&CISORESTMP=%2Fsite-templates%2Fsearch_results.html&CISOVIEWTMP=%2Fsite-templates%2Fitem_viewer.html&CISOMODE=grid&CISOGRID=thumbnail%2CA%2C1%3Btitle%2CA%2C1%3Bsubjec%2CA%2C1%3Bdescri%2C200%2C0%3B0%2CA%2C0%3B10&CISOBIB=title%2CA%2C1%2CN%3Bsubjec%2CA%2C1%2CN%3Bdescri%2CK%2C0%2CN%3B0%2CA%2C0%2CN%3B0%2CA%2C0%2CN%3B10&CISOTHUMB=2%2C5&CISOTITLE=10&CISOBOX1="+ title +"&image.x=14&image.y=5", "_blank");
}

function button5()
{
    var performer = document.form1.soundperformer.value;
    
    window.open("http://152.97.110.20/cgi-bin/queryresults.exe?CISOROOT12=%2FBerea&CISOOP=any&CISOFIELD1=primar&CISORESTMP=%2Fsite-templates%2Fsearch_results.html&CISOVIEWTMP=%2Fsite-templates%2Fitem_viewer.html&CISOMODE=grid&CISOGRID=thumbnail%2CA%2C1%3Btitle%2CA%2C1%3Bsubjec%2CA%2C0%3Bdescri%2C200%2C0%3B0%2CA%2C0%3B10&CISOBIB=title%2CA%2C1%2CN%3Bsubjec%2CA%2C0%2CN%3Bdescri%2CK%2C0%2CN%3B0%2CA%2C0%2CN%3B0%2CA%2C0%2CN%3B10&CISOTHUMB=2%2C5&CISOTITLE=10&CISOBOX1=" + performer + "&image.x=13&image.y=13", "_blank");
}

function button6()
{
    var genre = document.form1.soundgenre.value;
    
    window.open("http://152.97.110.20/cgi-bin/queryresults.exe?CISOOP=adv&CISORESTMP=%2Fsite-templates%2Fsearch_results.html&CISOVIEWTMP=%2Fsite-templates%2Fitem_viewer.html&CISOMODE=grid&CISOGRID=thumbnail%2CA%2C1%3Btitle%2CA%2C1%3Bsubjec%2CA%2C0%3Bdescri%2C200%2C0%3B0%2CA%2C0%3B10&CISOBIB=title%2CA%2C1%2CN%3Bsubjec%2CA%2C1%2CN%3Bdescri%2CK%2C0%2CN%3B0%2CA%2C0%2CN%3B0%2CA%2C0%2CN%3B10&CISOTHUMB=2%2C5&CISOTITLE=10&CISOPARM=" + genre + "&image.x=22&image.y=10");
}

function button7()
{
    var location = document.form1.soundlocation.value;
    
    window.open("http://152.97.110.20/cgi-bin/queryresults.exe?CISOROOT12=%2FBerea&CISOOP=all&CISOFIELD1=covera&CISORESTMP=%2Fsite-templates%2Fsearch_results.html&CISOVIEWTMP=%2Fsite-templates%2Fitem_viewer.html&CISOMODE=grid&CISOGRID=thumbnail%2CA%2C1%3Btitle%2CA%2C1%3Bsubjec%2CA%2C0%3Bdescri%2C200%2C0%3B0%2CA%2C0%3B10&CISOBIB=title%2CA%2C1%2CN%3Bsubjec%2CA%2C0%2CN%3Bdescri%2CK%2C0%2CN%3B0%2CA%2C0%2CN%3B0%2CA%2C0%2CN%3B10&CISOTHUMB=2%2C5&CISOTITLE=10&CISOBOX1=" + location + "&image.x=13&image.y=10");
}

function button8()
{
    var allfields = document.form1.soundall.value;
    
    window.open("http://152.97.110.20/cgi-bin/queryresults.exe?CISOROOT12=%2FBerea&CISOOP=any&CISOFIELD1=CISOSEARCHALL&CISORESTMP=%2Fsite-templates%2Fsearch_results.html&CISOVIEWTMP=%2Fsite-templates%2Fitem_viewer.html&CISOMODE=grid&CISOGRID=thumbnail%2CA%2C1%3Btitle%2CA%2C1%3Bsubjec%2CA%2C0%3Bdescri%2C200%2C0%3B0%2CA%2C0%3B10&CISOBIB=title%2CA%2C1%2CN%3Bsubjec%2CA%2C0%2CN%3Bdescri%2CK%2C0%2CN%3B0%2CA%2C0%2CN%3B0%2CA%2C0%2CN%3B10&CISOTHUMB=2%2C5&CISOTITLE=10&CISOBOX1=" + allfields + "&image.x=16&image.y=7");
}

