
function initMMP()
{
var pts=[]
mmp_mkr(1,"Lubok Antu (Malaysia)","","http://maps.google.com/mapfiles/ms/icons/red-dot.png",111.834,1.042442)
mmp_mkr(2,"Nanga Badau (Indonesia)","","http://maps.google.com/mapfiles/ms/icons/red-dot.png",111.9006,1.041326)
mmp_mkr(3,"Police checkpoint","","http://maps.google.com/mapfiles/ms/icons/yellow.png",111.7431,1.198109)
centreMap()
}

function prepMMP()
{ 
mmp_control.mapName="indonesianmalaysianborderatlubokantu"
mmp_control.displayWidth=540
mmp_control.displaySideWidth=256
mmp_control.displayHeight=300
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=0
mmp_control.bounds=[111.7431,1.041326,111.9006,1.198109]
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="11px"
mmp_control.titleHeight="11px"
mmp_control.subHeight="11px"
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

}
