<!-- 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 Hall_1st_pat__all_preloadFlag = false;                   // Variable that is used only to make sure all the images for the animation are preloadedvar Hall_1st_pat__all_shot_number = "1";                     // First image in the animationvar Hall_1st_pat__all_total_frames = "60";                   // Total number of images in animationvar Hall_1st_pat__all_spinning = "YES";                      // Whether or not the image is to spin when the page loadsvar Hall_1st_pat__all_spin_direction = "RIGHT";              // What direction the image is to spin when the page loadsvar Hall_1st_pat__all_spin_speed = "200";                    // The speed at which the animation is to run. Lower numbers equal faster playbackvar Hall_1st_pat__all_spin_object = "Hall_1st_pat__all_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 Hall_1st_pat__all_Preload_Images() {	if (document.images) {		Hall_1st_pat__all_frame1 = new Image;		Hall_1st_pat__all_frame1.src = "Hall_1st_pat__all_frame01.jpg";		Hall_1st_pat__all_frame2 = new Image;		Hall_1st_pat__all_frame2.src = "Hall_1st_pat__all_frame02.jpg";		Hall_1st_pat__all_frame3 = new Image;		Hall_1st_pat__all_frame3.src = "Hall_1st_pat__all_frame03.jpg";		Hall_1st_pat__all_frame4 = new Image;		Hall_1st_pat__all_frame4.src = "Hall_1st_pat__all_frame04.jpg";		Hall_1st_pat__all_frame5 = new Image;		Hall_1st_pat__all_frame5.src = "Hall_1st_pat__all_frame05.jpg";		Hall_1st_pat__all_frame6 = new Image;		Hall_1st_pat__all_frame6.src = "Hall_1st_pat__all_frame06.jpg";		Hall_1st_pat__all_frame7 = new Image;		Hall_1st_pat__all_frame7.src = "Hall_1st_pat__all_frame07.jpg";		Hall_1st_pat__all_frame8 = new Image;		Hall_1st_pat__all_frame8.src = "Hall_1st_pat__all_frame08.jpg";		Hall_1st_pat__all_frame9 = new Image;		Hall_1st_pat__all_frame9.src = "Hall_1st_pat__all_frame09.jpg";		Hall_1st_pat__all_frame10 = new Image;		Hall_1st_pat__all_frame10.src = "Hall_1st_pat__all_frame10.jpg";		Hall_1st_pat__all_frame11 = new Image;		Hall_1st_pat__all_frame11.src = "Hall_1st_pat__all_frame11.jpg";		Hall_1st_pat__all_frame12 = new Image;		Hall_1st_pat__all_frame12.src = "Hall_1st_pat__all_frame12.jpg";		Hall_1st_pat__all_frame13 = new Image;		Hall_1st_pat__all_frame13.src = "Hall_1st_pat__all_frame13.jpg";		Hall_1st_pat__all_frame14 = new Image;		Hall_1st_pat__all_frame14.src = "Hall_1st_pat__all_frame14.jpg";		Hall_1st_pat__all_frame15 = new Image;		Hall_1st_pat__all_frame15.src = "Hall_1st_pat__all_frame15.jpg";		Hall_1st_pat__all_frame16 = new Image;		Hall_1st_pat__all_frame16.src = "Hall_1st_pat__all_frame16.jpg";		Hall_1st_pat__all_frame17 = new Image;		Hall_1st_pat__all_frame17.src = "Hall_1st_pat__all_frame17.jpg";		Hall_1st_pat__all_frame18 = new Image;		Hall_1st_pat__all_frame18.src = "Hall_1st_pat__all_frame18.jpg";		Hall_1st_pat__all_frame19 = new Image;		Hall_1st_pat__all_frame19.src = "Hall_1st_pat__all_frame19.jpg";		Hall_1st_pat__all_frame20 = new Image;		Hall_1st_pat__all_frame20.src = "Hall_1st_pat__all_frame20.jpg";		Hall_1st_pat__all_frame21 = new Image;		Hall_1st_pat__all_frame21.src = "Hall_1st_pat__all_frame21.jpg";		Hall_1st_pat__all_frame22 = new Image;		Hall_1st_pat__all_frame22.src = "Hall_1st_pat__all_frame22.jpg";		Hall_1st_pat__all_frame23 = new Image;		Hall_1st_pat__all_frame23.src = "Hall_1st_pat__all_frame23.jpg";		Hall_1st_pat__all_frame24 = new Image;		Hall_1st_pat__all_frame24.src = "Hall_1st_pat__all_frame24.jpg";		Hall_1st_pat__all_frame25 = new Image;		Hall_1st_pat__all_frame25.src = "Hall_1st_pat__all_frame25.jpg";		Hall_1st_pat__all_frame26 = new Image;		Hall_1st_pat__all_frame26.src = "Hall_1st_pat__all_frame26.jpg";		Hall_1st_pat__all_frame27 = new Image;		Hall_1st_pat__all_frame27.src = "Hall_1st_pat__all_frame27.jpg";		Hall_1st_pat__all_frame28 = new Image;		Hall_1st_pat__all_frame28.src = "Hall_1st_pat__all_frame28.jpg";		Hall_1st_pat__all_frame29 = new Image;		Hall_1st_pat__all_frame29.src = "Hall_1st_pat__all_frame29.jpg";		Hall_1st_pat__all_frame30 = new Image;		Hall_1st_pat__all_frame30.src = "Hall_1st_pat__all_frame30.jpg";		Hall_1st_pat__all_frame31 = new Image;		Hall_1st_pat__all_frame31.src = "Hall_1st_pat__all_frame31.jpg";		Hall_1st_pat__all_frame32 = new Image;		Hall_1st_pat__all_frame32.src = "Hall_1st_pat__all_frame32.jpg";		Hall_1st_pat__all_frame33 = new Image;		Hall_1st_pat__all_frame33.src = "Hall_1st_pat__all_frame33.jpg";		Hall_1st_pat__all_frame34 = new Image;		Hall_1st_pat__all_frame34.src = "Hall_1st_pat__all_frame34.jpg";		Hall_1st_pat__all_frame35 = new Image;		Hall_1st_pat__all_frame35.src = "Hall_1st_pat__all_frame35.jpg";		Hall_1st_pat__all_frame36 = new Image;		Hall_1st_pat__all_frame36.src = "Hall_1st_pat__all_frame36.jpg";		Hall_1st_pat__all_frame37 = new Image;		Hall_1st_pat__all_frame37.src = "Hall_1st_pat__all_frame37.jpg";		Hall_1st_pat__all_frame38 = new Image;		Hall_1st_pat__all_frame38.src = "Hall_1st_pat__all_frame38.jpg";		Hall_1st_pat__all_frame39 = new Image;		Hall_1st_pat__all_frame39.src = "Hall_1st_pat__all_frame39.jpg";		Hall_1st_pat__all_frame40 = new Image;		Hall_1st_pat__all_frame40.src = "Hall_1st_pat__all_frame40.jpg";		Hall_1st_pat__all_frame41 = new Image;		Hall_1st_pat__all_frame41.src = "Hall_1st_pat__all_frame41.jpg";		Hall_1st_pat__all_frame42 = new Image;		Hall_1st_pat__all_frame42.src = "Hall_1st_pat__all_frame42.jpg";		Hall_1st_pat__all_frame43 = new Image;		Hall_1st_pat__all_frame43.src = "Hall_1st_pat__all_frame43.jpg";		Hall_1st_pat__all_frame44 = new Image;		Hall_1st_pat__all_frame44.src = "Hall_1st_pat__all_frame44.jpg";		Hall_1st_pat__all_frame45 = new Image;		Hall_1st_pat__all_frame45.src = "Hall_1st_pat__all_frame45.jpg";		Hall_1st_pat__all_frame46 = new Image;		Hall_1st_pat__all_frame46.src = "Hall_1st_pat__all_frame46.jpg";		Hall_1st_pat__all_frame47 = new Image;		Hall_1st_pat__all_frame47.src = "Hall_1st_pat__all_frame47.jpg";		Hall_1st_pat__all_frame48 = new Image;		Hall_1st_pat__all_frame48.src = "Hall_1st_pat__all_frame48.jpg";		Hall_1st_pat__all_frame49 = new Image;		Hall_1st_pat__all_frame49.src = "Hall_1st_pat__all_frame49.jpg";		Hall_1st_pat__all_frame50 = new Image;		Hall_1st_pat__all_frame50.src = "Hall_1st_pat__all_frame50.jpg";		Hall_1st_pat__all_frame51 = new Image;		Hall_1st_pat__all_frame51.src = "Hall_1st_pat__all_frame51.jpg";		Hall_1st_pat__all_frame52 = new Image;		Hall_1st_pat__all_frame52.src = "Hall_1st_pat__all_frame52.jpg";		Hall_1st_pat__all_frame53 = new Image;		Hall_1st_pat__all_frame53.src = "Hall_1st_pat__all_frame53.jpg";		Hall_1st_pat__all_frame54 = new Image;		Hall_1st_pat__all_frame54.src = "Hall_1st_pat__all_frame54.jpg";		Hall_1st_pat__all_frame55 = new Image;		Hall_1st_pat__all_frame55.src = "Hall_1st_pat__all_frame55.jpg";		Hall_1st_pat__all_frame56 = new Image;		Hall_1st_pat__all_frame56.src = "Hall_1st_pat__all_frame56.jpg";		Hall_1st_pat__all_frame57 = new Image;		Hall_1st_pat__all_frame57.src = "Hall_1st_pat__all_frame57.jpg";		Hall_1st_pat__all_frame58 = new Image;		Hall_1st_pat__all_frame58.src = "Hall_1st_pat__all_frame58.jpg";		Hall_1st_pat__all_frame59 = new Image;		Hall_1st_pat__all_frame59.src = "Hall_1st_pat__all_frame59.jpg";		Hall_1st_pat__all_frame60 = new Image;		Hall_1st_pat__all_frame60.src = "Hall_1st_pat__all_frame60.jpg";		Hall_1st_pat__all_preloadFlag = true;	}}// Function that handles the rollovers when you mouse over a buttonfunction Hall_1st_pat__all_Rollover(Hall_1st_pat__all_imgDocID,Hall_1st_pat__all_imgNumber) {	Hall_1st_pat__all_shot_number = Hall_1st_pat__all_imgNumber;	Hall_1st_pat__all_spinning = "NO";	document.images[Hall_1st_pat__all_imgDocID].src = eval("Hall_1st_pat__all_frame" + Hall_1st_pat__all_shot_number + ".src");}// Function that handles the Auto-Spinfunction Hall_1st_pat__all_Auto_Spin(Hall_1st_pat__all_imgDocID,Hall_1st_pat__all_imgObjName) {	if (Hall_1st_pat__all_spinning == "YES") {		if (Hall_1st_pat__all_spin_direction == "RIGHT") {			document.images[Hall_1st_pat__all_imgDocID].src = eval(Hall_1st_pat__all_imgObjName + Hall_1st_pat__all_shot_number + ".src");			if (Hall_1st_pat__all_shot_number == Hall_1st_pat__all_total_frames) {				Hall_1st_pat__all_shot_number = "1";			} else {				Hall_1st_pat__all_shot_number = eval(Hall_1st_pat__all_shot_number + " + 1");			}			setTimeout("Hall_1st_pat__all_Auto_Spin(Hall_1st_pat__all_spin_object,'Hall_1st_pat__all_frame');",Hall_1st_pat__all_spin_speed);		} else {			document.images[Hall_1st_pat__all_imgDocID].src = eval(Hall_1st_pat__all_imgObjName + Hall_1st_pat__all_shot_number + ".src");			if (Hall_1st_pat__all_shot_number == "1") {				Hall_1st_pat__all_shot_number = Hall_1st_pat__all_total_frames;			} else {				Hall_1st_pat__all_shot_number = eval(Hall_1st_pat__all_shot_number + " - 1");			}			setTimeout("Hall_1st_pat__all_Auto_Spin(Hall_1st_pat__all_spin_object,'Hall_1st_pat__all_frame');",Hall_1st_pat__all_spin_speed);		}	}}document.write('');document.write('<MAP NAME="Hall_1st_pat__all_VR">');document.write('<AREA SHAPE="rect" COORDS="0,0,4,191" HREF="#" ONMOUSEOVER="Hall_1st_pat__all_Rollover(\'Hall_1st_pat__all_STech\',\'1\'); window.status=\'\'; return true;" ONFOCUS="Hall_1st_pat__all_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="5,0,9,191" HREF="#" ONMOUSEOVER="Hall_1st_pat__all_Rollover(\'Hall_1st_pat__all_STech\',\'2\'); window.status=\'\'; return true;" ONFOCUS="Hall_1st_pat__all_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="10,0,14,191" HREF="#" ONMOUSEOVER="Hall_1st_pat__all_Rollover(\'Hall_1st_pat__all_STech\',\'3\'); window.status=\'\'; return true;" ONFOCUS="Hall_1st_pat__all_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="15,0,19,191" HREF="#" ONMOUSEOVER="Hall_1st_pat__all_Rollover(\'Hall_1st_pat__all_STech\',\'4\'); window.status=\'\'; return true;" ONFOCUS="Hall_1st_pat__all_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="20,0,24,191" HREF="#" ONMOUSEOVER="Hall_1st_pat__all_Rollover(\'Hall_1st_pat__all_STech\',\'5\'); window.status=\'\'; return true;" ONFOCUS="Hall_1st_pat__all_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="25,0,29,191" HREF="#" ONMOUSEOVER="Hall_1st_pat__all_Rollover(\'Hall_1st_pat__all_STech\',\'6\'); window.status=\'\'; return true;" ONFOCUS="Hall_1st_pat__all_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="30,0,34,191" HREF="#" ONMOUSEOVER="Hall_1st_pat__all_Rollover(\'Hall_1st_pat__all_STech\',\'7\'); window.status=\'\'; return true;" ONFOCUS="Hall_1st_pat__all_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="35,0,39,191" HREF="#" ONMOUSEOVER="Hall_1st_pat__all_Rollover(\'Hall_1st_pat__all_STech\',\'8\'); window.status=\'\'; return true;" ONFOCUS="Hall_1st_pat__all_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="40,0,44,191" HREF="#" ONMOUSEOVER="Hall_1st_pat__all_Rollover(\'Hall_1st_pat__all_STech\',\'9\'); window.status=\'\'; return true;" ONFOCUS="Hall_1st_pat__all_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="45,0,49,191" HREF="#" ONMOUSEOVER="Hall_1st_pat__all_Rollover(\'Hall_1st_pat__all_STech\',\'10\'); window.status=\'\'; return true;" ONFOCUS="Hall_1st_pat__all_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="50,0,54,191" HREF="#" ONMOUSEOVER="Hall_1st_pat__all_Rollover(\'Hall_1st_pat__all_STech\',\'11\'); window.status=\'\'; return true;" ONFOCUS="Hall_1st_pat__all_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="55,0,59,191" HREF="#" ONMOUSEOVER="Hall_1st_pat__all_Rollover(\'Hall_1st_pat__all_STech\',\'12\'); window.status=\'\'; return true;" ONFOCUS="Hall_1st_pat__all_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="60,0,64,191" HREF="#" ONMOUSEOVER="Hall_1st_pat__all_Rollover(\'Hall_1st_pat__all_STech\',\'13\'); window.status=\'\'; return true;" ONFOCUS="Hall_1st_pat__all_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="65,0,69,191" HREF="#" ONMOUSEOVER="Hall_1st_pat__all_Rollover(\'Hall_1st_pat__all_STech\',\'14\'); window.status=\'\'; return true;" ONFOCUS="Hall_1st_pat__all_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="70,0,74,191" HREF="#" ONMOUSEOVER="Hall_1st_pat__all_Rollover(\'Hall_1st_pat__all_STech\',\'15\'); window.status=\'\'; return true;" ONFOCUS="Hall_1st_pat__all_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="75,0,79,191" HREF="#" ONMOUSEOVER="Hall_1st_pat__all_Rollover(\'Hall_1st_pat__all_STech\',\'16\'); window.status=\'\'; return true;" ONFOCUS="Hall_1st_pat__all_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="80,0,84,191" HREF="#" ONMOUSEOVER="Hall_1st_pat__all_Rollover(\'Hall_1st_pat__all_STech\',\'17\'); window.status=\'\'; return true;" ONFOCUS="Hall_1st_pat__all_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="85,0,89,191" HREF="#" ONMOUSEOVER="Hall_1st_pat__all_Rollover(\'Hall_1st_pat__all_STech\',\'18\'); window.status=\'\'; return true;" ONFOCUS="Hall_1st_pat__all_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="90,0,94,191" HREF="#" ONMOUSEOVER="Hall_1st_pat__all_Rollover(\'Hall_1st_pat__all_STech\',\'19\'); window.status=\'\'; return true;" ONFOCUS="Hall_1st_pat__all_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="95,0,99,191" HREF="#" ONMOUSEOVER="Hall_1st_pat__all_Rollover(\'Hall_1st_pat__all_STech\',\'20\'); window.status=\'\'; return true;" ONFOCUS="Hall_1st_pat__all_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="100,0,104,191" HREF="#" ONMOUSEOVER="Hall_1st_pat__all_Rollover(\'Hall_1st_pat__all_STech\',\'21\'); window.status=\'\'; return true;" ONFOCUS="Hall_1st_pat__all_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="105,0,109,191" HREF="#" ONMOUSEOVER="Hall_1st_pat__all_Rollover(\'Hall_1st_pat__all_STech\',\'22\'); window.status=\'\'; return true;" ONFOCUS="Hall_1st_pat__all_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="110,0,114,191" HREF="#" ONMOUSEOVER="Hall_1st_pat__all_Rollover(\'Hall_1st_pat__all_STech\',\'23\'); window.status=\'\'; return true;" ONFOCUS="Hall_1st_pat__all_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="115,0,119,191" HREF="#" ONMOUSEOVER="Hall_1st_pat__all_Rollover(\'Hall_1st_pat__all_STech\',\'24\'); window.status=\'\'; return true;" ONFOCUS="Hall_1st_pat__all_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="120,0,124,191" HREF="#" ONMOUSEOVER="Hall_1st_pat__all_Rollover(\'Hall_1st_pat__all_STech\',\'25\'); window.status=\'\'; return true;" ONFOCUS="Hall_1st_pat__all_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="125,0,129,191" HREF="#" ONMOUSEOVER="Hall_1st_pat__all_Rollover(\'Hall_1st_pat__all_STech\',\'26\'); window.status=\'\'; return true;" ONFOCUS="Hall_1st_pat__all_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="130,0,134,191" HREF="#" ONMOUSEOVER="Hall_1st_pat__all_Rollover(\'Hall_1st_pat__all_STech\',\'27\'); window.status=\'\'; return true;" ONFOCUS="Hall_1st_pat__all_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="135,0,139,191" HREF="#" ONMOUSEOVER="Hall_1st_pat__all_Rollover(\'Hall_1st_pat__all_STech\',\'28\'); window.status=\'\'; return true;" ONFOCUS="Hall_1st_pat__all_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="140,0,144,191" HREF="#" ONMOUSEOVER="Hall_1st_pat__all_Rollover(\'Hall_1st_pat__all_STech\',\'29\'); window.status=\'\'; return true;" ONFOCUS="Hall_1st_pat__all_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="145,0,149,191" HREF="#" ONMOUSEOVER="Hall_1st_pat__all_Rollover(\'Hall_1st_pat__all_STech\',\'30\'); window.status=\'\'; return true;" ONFOCUS="Hall_1st_pat__all_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="150,0,154,191" HREF="#" ONMOUSEOVER="Hall_1st_pat__all_Rollover(\'Hall_1st_pat__all_STech\',\'31\'); window.status=\'\'; return true;" ONFOCUS="Hall_1st_pat__all_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="155,0,159,191" HREF="#" ONMOUSEOVER="Hall_1st_pat__all_Rollover(\'Hall_1st_pat__all_STech\',\'32\'); window.status=\'\'; return true;" ONFOCUS="Hall_1st_pat__all_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="160,0,164,191" HREF="#" ONMOUSEOVER="Hall_1st_pat__all_Rollover(\'Hall_1st_pat__all_STech\',\'33\'); window.status=\'\'; return true;" ONFOCUS="Hall_1st_pat__all_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="165,0,169,191" HREF="#" ONMOUSEOVER="Hall_1st_pat__all_Rollover(\'Hall_1st_pat__all_STech\',\'34\'); window.status=\'\'; return true;" ONFOCUS="Hall_1st_pat__all_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="170,0,174,191" HREF="#" ONMOUSEOVER="Hall_1st_pat__all_Rollover(\'Hall_1st_pat__all_STech\',\'35\'); window.status=\'\'; return true;" ONFOCUS="Hall_1st_pat__all_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="175,0,179,191" HREF="#" ONMOUSEOVER="Hall_1st_pat__all_Rollover(\'Hall_1st_pat__all_STech\',\'36\'); window.status=\'\'; return true;" ONFOCUS="Hall_1st_pat__all_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="180,0,184,191" HREF="#" ONMOUSEOVER="Hall_1st_pat__all_Rollover(\'Hall_1st_pat__all_STech\',\'37\'); window.status=\'\'; return true;" ONFOCUS="Hall_1st_pat__all_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="185,0,189,191" HREF="#" ONMOUSEOVER="Hall_1st_pat__all_Rollover(\'Hall_1st_pat__all_STech\',\'38\'); window.status=\'\'; return true;" ONFOCUS="Hall_1st_pat__all_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="190,0,194,191" HREF="#" ONMOUSEOVER="Hall_1st_pat__all_Rollover(\'Hall_1st_pat__all_STech\',\'39\'); window.status=\'\'; return true;" ONFOCUS="Hall_1st_pat__all_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="195,0,199,191" HREF="#" ONMOUSEOVER="Hall_1st_pat__all_Rollover(\'Hall_1st_pat__all_STech\',\'40\'); window.status=\'\'; return true;" ONFOCUS="Hall_1st_pat__all_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="200,0,204,191" HREF="#" ONMOUSEOVER="Hall_1st_pat__all_Rollover(\'Hall_1st_pat__all_STech\',\'41\'); window.status=\'\'; return true;" ONFOCUS="Hall_1st_pat__all_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="205,0,209,191" HREF="#" ONMOUSEOVER="Hall_1st_pat__all_Rollover(\'Hall_1st_pat__all_STech\',\'42\'); window.status=\'\'; return true;" ONFOCUS="Hall_1st_pat__all_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="210,0,214,191" HREF="#" ONMOUSEOVER="Hall_1st_pat__all_Rollover(\'Hall_1st_pat__all_STech\',\'43\'); window.status=\'\'; return true;" ONFOCUS="Hall_1st_pat__all_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="215,0,219,191" HREF="#" ONMOUSEOVER="Hall_1st_pat__all_Rollover(\'Hall_1st_pat__all_STech\',\'44\'); window.status=\'\'; return true;" ONFOCUS="Hall_1st_pat__all_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="220,0,224,191" HREF="#" ONMOUSEOVER="Hall_1st_pat__all_Rollover(\'Hall_1st_pat__all_STech\',\'45\'); window.status=\'\'; return true;" ONFOCUS="Hall_1st_pat__all_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="225,0,229,191" HREF="#" ONMOUSEOVER="Hall_1st_pat__all_Rollover(\'Hall_1st_pat__all_STech\',\'46\'); window.status=\'\'; return true;" ONFOCUS="Hall_1st_pat__all_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="230,0,234,191" HREF="#" ONMOUSEOVER="Hall_1st_pat__all_Rollover(\'Hall_1st_pat__all_STech\',\'47\'); window.status=\'\'; return true;" ONFOCUS="Hall_1st_pat__all_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="235,0,239,191" HREF="#" ONMOUSEOVER="Hall_1st_pat__all_Rollover(\'Hall_1st_pat__all_STech\',\'48\'); window.status=\'\'; return true;" ONFOCUS="Hall_1st_pat__all_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="240,0,244,191" HREF="#" ONMOUSEOVER="Hall_1st_pat__all_Rollover(\'Hall_1st_pat__all_STech\',\'49\'); window.status=\'\'; return true;" ONFOCUS="Hall_1st_pat__all_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="245,0,249,191" HREF="#" ONMOUSEOVER="Hall_1st_pat__all_Rollover(\'Hall_1st_pat__all_STech\',\'50\'); window.status=\'\'; return true;" ONFOCUS="Hall_1st_pat__all_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="250,0,254,191" HREF="#" ONMOUSEOVER="Hall_1st_pat__all_Rollover(\'Hall_1st_pat__all_STech\',\'51\'); window.status=\'\'; return true;" ONFOCUS="Hall_1st_pat__all_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="255,0,259,191" HREF="#" ONMOUSEOVER="Hall_1st_pat__all_Rollover(\'Hall_1st_pat__all_STech\',\'52\'); window.status=\'\'; return true;" ONFOCUS="Hall_1st_pat__all_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="260,0,264,191" HREF="#" ONMOUSEOVER="Hall_1st_pat__all_Rollover(\'Hall_1st_pat__all_STech\',\'53\'); window.status=\'\'; return true;" ONFOCUS="Hall_1st_pat__all_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="265,0,269,191" HREF="#" ONMOUSEOVER="Hall_1st_pat__all_Rollover(\'Hall_1st_pat__all_STech\',\'54\'); window.status=\'\'; return true;" ONFOCUS="Hall_1st_pat__all_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="270,0,274,191" HREF="#" ONMOUSEOVER="Hall_1st_pat__all_Rollover(\'Hall_1st_pat__all_STech\',\'55\'); window.status=\'\'; return true;" ONFOCUS="Hall_1st_pat__all_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="275,0,279,191" HREF="#" ONMOUSEOVER="Hall_1st_pat__all_Rollover(\'Hall_1st_pat__all_STech\',\'56\'); window.status=\'\'; return true;" ONFOCUS="Hall_1st_pat__all_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="280,0,284,191" HREF="#" ONMOUSEOVER="Hall_1st_pat__all_Rollover(\'Hall_1st_pat__all_STech\',\'57\'); window.status=\'\'; return true;" ONFOCUS="Hall_1st_pat__all_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="285,0,289,191" HREF="#" ONMOUSEOVER="Hall_1st_pat__all_Rollover(\'Hall_1st_pat__all_STech\',\'58\'); window.status=\'\'; return true;" ONFOCUS="Hall_1st_pat__all_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="290,0,294,191" HREF="#" ONMOUSEOVER="Hall_1st_pat__all_Rollover(\'Hall_1st_pat__all_STech\',\'59\'); window.status=\'\'; return true;" ONFOCUS="Hall_1st_pat__all_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="295,0,299,191" HREF="#" ONMOUSEOVER="Hall_1st_pat__all_Rollover(\'Hall_1st_pat__all_STech\',\'60\'); window.status=\'\'; return true;" ONFOCUS="Hall_1st_pat__all_STech.blur(); return true;">');document.write('</MAP>');// STOP HIDING FROM OTHER BROWSERS -->