// Copyright (c) 2001 Industrial Video & Control Co. LLC.  All rights reserved. 

	document.write("<map name='ControlPanel-1-Map'> ");

	document.write("<area target='sidebar' href='http://127.0.0.1/first_imagemap_link' shape='polygon' coords='24, 16, 33, 31, 18, 31' alt='Tilt up 1/2 frame'>");
	document.write("<area target='sidebar' href='' shape='polygon' coords='45, 41, 33, 30, 32, 45' alt='Pan right 1/2 frame'>");
	document.write("<area target='sidebar' href='' shape='polygon' coords='24, 64, 17, 44, 33, 44' alt='Tilt down 1/2 frame'>");   
	document.write("<area target='sidebar' href='' shape='polygon' coords='2, 39, 21, 30, 20, 47' alt='Pan left 1/2 frame'>");
	document.write("<area target='sidebar' href='' shape='polygon' coords='82, 7, 72, 29, 93, 29' alt='Tilt up 1 frame'>");
	document.write("<area target='sidebar' href='' shape='polygon' coords='115, 39, 94, 27, 94, 48' alt='Pan right 1 frame'>");
	document.write("<area target='sidebar' href='' shape='polygon' coords='80, 71, 93, 46, 73, 47, 83, 70' alt='Tilt down 1 frame'>");
	document.write("<area target='sidebar' href='' shape='polygon' coords='50, 39, 76, 27, 75, 47' alt='Pan left 1 frame'>");

	document.write("<area target='sidebar' href='' shape='rect' coords='3, 71, 30, 91' alt='Zoom out one step'>");
	document.write("<area target='sidebar' href='' shape='rect' coords='28, 71, 44, 94' alt='Zoom Level 1'>");
	document.write("<area target='sidebar' href='' shape='rect' coords='43, 70, 55, 92' alt='Zoom Level 2'>");
	document.write("<area target='sidebar' href='' shape='rect' coords='54, 70, 67, 92' alt='Zoom Level 3'>");
	document.write("<area target='sidebar' href='' shape='rect' coords='68, 70, 81, 93' alt='Zoom Level 4'>");
	document.write("<area target='sidebar' href='' shape='rect' coords='81, 71, 93, 91' alt='Zoom Level 5'>");
	document.write("<area target='sidebar' href='' shape='rect' coords='93, 70, 105, 94' alt='Zoom Level 6'>");
	document.write("<area target='sidebar' href='' shape='rect' coords='103, 70, 118, 92' alt='Zoom Level 7'>");
	document.write("<area target='sidebar' href='' shape='rect' coords='117, 69, 130, 91' alt='Zoom Level 8'>");
	document.write("<area target='sidebar' href='' shape='rect' coords='129, 71, 144, 93' alt='Zoom Level 9'>");
	document.write("<area target='sidebar' href='' shape='rect' coords='143, 71, 158, 91' alt='Zoom Level 10'>");
	document.write("<area target='sidebar' href='' shape='rect' coords='157, 70, 185, 90' alt='Zoom in one step'>");

	document.write("<area target='sidebar' href='' shape='rect' coords='0, 94, 20, 114'>");
	document.write("<area target='sidebar' href='' shape='rect' coords='19, 95, 44, 114'>");
	document.write("<area target='sidebar' href='' shape='rect' coords='43, 96, 76, 114'>");
	document.write("<area target='sidebar' href='' shape='rect' coords='76, 95, 106, 114' alt='Auto Focus'>");
	document.write("<area target='sidebar' href='' shape='rect' coords='107, 93, 136, 114'>");
	document.write("<area target='sidebar' href='' shape='rect' coords='136, 93, 161, 114'>");
	document.write("<area target='sidebar' href='' shape='rect' coords='160, 95, 185, 114'>");

	document.write("<area href='javascript:update2()' target='sidebar' shape='rect' coords='54,55,78,77'  >");

	document.write("</map>");



function updateControlPanelLinks() {

	vcvstring = "/";
	//vcvstring = "/vcvid=1&";

	// Directional Arrow Links
	document.links[firstImageMapLink + 0 ].href = movebaseurl + vcvstring + "cmd=dir&dir=u&dist=" + smallMoveSteps ;
	document.links[firstImageMapLink + 1 ].href = movebaseurl + vcvstring + "cmd=dir&dir=r&dist=" + smallMoveSteps ;
	document.links[firstImageMapLink + 2 ].href = movebaseurl + vcvstring + "cmd=dir&dir=d&dist=" + smallMoveSteps ;
	document.links[firstImageMapLink + 3 ].href = movebaseurl + vcvstring + "cmd=dir&dir=l&dist=" + smallMoveSteps ;
	document.links[firstImageMapLink + 4 ].href = movebaseurl + vcvstring + "cmd=dir&dir=u&dist=" + largeMoveSteps ;
	document.links[firstImageMapLink + 5 ].href = movebaseurl + vcvstring + "cmd=dir&dir=r&dist=" + largeMoveSteps ;
	document.links[firstImageMapLink + 6 ].href = movebaseurl + vcvstring + "cmd=dir&dir=d&dist=" + largeMoveSteps ;
	document.links[firstImageMapLink + 7 ].href = movebaseurl + vcvstring + "cmd=dir&dir=l&dist=" + largeMoveSteps ;

	// Zoom Control Links
	document.links[firstImageMapLink + 8 ].href = movebaseurl + vcvstring + "cmd=dir&dir=z&dist=0"
	document.links[firstImageMapLink + 9 ].href = movebaseurl + vcvstring + "cmd=dir&dir=z&dist=1"
	document.links[firstImageMapLink + 10].href = movebaseurl + vcvstring + "cmd=dir&dir=z&dist=2"
	document.links[firstImageMapLink + 11].href = movebaseurl + vcvstring + "cmd=dir&dir=z&dist=3"
	document.links[firstImageMapLink + 12].href = movebaseurl + vcvstring + "cmd=dir&dir=z&dist=4"
	document.links[firstImageMapLink + 13].href = movebaseurl + vcvstring + "cmd=dir&dir=z&dist=5"
	document.links[firstImageMapLink + 14].href = movebaseurl + vcvstring + "cmd=dir&dir=z&dist=6"
	document.links[firstImageMapLink + 15].href = movebaseurl + vcvstring + "cmd=dir&dir=z&dist=7"
	document.links[firstImageMapLink + 16].href = movebaseurl + vcvstring + "cmd=dir&dir=z&dist=8"
	document.links[firstImageMapLink + 17].href = movebaseurl + vcvstring + "cmd=dir&dir=z&dist=9"
	document.links[firstImageMapLink + 18].href = movebaseurl + vcvstring + "cmd=dir&dir=z&dist=10"
	document.links[firstImageMapLink + 19].href = movebaseurl + vcvstring + "cmd=dir&dir=z&dist=11"

	// Focus Control Links
	document.links[firstImageMapLink + 20].href = movebaseurl + vcvstring + "cmd=video&function=focus&focusvalue=10"
	document.links[firstImageMapLink + 21].href = movebaseurl + vcvstring + "cmd=video&function=focus&focusvalue=5"	
	document.links[firstImageMapLink + 22].href = movebaseurl + vcvstring + "cmd=video&function=focus&focusvalue=1"	
	document.links[firstImageMapLink + 23].href = movebaseurl + vcvstring + "cmd=video&function=focus&focusvalue=0"
	document.links[firstImageMapLink + 24].href = movebaseurl + vcvstring + "cmd=video&function=focus&focusvalue=-1"	
	document.links[firstImageMapLink + 25].href = movebaseurl + vcvstring + "cmd=video&function=focus&focusvalue=-5"
	document.links[firstImageMapLink + 26].href = movebaseurl + vcvstring + "cmd=video&function=focus&focusvalue=-10"

}