
var comptest;
if (navigator.userAgent.indexOf("compatible") != -1) comptest =1;
else comptest = 0;

function change(form)
{              
        if (form.changer[1].selected)
        parent.location="http://www.st-anna.co.jp/";
        if (form.changer[2].selected)
        parent.location="http://nishidakinenkan.or.jp/";
        if (form.changer[3].selected)
        parent.location="http://www.f-beer.com/";
        if (form.changer[4].selected)
        parent.location="../pizza/index.html";
        if (form.changer[5].selected)
        parent.location="../brera/index.html";
        if (form.changer[6].selected)
        parent.location="../monjoue/index.html";
        if (form.changer[7].selected)
        parent.location="../kobayashi/index.html";
        if (form.changer[8].selected)
        parent.location="../chaza/index.html";
        if (form.changer[9].selected)
        parent.location="../chaza/index.html";
        if (form.changer[10].selected)
        parent.location="../touyuan/index.html";
        if (form.changer[11].selected)
        parent.location="http://www.anna-g.com/saikaan/index.html";
        if (form.changer[12].selected)
        parent.location="../zakuro/index.html";
        if (form.changer[13].selected)
        parent.location="../sumitec/index.html";
        if (form.changer[14].selected)
        parent.location="../seizan/index.html";
        if (form.changer[15].selected)
        parent.location="../seizan/cha-seizan.htm";
        if (form.changer[16].selected)
        parent.location="../hondaya/index.html";
        if (form.changer[17].selected)
        parent.location="../sumitec/kodawari/index.html";
        if (form.changer[18].selected)
        parent.location="../manor/index.html";
        if (form.changer[19].selected)
        parent.location="../zakuro/index2.html";
        if (form.changer[20].selected)
        parent.location="../sennohana/index.html";
        if (form.changer[21].selected)
        parent.location="../luciente/index.html";
        
        
}