
function getLocatorInput(mypage,myname,w,h,scroll) {

    var strCP = document.getElementById("toolpanel-branchlocator-input").value;
    var c1 = document.getElementById("c1").checked;
    var c2 = document.getElementById("c2").checked;
        
    if (c1)
     {c1=1;}
    else
     {c1=0;}
        
    if (c2) 
     {c2=1;}
    else
     {c2=0;}


    var mypage=mypage+'&strCountry=1138&strLocation='+strCP+'&c1='+c1+'&c2='+c2;

    openPopupWindow(mypage,myname,w,h,scroll)

    return true;
}
