

        // MG: Pulldown for Property Types
        function Goto(url){
        // if someone choose property type - the new site will load all states and regions where we have this type of property...
        if(url){
        top.location.href='#myself#home.main/propertytype/'+url;
            }   
        }
        // 
        
                // MG: Pulldown for state from Property Search
        function Kanton(url){
        // is someone choose state from property search, the proper districts will be loaded
        if(url){
        top.location.href='#myself#home.main/propertytype/#propertytype#/regioncode/'+url;
            }   
        }
        // -->
        
                    // MG: Pulldown for cities from Property Search
        function City(url){
        // is someone choose district from property search, the proper cities will be loaded
        if(url){
        top.location.href='#myself#home.main/propertytype/#propertytype#/regioncode/#regioncode#/stateCode/'+url;
            }   
        }
        // MG: Pulldown for state from mini Property Search
        function KantonOffice(url){
        // is someone choose state from property search, the proper districts will be loaded
        if(url){
        top.location.href='#myself#csearch.officeSearchForm/regioncode/'+url;
            }   
        }
        // -->
        // MG: Pulldown for cities from Property Search
        function CityOffice(url){
        // is someone choose district from property search, the proper cities will be loaded
        if(url){
        top.location.href='#myself#csearch.officeSearchForm/regioncode/#regioncode#/stateCode/'+url;
            }   
        }
        // -->
