
function initMMP()
{
var pts=[]
mmp_mkr(1,"Muara Andeh village","","http://maps.google.com/mapfiles/ms/icons/yellow-dot.png",115.9026,-2.262938)
mmp_mkr(2,"TANAHGROGOT","","http://maps.google.com/mapfiles/ms/icons/red-dot.png",116.1952,-1.91161)
mmp_mkr(3,"BALIKPAPAN","","http://maps.google.com/mapfiles/ms/icons/red-dot.png",116.8478,-1.260579)
centreMap()
}

function prepMMP()
{ 
mmp_control.mapName="theburaqmatocommunityofmuaraandeh"
mmp_control.displayWidth=540
mmp_control.displaySideWidth=200
mmp_control.displayHeight=400
mmp_control.displayMapType=2
mmp_control.navControl=1
mmp_control.typeControl=1
mmp_control.scaleControl=1
mmp_control.shadow=1
mmp_control.mapCursor=1
mmp_control.trafficLayer=0
mmp_control.overviewMap=1
mmp_control.scrollWheelZoom=0
mmp_control.doubleClickZoom=1
mmp_control.continuousZoom=1
mmp_control.fixedView=0
mmp_control.infoWidth=0
mmp_control.infoHeight=0
mmp_control.infoWindowType=1
mmp_control.bounds=[115.9026,-2.262938,116.8478,-1.260579]
mmp_control.headColor="midnightblue"
mmp_control.headBackColor="whitesmoke"
mmp_control.backColor="white"
mmp_control.textColor="black"
mmp_control.highlightColor="green"
mmp_control.highlightBackColor="ivory"
mmp_control.textFont="Arial"
mmp_control.titleFont="Arial"
mmp_control.textHeight="9px"
mmp_control.titleHeight="9px"
mmp_control.subHeight="9px"
mmp_control.showSidebar=0
mmp_control.showTitlebar=0
mmp_control.initialDetail=2
mmp_control.sortOrder=1
mmp_control.infoRecentre=0
mmp_control.changeDetail=1
mmp_control.changeViewAll=1
mmp_control.changeFullScreen=1
mmp_control.showAnimation=0
mmp_control.showIntro=0
mmp_control.mapX=0
mmp_control.mapY=0
mmp_control.displayZoomLevel=0
mmp_control.channelPlaceFinder=1
mmp_control.channelWikipedia=1
mmp_control.channelEvents=1
mmp_control.channelHotels=1
mmp_control.channelLocal=1
mmp_control.enableChannels=1

}
