<!-- HIDE FROM OTHER BROWSERS// ################################################################################// # © Copyright 2000 Autolycus Corp.  All Rights Reserved  Patents Pending       #// # JavaScript Object VR Rollover Method              Version 1.4                #// # info@autolycus.com                                Created 11/3/1999          #// # http://www.autolycus.com                          Last Modified 7/24/2001    #// #                                                                              #// # This code is protected by US and international law including copyright.      #// # Any illegal copying, modificaton or theft is prohibited and is punishable    #// # by law. For further information, please contact Autolycus Corporation at     #// # info@autolycus.com or 717.761.9080.                                          #// ################################################################################// Declare variablesvar Kerr__Small__C_B__preloadFlag = false;                   // Variable that is used only to make sure all the images for the animation are preloadedvar Kerr__Small__C_B__shot_number = "1";                     // First image in the animationvar Kerr__Small__C_B__total_frames = "60";                   // Total number of images in animationvar Kerr__Small__C_B__spinning = "YES";                      // Whether or not the image is to spin when the page loadsvar Kerr__Small__C_B__spin_direction = "RIGHT";              // What direction the image is to spin when the page loadsvar Kerr__Small__C_B__spin_speed = "200";                    // The speed at which the animation is to run. Lower numbers equal faster playbackvar Kerr__Small__C_B__spin_object = "Kerr__Small__C_B__STech";        // The object or image space that will be used for the animation playback// Function to preload the VR images and assign them to predefined variablesfunction Kerr__Small__C_B__Preload_Images() {	if (document.images) {		Kerr__Small__C_B__frame1 = new Image;		Kerr__Small__C_B__frame1.src = "Kerr__Small__C_B__frame01.jpg";		Kerr__Small__C_B__frame2 = new Image;		Kerr__Small__C_B__frame2.src = "Kerr__Small__C_B__frame02.jpg";		Kerr__Small__C_B__frame3 = new Image;		Kerr__Small__C_B__frame3.src = "Kerr__Small__C_B__frame03.jpg";		Kerr__Small__C_B__frame4 = new Image;		Kerr__Small__C_B__frame4.src = "Kerr__Small__C_B__frame04.jpg";		Kerr__Small__C_B__frame5 = new Image;		Kerr__Small__C_B__frame5.src = "Kerr__Small__C_B__frame05.jpg";		Kerr__Small__C_B__frame6 = new Image;		Kerr__Small__C_B__frame6.src = "Kerr__Small__C_B__frame06.jpg";		Kerr__Small__C_B__frame7 = new Image;		Kerr__Small__C_B__frame7.src = "Kerr__Small__C_B__frame07.jpg";		Kerr__Small__C_B__frame8 = new Image;		Kerr__Small__C_B__frame8.src = "Kerr__Small__C_B__frame08.jpg";		Kerr__Small__C_B__frame9 = new Image;		Kerr__Small__C_B__frame9.src = "Kerr__Small__C_B__frame09.jpg";		Kerr__Small__C_B__frame10 = new Image;		Kerr__Small__C_B__frame10.src = "Kerr__Small__C_B__frame10.jpg";		Kerr__Small__C_B__frame11 = new Image;		Kerr__Small__C_B__frame11.src = "Kerr__Small__C_B__frame11.jpg";		Kerr__Small__C_B__frame12 = new Image;		Kerr__Small__C_B__frame12.src = "Kerr__Small__C_B__frame12.jpg";		Kerr__Small__C_B__frame13 = new Image;		Kerr__Small__C_B__frame13.src = "Kerr__Small__C_B__frame13.jpg";		Kerr__Small__C_B__frame14 = new Image;		Kerr__Small__C_B__frame14.src = "Kerr__Small__C_B__frame14.jpg";		Kerr__Small__C_B__frame15 = new Image;		Kerr__Small__C_B__frame15.src = "Kerr__Small__C_B__frame15.jpg";		Kerr__Small__C_B__frame16 = new Image;		Kerr__Small__C_B__frame16.src = "Kerr__Small__C_B__frame16.jpg";		Kerr__Small__C_B__frame17 = new Image;		Kerr__Small__C_B__frame17.src = "Kerr__Small__C_B__frame17.jpg";		Kerr__Small__C_B__frame18 = new Image;		Kerr__Small__C_B__frame18.src = "Kerr__Small__C_B__frame18.jpg";		Kerr__Small__C_B__frame19 = new Image;		Kerr__Small__C_B__frame19.src = "Kerr__Small__C_B__frame19.jpg";		Kerr__Small__C_B__frame20 = new Image;		Kerr__Small__C_B__frame20.src = "Kerr__Small__C_B__frame20.jpg";		Kerr__Small__C_B__frame21 = new Image;		Kerr__Small__C_B__frame21.src = "Kerr__Small__C_B__frame21.jpg";		Kerr__Small__C_B__frame22 = new Image;		Kerr__Small__C_B__frame22.src = "Kerr__Small__C_B__frame22.jpg";		Kerr__Small__C_B__frame23 = new Image;		Kerr__Small__C_B__frame23.src = "Kerr__Small__C_B__frame23.jpg";		Kerr__Small__C_B__frame24 = new Image;		Kerr__Small__C_B__frame24.src = "Kerr__Small__C_B__frame24.jpg";		Kerr__Small__C_B__frame25 = new Image;		Kerr__Small__C_B__frame25.src = "Kerr__Small__C_B__frame25.jpg";		Kerr__Small__C_B__frame26 = new Image;		Kerr__Small__C_B__frame26.src = "Kerr__Small__C_B__frame26.jpg";		Kerr__Small__C_B__frame27 = new Image;		Kerr__Small__C_B__frame27.src = "Kerr__Small__C_B__frame27.jpg";		Kerr__Small__C_B__frame28 = new Image;		Kerr__Small__C_B__frame28.src = "Kerr__Small__C_B__frame28.jpg";		Kerr__Small__C_B__frame29 = new Image;		Kerr__Small__C_B__frame29.src = "Kerr__Small__C_B__frame29.jpg";		Kerr__Small__C_B__frame30 = new Image;		Kerr__Small__C_B__frame30.src = "Kerr__Small__C_B__frame30.jpg";		Kerr__Small__C_B__frame31 = new Image;		Kerr__Small__C_B__frame31.src = "Kerr__Small__C_B__frame31.jpg";		Kerr__Small__C_B__frame32 = new Image;		Kerr__Small__C_B__frame32.src = "Kerr__Small__C_B__frame32.jpg";		Kerr__Small__C_B__frame33 = new Image;		Kerr__Small__C_B__frame33.src = "Kerr__Small__C_B__frame33.jpg";		Kerr__Small__C_B__frame34 = new Image;		Kerr__Small__C_B__frame34.src = "Kerr__Small__C_B__frame34.jpg";		Kerr__Small__C_B__frame35 = new Image;		Kerr__Small__C_B__frame35.src = "Kerr__Small__C_B__frame35.jpg";		Kerr__Small__C_B__frame36 = new Image;		Kerr__Small__C_B__frame36.src = "Kerr__Small__C_B__frame36.jpg";		Kerr__Small__C_B__frame37 = new Image;		Kerr__Small__C_B__frame37.src = "Kerr__Small__C_B__frame37.jpg";		Kerr__Small__C_B__frame38 = new Image;		Kerr__Small__C_B__frame38.src = "Kerr__Small__C_B__frame38.jpg";		Kerr__Small__C_B__frame39 = new Image;		Kerr__Small__C_B__frame39.src = "Kerr__Small__C_B__frame39.jpg";		Kerr__Small__C_B__frame40 = new Image;		Kerr__Small__C_B__frame40.src = "Kerr__Small__C_B__frame40.jpg";		Kerr__Small__C_B__frame41 = new Image;		Kerr__Small__C_B__frame41.src = "Kerr__Small__C_B__frame41.jpg";		Kerr__Small__C_B__frame42 = new Image;		Kerr__Small__C_B__frame42.src = "Kerr__Small__C_B__frame42.jpg";		Kerr__Small__C_B__frame43 = new Image;		Kerr__Small__C_B__frame43.src = "Kerr__Small__C_B__frame43.jpg";		Kerr__Small__C_B__frame44 = new Image;		Kerr__Small__C_B__frame44.src = "Kerr__Small__C_B__frame44.jpg";		Kerr__Small__C_B__frame45 = new Image;		Kerr__Small__C_B__frame45.src = "Kerr__Small__C_B__frame45.jpg";		Kerr__Small__C_B__frame46 = new Image;		Kerr__Small__C_B__frame46.src = "Kerr__Small__C_B__frame46.jpg";		Kerr__Small__C_B__frame47 = new Image;		Kerr__Small__C_B__frame47.src = "Kerr__Small__C_B__frame47.jpg";		Kerr__Small__C_B__frame48 = new Image;		Kerr__Small__C_B__frame48.src = "Kerr__Small__C_B__frame48.jpg";		Kerr__Small__C_B__frame49 = new Image;		Kerr__Small__C_B__frame49.src = "Kerr__Small__C_B__frame49.jpg";		Kerr__Small__C_B__frame50 = new Image;		Kerr__Small__C_B__frame50.src = "Kerr__Small__C_B__frame50.jpg";		Kerr__Small__C_B__frame51 = new Image;		Kerr__Small__C_B__frame51.src = "Kerr__Small__C_B__frame51.jpg";		Kerr__Small__C_B__frame52 = new Image;		Kerr__Small__C_B__frame52.src = "Kerr__Small__C_B__frame52.jpg";		Kerr__Small__C_B__frame53 = new Image;		Kerr__Small__C_B__frame53.src = "Kerr__Small__C_B__frame53.jpg";		Kerr__Small__C_B__frame54 = new Image;		Kerr__Small__C_B__frame54.src = "Kerr__Small__C_B__frame54.jpg";		Kerr__Small__C_B__frame55 = new Image;		Kerr__Small__C_B__frame55.src = "Kerr__Small__C_B__frame55.jpg";		Kerr__Small__C_B__frame56 = new Image;		Kerr__Small__C_B__frame56.src = "Kerr__Small__C_B__frame56.jpg";		Kerr__Small__C_B__frame57 = new Image;		Kerr__Small__C_B__frame57.src = "Kerr__Small__C_B__frame57.jpg";		Kerr__Small__C_B__frame58 = new Image;		Kerr__Small__C_B__frame58.src = "Kerr__Small__C_B__frame58.jpg";		Kerr__Small__C_B__frame59 = new Image;		Kerr__Small__C_B__frame59.src = "Kerr__Small__C_B__frame59.jpg";		Kerr__Small__C_B__frame60 = new Image;		Kerr__Small__C_B__frame60.src = "Kerr__Small__C_B__frame60.jpg";		Kerr__Small__C_B__preloadFlag = true;	}}// Function that handles the rollovers when you mouse over a buttonfunction Kerr__Small__C_B__Rollover(Kerr__Small__C_B__imgDocID,Kerr__Small__C_B__imgNumber) {	Kerr__Small__C_B__shot_number = Kerr__Small__C_B__imgNumber;	Kerr__Small__C_B__spinning = "NO";	document.images[Kerr__Small__C_B__imgDocID].src = eval("Kerr__Small__C_B__frame" + Kerr__Small__C_B__shot_number + ".src");}// Function that handles the Auto-Spinfunction Kerr__Small__C_B__Auto_Spin(Kerr__Small__C_B__imgDocID,Kerr__Small__C_B__imgObjName) {	if (Kerr__Small__C_B__spinning == "YES") {		if (Kerr__Small__C_B__spin_direction == "RIGHT") {			document.images[Kerr__Small__C_B__imgDocID].src = eval(Kerr__Small__C_B__imgObjName + Kerr__Small__C_B__shot_number + ".src");			if (Kerr__Small__C_B__shot_number == Kerr__Small__C_B__total_frames) {				Kerr__Small__C_B__shot_number = "1";			} else {				Kerr__Small__C_B__shot_number = eval(Kerr__Small__C_B__shot_number + " + 1");			}			setTimeout("Kerr__Small__C_B__Auto_Spin(Kerr__Small__C_B__spin_object,'Kerr__Small__C_B__frame');",Kerr__Small__C_B__spin_speed);		} else {			document.images[Kerr__Small__C_B__imgDocID].src = eval(Kerr__Small__C_B__imgObjName + Kerr__Small__C_B__shot_number + ".src");			if (Kerr__Small__C_B__shot_number == "1") {				Kerr__Small__C_B__shot_number = Kerr__Small__C_B__total_frames;			} else {				Kerr__Small__C_B__shot_number = eval(Kerr__Small__C_B__shot_number + " - 1");			}			setTimeout("Kerr__Small__C_B__Auto_Spin(Kerr__Small__C_B__spin_object,'Kerr__Small__C_B__frame');",Kerr__Small__C_B__spin_speed);		}	}}document.write('');document.write('<MAP NAME="Kerr__Small__C_B__VR">');document.write('<AREA SHAPE="rect" COORDS="0,0,4,209" HREF="#" ONMOUSEOVER="Kerr__Small__C_B__Rollover(\'Kerr__Small__C_B__STech\',\'1\'); window.status=\'\'; return true;" ONFOCUS="Kerr__Small__C_B__STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="5,0,9,209" HREF="#" ONMOUSEOVER="Kerr__Small__C_B__Rollover(\'Kerr__Small__C_B__STech\',\'2\'); window.status=\'\'; return true;" ONFOCUS="Kerr__Small__C_B__STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="10,0,14,209" HREF="#" ONMOUSEOVER="Kerr__Small__C_B__Rollover(\'Kerr__Small__C_B__STech\',\'3\'); window.status=\'\'; return true;" ONFOCUS="Kerr__Small__C_B__STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="15,0,19,209" HREF="#" ONMOUSEOVER="Kerr__Small__C_B__Rollover(\'Kerr__Small__C_B__STech\',\'4\'); window.status=\'\'; return true;" ONFOCUS="Kerr__Small__C_B__STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="20,0,24,209" HREF="#" ONMOUSEOVER="Kerr__Small__C_B__Rollover(\'Kerr__Small__C_B__STech\',\'5\'); window.status=\'\'; return true;" ONFOCUS="Kerr__Small__C_B__STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="25,0,29,209" HREF="#" ONMOUSEOVER="Kerr__Small__C_B__Rollover(\'Kerr__Small__C_B__STech\',\'6\'); window.status=\'\'; return true;" ONFOCUS="Kerr__Small__C_B__STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="30,0,34,209" HREF="#" ONMOUSEOVER="Kerr__Small__C_B__Rollover(\'Kerr__Small__C_B__STech\',\'7\'); window.status=\'\'; return true;" ONFOCUS="Kerr__Small__C_B__STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="35,0,39,209" HREF="#" ONMOUSEOVER="Kerr__Small__C_B__Rollover(\'Kerr__Small__C_B__STech\',\'8\'); window.status=\'\'; return true;" ONFOCUS="Kerr__Small__C_B__STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="40,0,44,209" HREF="#" ONMOUSEOVER="Kerr__Small__C_B__Rollover(\'Kerr__Small__C_B__STech\',\'9\'); window.status=\'\'; return true;" ONFOCUS="Kerr__Small__C_B__STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="45,0,49,209" HREF="#" ONMOUSEOVER="Kerr__Small__C_B__Rollover(\'Kerr__Small__C_B__STech\',\'10\'); window.status=\'\'; return true;" ONFOCUS="Kerr__Small__C_B__STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="50,0,54,209" HREF="#" ONMOUSEOVER="Kerr__Small__C_B__Rollover(\'Kerr__Small__C_B__STech\',\'11\'); window.status=\'\'; return true;" ONFOCUS="Kerr__Small__C_B__STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="55,0,59,209" HREF="#" ONMOUSEOVER="Kerr__Small__C_B__Rollover(\'Kerr__Small__C_B__STech\',\'12\'); window.status=\'\'; return true;" ONFOCUS="Kerr__Small__C_B__STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="60,0,64,209" HREF="#" ONMOUSEOVER="Kerr__Small__C_B__Rollover(\'Kerr__Small__C_B__STech\',\'13\'); window.status=\'\'; return true;" ONFOCUS="Kerr__Small__C_B__STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="65,0,69,209" HREF="#" ONMOUSEOVER="Kerr__Small__C_B__Rollover(\'Kerr__Small__C_B__STech\',\'14\'); window.status=\'\'; return true;" ONFOCUS="Kerr__Small__C_B__STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="70,0,74,209" HREF="#" ONMOUSEOVER="Kerr__Small__C_B__Rollover(\'Kerr__Small__C_B__STech\',\'15\'); window.status=\'\'; return true;" ONFOCUS="Kerr__Small__C_B__STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="75,0,79,209" HREF="#" ONMOUSEOVER="Kerr__Small__C_B__Rollover(\'Kerr__Small__C_B__STech\',\'16\'); window.status=\'\'; return true;" ONFOCUS="Kerr__Small__C_B__STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="80,0,84,209" HREF="#" ONMOUSEOVER="Kerr__Small__C_B__Rollover(\'Kerr__Small__C_B__STech\',\'17\'); window.status=\'\'; return true;" ONFOCUS="Kerr__Small__C_B__STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="85,0,89,209" HREF="#" ONMOUSEOVER="Kerr__Small__C_B__Rollover(\'Kerr__Small__C_B__STech\',\'18\'); window.status=\'\'; return true;" ONFOCUS="Kerr__Small__C_B__STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="90,0,94,209" HREF="#" ONMOUSEOVER="Kerr__Small__C_B__Rollover(\'Kerr__Small__C_B__STech\',\'19\'); window.status=\'\'; return true;" ONFOCUS="Kerr__Small__C_B__STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="95,0,99,209" HREF="#" ONMOUSEOVER="Kerr__Small__C_B__Rollover(\'Kerr__Small__C_B__STech\',\'20\'); window.status=\'\'; return true;" ONFOCUS="Kerr__Small__C_B__STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="100,0,104,209" HREF="#" ONMOUSEOVER="Kerr__Small__C_B__Rollover(\'Kerr__Small__C_B__STech\',\'21\'); window.status=\'\'; return true;" ONFOCUS="Kerr__Small__C_B__STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="105,0,109,209" HREF="#" ONMOUSEOVER="Kerr__Small__C_B__Rollover(\'Kerr__Small__C_B__STech\',\'22\'); window.status=\'\'; return true;" ONFOCUS="Kerr__Small__C_B__STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="110,0,114,209" HREF="#" ONMOUSEOVER="Kerr__Small__C_B__Rollover(\'Kerr__Small__C_B__STech\',\'23\'); window.status=\'\'; return true;" ONFOCUS="Kerr__Small__C_B__STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="115,0,119,209" HREF="#" ONMOUSEOVER="Kerr__Small__C_B__Rollover(\'Kerr__Small__C_B__STech\',\'24\'); window.status=\'\'; return true;" ONFOCUS="Kerr__Small__C_B__STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="120,0,124,209" HREF="#" ONMOUSEOVER="Kerr__Small__C_B__Rollover(\'Kerr__Small__C_B__STech\',\'25\'); window.status=\'\'; return true;" ONFOCUS="Kerr__Small__C_B__STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="125,0,129,209" HREF="#" ONMOUSEOVER="Kerr__Small__C_B__Rollover(\'Kerr__Small__C_B__STech\',\'26\'); window.status=\'\'; return true;" ONFOCUS="Kerr__Small__C_B__STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="130,0,134,209" HREF="#" ONMOUSEOVER="Kerr__Small__C_B__Rollover(\'Kerr__Small__C_B__STech\',\'27\'); window.status=\'\'; return true;" ONFOCUS="Kerr__Small__C_B__STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="135,0,139,209" HREF="#" ONMOUSEOVER="Kerr__Small__C_B__Rollover(\'Kerr__Small__C_B__STech\',\'28\'); window.status=\'\'; return true;" ONFOCUS="Kerr__Small__C_B__STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="140,0,144,209" HREF="#" ONMOUSEOVER="Kerr__Small__C_B__Rollover(\'Kerr__Small__C_B__STech\',\'29\'); window.status=\'\'; return true;" ONFOCUS="Kerr__Small__C_B__STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="145,0,149,209" HREF="#" ONMOUSEOVER="Kerr__Small__C_B__Rollover(\'Kerr__Small__C_B__STech\',\'30\'); window.status=\'\'; return true;" ONFOCUS="Kerr__Small__C_B__STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="150,0,154,209" HREF="#" ONMOUSEOVER="Kerr__Small__C_B__Rollover(\'Kerr__Small__C_B__STech\',\'31\'); window.status=\'\'; return true;" ONFOCUS="Kerr__Small__C_B__STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="155,0,159,209" HREF="#" ONMOUSEOVER="Kerr__Small__C_B__Rollover(\'Kerr__Small__C_B__STech\',\'32\'); window.status=\'\'; return true;" ONFOCUS="Kerr__Small__C_B__STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="160,0,164,209" HREF="#" ONMOUSEOVER="Kerr__Small__C_B__Rollover(\'Kerr__Small__C_B__STech\',\'33\'); window.status=\'\'; return true;" ONFOCUS="Kerr__Small__C_B__STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="165,0,169,209" HREF="#" ONMOUSEOVER="Kerr__Small__C_B__Rollover(\'Kerr__Small__C_B__STech\',\'34\'); window.status=\'\'; return true;" ONFOCUS="Kerr__Small__C_B__STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="170,0,174,209" HREF="#" ONMOUSEOVER="Kerr__Small__C_B__Rollover(\'Kerr__Small__C_B__STech\',\'35\'); window.status=\'\'; return true;" ONFOCUS="Kerr__Small__C_B__STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="175,0,179,209" HREF="#" ONMOUSEOVER="Kerr__Small__C_B__Rollover(\'Kerr__Small__C_B__STech\',\'36\'); window.status=\'\'; return true;" ONFOCUS="Kerr__Small__C_B__STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="180,0,184,209" HREF="#" ONMOUSEOVER="Kerr__Small__C_B__Rollover(\'Kerr__Small__C_B__STech\',\'37\'); window.status=\'\'; return true;" ONFOCUS="Kerr__Small__C_B__STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="185,0,189,209" HREF="#" ONMOUSEOVER="Kerr__Small__C_B__Rollover(\'Kerr__Small__C_B__STech\',\'38\'); window.status=\'\'; return true;" ONFOCUS="Kerr__Small__C_B__STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="190,0,194,209" HREF="#" ONMOUSEOVER="Kerr__Small__C_B__Rollover(\'Kerr__Small__C_B__STech\',\'39\'); window.status=\'\'; return true;" ONFOCUS="Kerr__Small__C_B__STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="195,0,199,209" HREF="#" ONMOUSEOVER="Kerr__Small__C_B__Rollover(\'Kerr__Small__C_B__STech\',\'40\'); window.status=\'\'; return true;" ONFOCUS="Kerr__Small__C_B__STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="200,0,204,209" HREF="#" ONMOUSEOVER="Kerr__Small__C_B__Rollover(\'Kerr__Small__C_B__STech\',\'41\'); window.status=\'\'; return true;" ONFOCUS="Kerr__Small__C_B__STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="205,0,209,209" HREF="#" ONMOUSEOVER="Kerr__Small__C_B__Rollover(\'Kerr__Small__C_B__STech\',\'42\'); window.status=\'\'; return true;" ONFOCUS="Kerr__Small__C_B__STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="210,0,214,209" HREF="#" ONMOUSEOVER="Kerr__Small__C_B__Rollover(\'Kerr__Small__C_B__STech\',\'43\'); window.status=\'\'; return true;" ONFOCUS="Kerr__Small__C_B__STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="215,0,219,209" HREF="#" ONMOUSEOVER="Kerr__Small__C_B__Rollover(\'Kerr__Small__C_B__STech\',\'44\'); window.status=\'\'; return true;" ONFOCUS="Kerr__Small__C_B__STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="220,0,224,209" HREF="#" ONMOUSEOVER="Kerr__Small__C_B__Rollover(\'Kerr__Small__C_B__STech\',\'45\'); window.status=\'\'; return true;" ONFOCUS="Kerr__Small__C_B__STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="225,0,229,209" HREF="#" ONMOUSEOVER="Kerr__Small__C_B__Rollover(\'Kerr__Small__C_B__STech\',\'46\'); window.status=\'\'; return true;" ONFOCUS="Kerr__Small__C_B__STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="230,0,234,209" HREF="#" ONMOUSEOVER="Kerr__Small__C_B__Rollover(\'Kerr__Small__C_B__STech\',\'47\'); window.status=\'\'; return true;" ONFOCUS="Kerr__Small__C_B__STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="235,0,239,209" HREF="#" ONMOUSEOVER="Kerr__Small__C_B__Rollover(\'Kerr__Small__C_B__STech\',\'48\'); window.status=\'\'; return true;" ONFOCUS="Kerr__Small__C_B__STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="240,0,244,209" HREF="#" ONMOUSEOVER="Kerr__Small__C_B__Rollover(\'Kerr__Small__C_B__STech\',\'49\'); window.status=\'\'; return true;" ONFOCUS="Kerr__Small__C_B__STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="245,0,249,209" HREF="#" ONMOUSEOVER="Kerr__Small__C_B__Rollover(\'Kerr__Small__C_B__STech\',\'50\'); window.status=\'\'; return true;" ONFOCUS="Kerr__Small__C_B__STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="250,0,254,209" HREF="#" ONMOUSEOVER="Kerr__Small__C_B__Rollover(\'Kerr__Small__C_B__STech\',\'51\'); window.status=\'\'; return true;" ONFOCUS="Kerr__Small__C_B__STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="255,0,259,209" HREF="#" ONMOUSEOVER="Kerr__Small__C_B__Rollover(\'Kerr__Small__C_B__STech\',\'52\'); window.status=\'\'; return true;" ONFOCUS="Kerr__Small__C_B__STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="260,0,264,209" HREF="#" ONMOUSEOVER="Kerr__Small__C_B__Rollover(\'Kerr__Small__C_B__STech\',\'53\'); window.status=\'\'; return true;" ONFOCUS="Kerr__Small__C_B__STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="265,0,269,209" HREF="#" ONMOUSEOVER="Kerr__Small__C_B__Rollover(\'Kerr__Small__C_B__STech\',\'54\'); window.status=\'\'; return true;" ONFOCUS="Kerr__Small__C_B__STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="270,0,274,209" HREF="#" ONMOUSEOVER="Kerr__Small__C_B__Rollover(\'Kerr__Small__C_B__STech\',\'55\'); window.status=\'\'; return true;" ONFOCUS="Kerr__Small__C_B__STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="275,0,279,209" HREF="#" ONMOUSEOVER="Kerr__Small__C_B__Rollover(\'Kerr__Small__C_B__STech\',\'56\'); window.status=\'\'; return true;" ONFOCUS="Kerr__Small__C_B__STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="280,0,284,209" HREF="#" ONMOUSEOVER="Kerr__Small__C_B__Rollover(\'Kerr__Small__C_B__STech\',\'57\'); window.status=\'\'; return true;" ONFOCUS="Kerr__Small__C_B__STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="285,0,289,209" HREF="#" ONMOUSEOVER="Kerr__Small__C_B__Rollover(\'Kerr__Small__C_B__STech\',\'58\'); window.status=\'\'; return true;" ONFOCUS="Kerr__Small__C_B__STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="290,0,294,209" HREF="#" ONMOUSEOVER="Kerr__Small__C_B__Rollover(\'Kerr__Small__C_B__STech\',\'59\'); window.status=\'\'; return true;" ONFOCUS="Kerr__Small__C_B__STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="295,0,299,209" HREF="#" ONMOUSEOVER="Kerr__Small__C_B__Rollover(\'Kerr__Small__C_B__STech\',\'60\'); window.status=\'\'; return true;" ONFOCUS="Kerr__Small__C_B__STech.blur(); return true;">');document.write('</MAP>');// STOP HIDING FROM OTHER BROWSERS -->