	// 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='index.cfm?fuseaction=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='index.cfm?fuseaction=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='index.cfm?fuseaction=home.main&propertytype=#propertytype#&regioncode=#regioncode#&stateCode='+url;
			}	
		}
		// -->
		
						// MG: Pulldown for state from mini Property Search
		function miniKanton(url){
		// is someone choose state from property search, the proper districts will be loaded
		if(url){
		top.location.href='index.cfm?fuseaction=csearch.quickSearchAct&regioncode='+url;
			}	
		}
		// -->
		
							// MG: Pulldown for cities from Property Search
		function miniCity(url){
		// is someone choose district from property search, the proper cities will be loaded
		if(url){
		top.location.href='index.cfm?fuseaction=csearch.quickSearchAct&regioncode=#regioncode#&stateCode='+url;
			}	
		}
		// -->
		
								// MG: Pulldown for state from mini Property Search
		function KantonOffice(url){
			alert(url);
		// is someone choose state from property search, the proper districts will be loaded
		if(url){
		top.location.href='index.cfm?fuseaction=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='index.cfm?fuseaction=csearch.officeSearchForm&regioncode=#regioncode#&stateCode='+url;
			}	
		}
		// -->