Kapolei Long Range Master Plan Printable Version
\n'
document.write(temp);
var InternetExplorer = navigator.appName.indexOf("Microsoft") != -1;
var ZoomCounter=0;
// Handle all the the FSCommand messages in a FutureSplash movie
function zoomcontrol_DoFSCommand(command, args) {
var masterplanObj = InternetExplorer ? masterplan : document.masterplan;
var xmove=0, ymove=0;
// ZoomIn on movie and increase ZoomCounter by 1
if (command=="ZoomIn"){
masterplanObj.Zoom(50);
ZoomCounter=ZoomCounter+1;
}
// Unless ZoomCount is 0 (100% view), Zoom out on movie
if ((command=="ZoomOut") && (ZoomCounter!=0)){
masterplanObj.Zoom(200);
ZoomCounter=ZoomCounter-1;
}
// Handle Panning commands and determine increments for x and y axes
if (command=="Pan" && ZoomCounter>0){
if (args=="up" || args=="down"){
xmove=10;
if (args=="up"){
xmove=-10;
}
ymove=0;
}
if (args=="left" || args=="right"){
ymove=10;
if (args=="left"){
ymove=-10;
}
xmove=0;
}
masterplanObj.Pan(ymove,xmove,1);
}
}
//-->
Click
the "+" to zoom in or the "-" to zoom out. Click the arrows to scroll
left, right, up or down.
You may also scroll by placing your cursor over the directional
map and dragging your mouse. DON'T SEE ANYTHING ABOVE?Click
here to download the Flash plug-in.