/*
 * Author:		kit chong [K-MAN], gmmkit@gmail.com 
 * Date: 		2008-12-28
 * Description:	- local main function.
 * 				- jquery is required.
 */
//
function TextualZoomControl(){}TextualZoomControl.prototype=new GControl();TextualZoomControl.prototype.initialize=function(C){var A=document.createElement("div");var B=document.createElement("div");B.setAttribute("title","Enlarge This Map");this.setButtonStyle_(B);A.appendChild(B);GEvent.addDomListener(B,"click",function(){func_map_open(C.id)});C.getContainer().appendChild(A);return A};TextualZoomControl.prototype.getDefaultPosition=function(){return new GControlPosition(G_ANCHOR_TOP_LEFT,new GSize(4,4))};TextualZoomControl.prototype.setButtonStyle_=function(A){A.className="gmap_enlargeButton"};var locArray=new Object;var theInfo="";theInfo="8 Moriarty Rd, Welshpool, WA, 6106";theInfo+="<br />";theInfo+="<br />";theInfo+='<div class="div_content_title_big">welshpool</div>';theInfo+="(08) 9350 6468";theInfo+="<br />";theInfo+='<a href="mailto:welshpool@carepoint.com.au" title="Send Email">welshpool@carepoint.com.au</a>';theInfo+="<br />";theInfo+="<br />";theInfo+='<div class="div_content_title_big">health + wellness</div>';theInfo+="(08) 9321 7460";theInfo+="<br />";theInfo+='<a title="Send Email" href="mailto:h%26w%40carepoint.com.au">h&w@carepoint.com.au</a>';theInfo+="<br />";theInfo+="<br />";theInfo+="<br />";locArray["welshpool"]=new Array(-31.993908,115.93283,"welshpool",theInfo);theInfo="24 Peel Rd, O'Connor, WA, 6163";theInfo+="<br />";theInfo+="<br />";theInfo+='<div class="div_content_title_big">o\'connor</div>';theInfo+="(08) 9337 8033";theInfo+="<br />";theInfo+='<a title="Send Email" href="mailto:oconnor@carepoint.com.au">oconnor@carepoint.com.au</a>';theInfo+="<br />";theInfo+="<br />";locArray["connor"]=new Array(-32.05984,115.79294,"o'connor",theInfo);theInfo="Cnr Alexander Dr & Beach Rd, Malaga, WA, 6090";theInfo+="<br />";theInfo+="<br />";theInfo+='<div class="div_content_title_big">malaga</div>';theInfo+="(08) 9248 6088";theInfo+="<br />";theInfo+='<a title="Send Email" href="mailto:malaga@carepoint.com.au">malaga@carepoint.com.au</a>';theInfo+="<br />";theInfo+="<br />";locArray["malaga"]=new Array(-31.85053,115.87853,"malaga",theInfo);locArray["health"]=new Array(-31.993908,115.93283,"health + wellness","8 Moriarty Rd, Welshpool, Western Australia, 6106");var mapHK,mapCN;function func_gmap_smallmap_create(){for(i in locArray){var H="map_"+i;if(GBrowserIsCompatible()){function I(K,M){var L=new GMarker(K,B);GEvent.addListener(L,"click",function(){func_map_open(M)});return L}var F=locArray[i][0];var G=locArray[i][1];map=new GMap2(document.getElementById(H));if(i=="hongkong"){mapHK=map}else{if(i=="china"){mapCN=map}}map.id=i;var A=map.getMapTypes();for(var D=0;D<A.length;D++){A[D].getMinimumResolution=function(){return 3};A[D].getMaximumResolution=function(){return 15}}map.setCenter(new GLatLng(F,G),15);map.addControl(new TextualZoomControl(i));var C=new GIcon(G_DEFAULT_ICON);C.image="resources/images/icons/gmap_marker.png";var B={icon:C};var F=locArray[i][0];var G=locArray[i][1];var J=new GLatLng(F,G);var E=I(J,i);map.addOverlay(E)}else{document.getElementById(H).innerHTML="Sorry, the Google Maps API is not compatible with this browser."}}}function func_map_open(A){dialogMap_open(A);return false}var map;function func_gmap_map_create(I){theDivID="lmap";if(GBrowserIsCompatible()){function H(K,M){var L=new GMarker(K,B);GEvent.addListener(L,"mouseover",function(){var N=locArray[M][3];L.openInfoWindowHtml(N)});return L}var F=locArray[I][0];var G=locArray[I][1];map=new GMap2(document.getElementById(theDivID));var A=map.getMapTypes();for(var D=0;D<A.length;D++){A[D].getMinimumResolution=function(){return 3};A[D].getMaximumResolution=function(){return 18}}map.setCenter(new GLatLng(F,G),15);map.addControl(new GLargeMapControl());map.removeMapType(G_HYBRID_MAP);map.addControl(new GMapTypeControl());var C=new GIcon(G_DEFAULT_ICON);C.image="resources/images/icons/gmap_marker.png";var B={icon:C};for(i in locArray){if(i!="health"){var F=locArray[i][0];var G=locArray[i][1];var J=new GLatLng(F,G);var E=H(J,i);map.addOverlay(E)}}}else{document.getElementById(theDivID).innerHTML="Sorry, the Google Maps API is not compatible with this browser."}}function func_gmap_zoomInHere(){var A=map.fromContainerPixelToLatLng(clickedPixel);map.zoomIn(A,true);contextmenu.style.visibility="hidden"}function func_gmap_zoomOutHere(){var A=map.fromContainerPixelToLatLng(clickedPixel);map.setCenter(A,map.getZoom()-1);contextmenu.style.visibility="hidden"}var gDialogMap;var dialogMapLoc;function dialogMap_open(A){dialogMapLoc=A;if(gDialogMap){$("#div_dialog_map").dialog("open")}else{gDialogMap=$("#div_dialog_map").dialog({width:700,height:530,modal:true,resizable:false,draggable:false,open:function(){$("#ui-dialog-title-div_dialog_map").html(locArray[dialogMapLoc][2]);if(!gDialogMap){func_gmap_map_create(dialogMapLoc)}else{map.setZoom(15);map.closeInfoWindow();map.setCenter(new GLatLng(locArray[dialogMapLoc][0],locArray[dialogMapLoc][1]))}},close:function(){}})}}