<!-- 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 Stanley_preloadFlag = false;                   // Variable that is used only to make sure all the images for the animation are preloadedvar Stanley_shot_number = "1";                     // First image in the animationvar Stanley_total_frames = "60";                   // Total number of images in animationvar Stanley_spinning = "YES";                      // Whether or not the image is to spin when the page loadsvar Stanley_spin_direction = "RIGHT";              // What direction the image is to spin when the page loadsvar Stanley_spin_speed = "200";                    // The speed at which the animation is to run. Lower numbers equal faster playbackvar Stanley_spin_object = "Stanley_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 Stanley_Preload_Images() {	if (document.images) {		Stanley_frame1 = new Image;		Stanley_frame1.src = "Stanley_frame01.jpg";		Stanley_frame2 = new Image;		Stanley_frame2.src = "Stanley_frame02.jpg";		Stanley_frame3 = new Image;		Stanley_frame3.src = "Stanley_frame03.jpg";		Stanley_frame4 = new Image;		Stanley_frame4.src = "Stanley_frame04.jpg";		Stanley_frame5 = new Image;		Stanley_frame5.src = "Stanley_frame05.jpg";		Stanley_frame6 = new Image;		Stanley_frame6.src = "Stanley_frame06.jpg";		Stanley_frame7 = new Image;		Stanley_frame7.src = "Stanley_frame07.jpg";		Stanley_frame8 = new Image;		Stanley_frame8.src = "Stanley_frame08.jpg";		Stanley_frame9 = new Image;		Stanley_frame9.src = "Stanley_frame09.jpg";		Stanley_frame10 = new Image;		Stanley_frame10.src = "Stanley_frame10.jpg";		Stanley_frame11 = new Image;		Stanley_frame11.src = "Stanley_frame11.jpg";		Stanley_frame12 = new Image;		Stanley_frame12.src = "Stanley_frame12.jpg";		Stanley_frame13 = new Image;		Stanley_frame13.src = "Stanley_frame13.jpg";		Stanley_frame14 = new Image;		Stanley_frame14.src = "Stanley_frame14.jpg";		Stanley_frame15 = new Image;		Stanley_frame15.src = "Stanley_frame15.jpg";		Stanley_frame16 = new Image;		Stanley_frame16.src = "Stanley_frame16.jpg";		Stanley_frame17 = new Image;		Stanley_frame17.src = "Stanley_frame17.jpg";		Stanley_frame18 = new Image;		Stanley_frame18.src = "Stanley_frame18.jpg";		Stanley_frame19 = new Image;		Stanley_frame19.src = "Stanley_frame19.jpg";		Stanley_frame20 = new Image;		Stanley_frame20.src = "Stanley_frame20.jpg";		Stanley_frame21 = new Image;		Stanley_frame21.src = "Stanley_frame21.jpg";		Stanley_frame22 = new Image;		Stanley_frame22.src = "Stanley_frame22.jpg";		Stanley_frame23 = new Image;		Stanley_frame23.src = "Stanley_frame23.jpg";		Stanley_frame24 = new Image;		Stanley_frame24.src = "Stanley_frame24.jpg";		Stanley_frame25 = new Image;		Stanley_frame25.src = "Stanley_frame25.jpg";		Stanley_frame26 = new Image;		Stanley_frame26.src = "Stanley_frame26.jpg";		Stanley_frame27 = new Image;		Stanley_frame27.src = "Stanley_frame27.jpg";		Stanley_frame28 = new Image;		Stanley_frame28.src = "Stanley_frame28.jpg";		Stanley_frame29 = new Image;		Stanley_frame29.src = "Stanley_frame29.jpg";		Stanley_frame30 = new Image;		Stanley_frame30.src = "Stanley_frame30.jpg";		Stanley_frame31 = new Image;		Stanley_frame31.src = "Stanley_frame31.jpg";		Stanley_frame32 = new Image;		Stanley_frame32.src = "Stanley_frame32.jpg";		Stanley_frame33 = new Image;		Stanley_frame33.src = "Stanley_frame33.jpg";		Stanley_frame34 = new Image;		Stanley_frame34.src = "Stanley_frame34.jpg";		Stanley_frame35 = new Image;		Stanley_frame35.src = "Stanley_frame35.jpg";		Stanley_frame36 = new Image;		Stanley_frame36.src = "Stanley_frame36.jpg";		Stanley_frame37 = new Image;		Stanley_frame37.src = "Stanley_frame37.jpg";		Stanley_frame38 = new Image;		Stanley_frame38.src = "Stanley_frame38.jpg";		Stanley_frame39 = new Image;		Stanley_frame39.src = "Stanley_frame39.jpg";		Stanley_frame40 = new Image;		Stanley_frame40.src = "Stanley_frame40.jpg";		Stanley_frame41 = new Image;		Stanley_frame41.src = "Stanley_frame41.jpg";		Stanley_frame42 = new Image;		Stanley_frame42.src = "Stanley_frame42.jpg";		Stanley_frame43 = new Image;		Stanley_frame43.src = "Stanley_frame43.jpg";		Stanley_frame44 = new Image;		Stanley_frame44.src = "Stanley_frame44.jpg";		Stanley_frame45 = new Image;		Stanley_frame45.src = "Stanley_frame45.jpg";		Stanley_frame46 = new Image;		Stanley_frame46.src = "Stanley_frame46.jpg";		Stanley_frame47 = new Image;		Stanley_frame47.src = "Stanley_frame47.jpg";		Stanley_frame48 = new Image;		Stanley_frame48.src = "Stanley_frame48.jpg";		Stanley_frame49 = new Image;		Stanley_frame49.src = "Stanley_frame49.jpg";		Stanley_frame50 = new Image;		Stanley_frame50.src = "Stanley_frame50.jpg";		Stanley_frame51 = new Image;		Stanley_frame51.src = "Stanley_frame51.jpg";		Stanley_frame52 = new Image;		Stanley_frame52.src = "Stanley_frame52.jpg";		Stanley_frame53 = new Image;		Stanley_frame53.src = "Stanley_frame53.jpg";		Stanley_frame54 = new Image;		Stanley_frame54.src = "Stanley_frame54.jpg";		Stanley_frame55 = new Image;		Stanley_frame55.src = "Stanley_frame55.jpg";		Stanley_frame56 = new Image;		Stanley_frame56.src = "Stanley_frame56.jpg";		Stanley_frame57 = new Image;		Stanley_frame57.src = "Stanley_frame57.jpg";		Stanley_frame58 = new Image;		Stanley_frame58.src = "Stanley_frame58.jpg";		Stanley_frame59 = new Image;		Stanley_frame59.src = "Stanley_frame59.jpg";		Stanley_frame60 = new Image;		Stanley_frame60.src = "Stanley_frame60.jpg";		Stanley_preloadFlag = true;	}}// Function that handles the rollovers when you mouse over a buttonfunction Stanley_Rollover(Stanley_imgDocID,Stanley_imgNumber) {	Stanley_shot_number = Stanley_imgNumber;	Stanley_spinning = "NO";	document.images[Stanley_imgDocID].src = eval("Stanley_frame" + Stanley_shot_number + ".src");}// Function that handles the Auto-Spinfunction Stanley_Auto_Spin(Stanley_imgDocID,Stanley_imgObjName) {	if (Stanley_spinning == "YES") {		if (Stanley_spin_direction == "RIGHT") {			document.images[Stanley_imgDocID].src = eval(Stanley_imgObjName + Stanley_shot_number + ".src");			if (Stanley_shot_number == Stanley_total_frames) {				Stanley_shot_number = "1";			} else {				Stanley_shot_number = eval(Stanley_shot_number + " + 1");			}			setTimeout("Stanley_Auto_Spin(Stanley_spin_object,'Stanley_frame');",Stanley_spin_speed);		} else {			document.images[Stanley_imgDocID].src = eval(Stanley_imgObjName + Stanley_shot_number + ".src");			if (Stanley_shot_number == "1") {				Stanley_shot_number = Stanley_total_frames;			} else {				Stanley_shot_number = eval(Stanley_shot_number + " - 1");			}			setTimeout("Stanley_Auto_Spin(Stanley_spin_object,'Stanley_frame');",Stanley_spin_speed);		}	}}document.write('');document.write('<MAP NAME="Stanley_VR">');document.write('<AREA SHAPE="rect" COORDS="0,0,4,206" HREF="#" ONMOUSEOVER="Stanley_Rollover(\'Stanley_STech\',\'1\'); window.status=\'\'; return true;" ONFOCUS="Stanley_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="5,0,9,206" HREF="#" ONMOUSEOVER="Stanley_Rollover(\'Stanley_STech\',\'2\'); window.status=\'\'; return true;" ONFOCUS="Stanley_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="10,0,14,206" HREF="#" ONMOUSEOVER="Stanley_Rollover(\'Stanley_STech\',\'3\'); window.status=\'\'; return true;" ONFOCUS="Stanley_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="15,0,19,206" HREF="#" ONMOUSEOVER="Stanley_Rollover(\'Stanley_STech\',\'4\'); window.status=\'\'; return true;" ONFOCUS="Stanley_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="20,0,24,206" HREF="#" ONMOUSEOVER="Stanley_Rollover(\'Stanley_STech\',\'5\'); window.status=\'\'; return true;" ONFOCUS="Stanley_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="25,0,29,206" HREF="#" ONMOUSEOVER="Stanley_Rollover(\'Stanley_STech\',\'6\'); window.status=\'\'; return true;" ONFOCUS="Stanley_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="30,0,34,206" HREF="#" ONMOUSEOVER="Stanley_Rollover(\'Stanley_STech\',\'7\'); window.status=\'\'; return true;" ONFOCUS="Stanley_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="35,0,39,206" HREF="#" ONMOUSEOVER="Stanley_Rollover(\'Stanley_STech\',\'8\'); window.status=\'\'; return true;" ONFOCUS="Stanley_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="40,0,44,206" HREF="#" ONMOUSEOVER="Stanley_Rollover(\'Stanley_STech\',\'9\'); window.status=\'\'; return true;" ONFOCUS="Stanley_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="45,0,49,206" HREF="#" ONMOUSEOVER="Stanley_Rollover(\'Stanley_STech\',\'10\'); window.status=\'\'; return true;" ONFOCUS="Stanley_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="50,0,54,206" HREF="#" ONMOUSEOVER="Stanley_Rollover(\'Stanley_STech\',\'11\'); window.status=\'\'; return true;" ONFOCUS="Stanley_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="55,0,59,206" HREF="#" ONMOUSEOVER="Stanley_Rollover(\'Stanley_STech\',\'12\'); window.status=\'\'; return true;" ONFOCUS="Stanley_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="60,0,64,206" HREF="#" ONMOUSEOVER="Stanley_Rollover(\'Stanley_STech\',\'13\'); window.status=\'\'; return true;" ONFOCUS="Stanley_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="65,0,69,206" HREF="#" ONMOUSEOVER="Stanley_Rollover(\'Stanley_STech\',\'14\'); window.status=\'\'; return true;" ONFOCUS="Stanley_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="70,0,74,206" HREF="#" ONMOUSEOVER="Stanley_Rollover(\'Stanley_STech\',\'15\'); window.status=\'\'; return true;" ONFOCUS="Stanley_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="75,0,79,206" HREF="#" ONMOUSEOVER="Stanley_Rollover(\'Stanley_STech\',\'16\'); window.status=\'\'; return true;" ONFOCUS="Stanley_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="80,0,84,206" HREF="#" ONMOUSEOVER="Stanley_Rollover(\'Stanley_STech\',\'17\'); window.status=\'\'; return true;" ONFOCUS="Stanley_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="85,0,89,206" HREF="#" ONMOUSEOVER="Stanley_Rollover(\'Stanley_STech\',\'18\'); window.status=\'\'; return true;" ONFOCUS="Stanley_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="90,0,94,206" HREF="#" ONMOUSEOVER="Stanley_Rollover(\'Stanley_STech\',\'19\'); window.status=\'\'; return true;" ONFOCUS="Stanley_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="95,0,99,206" HREF="#" ONMOUSEOVER="Stanley_Rollover(\'Stanley_STech\',\'20\'); window.status=\'\'; return true;" ONFOCUS="Stanley_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="100,0,104,206" HREF="#" ONMOUSEOVER="Stanley_Rollover(\'Stanley_STech\',\'21\'); window.status=\'\'; return true;" ONFOCUS="Stanley_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="105,0,109,206" HREF="#" ONMOUSEOVER="Stanley_Rollover(\'Stanley_STech\',\'22\'); window.status=\'\'; return true;" ONFOCUS="Stanley_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="110,0,114,206" HREF="#" ONMOUSEOVER="Stanley_Rollover(\'Stanley_STech\',\'23\'); window.status=\'\'; return true;" ONFOCUS="Stanley_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="115,0,119,206" HREF="#" ONMOUSEOVER="Stanley_Rollover(\'Stanley_STech\',\'24\'); window.status=\'\'; return true;" ONFOCUS="Stanley_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="120,0,124,206" HREF="#" ONMOUSEOVER="Stanley_Rollover(\'Stanley_STech\',\'25\'); window.status=\'\'; return true;" ONFOCUS="Stanley_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="125,0,129,206" HREF="#" ONMOUSEOVER="Stanley_Rollover(\'Stanley_STech\',\'26\'); window.status=\'\'; return true;" ONFOCUS="Stanley_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="130,0,134,206" HREF="#" ONMOUSEOVER="Stanley_Rollover(\'Stanley_STech\',\'27\'); window.status=\'\'; return true;" ONFOCUS="Stanley_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="135,0,139,206" HREF="#" ONMOUSEOVER="Stanley_Rollover(\'Stanley_STech\',\'28\'); window.status=\'\'; return true;" ONFOCUS="Stanley_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="140,0,144,206" HREF="#" ONMOUSEOVER="Stanley_Rollover(\'Stanley_STech\',\'29\'); window.status=\'\'; return true;" ONFOCUS="Stanley_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="145,0,149,206" HREF="#" ONMOUSEOVER="Stanley_Rollover(\'Stanley_STech\',\'30\'); window.status=\'\'; return true;" ONFOCUS="Stanley_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="150,0,154,206" HREF="#" ONMOUSEOVER="Stanley_Rollover(\'Stanley_STech\',\'31\'); window.status=\'\'; return true;" ONFOCUS="Stanley_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="155,0,159,206" HREF="#" ONMOUSEOVER="Stanley_Rollover(\'Stanley_STech\',\'32\'); window.status=\'\'; return true;" ONFOCUS="Stanley_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="160,0,164,206" HREF="#" ONMOUSEOVER="Stanley_Rollover(\'Stanley_STech\',\'33\'); window.status=\'\'; return true;" ONFOCUS="Stanley_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="165,0,169,206" HREF="#" ONMOUSEOVER="Stanley_Rollover(\'Stanley_STech\',\'34\'); window.status=\'\'; return true;" ONFOCUS="Stanley_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="170,0,174,206" HREF="#" ONMOUSEOVER="Stanley_Rollover(\'Stanley_STech\',\'35\'); window.status=\'\'; return true;" ONFOCUS="Stanley_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="175,0,179,206" HREF="#" ONMOUSEOVER="Stanley_Rollover(\'Stanley_STech\',\'36\'); window.status=\'\'; return true;" ONFOCUS="Stanley_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="180,0,184,206" HREF="#" ONMOUSEOVER="Stanley_Rollover(\'Stanley_STech\',\'37\'); window.status=\'\'; return true;" ONFOCUS="Stanley_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="185,0,189,206" HREF="#" ONMOUSEOVER="Stanley_Rollover(\'Stanley_STech\',\'38\'); window.status=\'\'; return true;" ONFOCUS="Stanley_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="190,0,194,206" HREF="#" ONMOUSEOVER="Stanley_Rollover(\'Stanley_STech\',\'39\'); window.status=\'\'; return true;" ONFOCUS="Stanley_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="195,0,199,206" HREF="#" ONMOUSEOVER="Stanley_Rollover(\'Stanley_STech\',\'40\'); window.status=\'\'; return true;" ONFOCUS="Stanley_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="200,0,204,206" HREF="#" ONMOUSEOVER="Stanley_Rollover(\'Stanley_STech\',\'41\'); window.status=\'\'; return true;" ONFOCUS="Stanley_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="205,0,209,206" HREF="#" ONMOUSEOVER="Stanley_Rollover(\'Stanley_STech\',\'42\'); window.status=\'\'; return true;" ONFOCUS="Stanley_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="210,0,214,206" HREF="#" ONMOUSEOVER="Stanley_Rollover(\'Stanley_STech\',\'43\'); window.status=\'\'; return true;" ONFOCUS="Stanley_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="215,0,219,206" HREF="#" ONMOUSEOVER="Stanley_Rollover(\'Stanley_STech\',\'44\'); window.status=\'\'; return true;" ONFOCUS="Stanley_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="220,0,224,206" HREF="#" ONMOUSEOVER="Stanley_Rollover(\'Stanley_STech\',\'45\'); window.status=\'\'; return true;" ONFOCUS="Stanley_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="225,0,229,206" HREF="#" ONMOUSEOVER="Stanley_Rollover(\'Stanley_STech\',\'46\'); window.status=\'\'; return true;" ONFOCUS="Stanley_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="230,0,234,206" HREF="#" ONMOUSEOVER="Stanley_Rollover(\'Stanley_STech\',\'47\'); window.status=\'\'; return true;" ONFOCUS="Stanley_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="235,0,239,206" HREF="#" ONMOUSEOVER="Stanley_Rollover(\'Stanley_STech\',\'48\'); window.status=\'\'; return true;" ONFOCUS="Stanley_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="240,0,244,206" HREF="#" ONMOUSEOVER="Stanley_Rollover(\'Stanley_STech\',\'49\'); window.status=\'\'; return true;" ONFOCUS="Stanley_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="245,0,249,206" HREF="#" ONMOUSEOVER="Stanley_Rollover(\'Stanley_STech\',\'50\'); window.status=\'\'; return true;" ONFOCUS="Stanley_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="250,0,254,206" HREF="#" ONMOUSEOVER="Stanley_Rollover(\'Stanley_STech\',\'51\'); window.status=\'\'; return true;" ONFOCUS="Stanley_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="255,0,259,206" HREF="#" ONMOUSEOVER="Stanley_Rollover(\'Stanley_STech\',\'52\'); window.status=\'\'; return true;" ONFOCUS="Stanley_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="260,0,264,206" HREF="#" ONMOUSEOVER="Stanley_Rollover(\'Stanley_STech\',\'53\'); window.status=\'\'; return true;" ONFOCUS="Stanley_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="265,0,269,206" HREF="#" ONMOUSEOVER="Stanley_Rollover(\'Stanley_STech\',\'54\'); window.status=\'\'; return true;" ONFOCUS="Stanley_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="270,0,274,206" HREF="#" ONMOUSEOVER="Stanley_Rollover(\'Stanley_STech\',\'55\'); window.status=\'\'; return true;" ONFOCUS="Stanley_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="275,0,279,206" HREF="#" ONMOUSEOVER="Stanley_Rollover(\'Stanley_STech\',\'56\'); window.status=\'\'; return true;" ONFOCUS="Stanley_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="280,0,284,206" HREF="#" ONMOUSEOVER="Stanley_Rollover(\'Stanley_STech\',\'57\'); window.status=\'\'; return true;" ONFOCUS="Stanley_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="285,0,289,206" HREF="#" ONMOUSEOVER="Stanley_Rollover(\'Stanley_STech\',\'58\'); window.status=\'\'; return true;" ONFOCUS="Stanley_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="290,0,294,206" HREF="#" ONMOUSEOVER="Stanley_Rollover(\'Stanley_STech\',\'59\'); window.status=\'\'; return true;" ONFOCUS="Stanley_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="295,0,299,206" HREF="#" ONMOUSEOVER="Stanley_Rollover(\'Stanley_STech\',\'60\'); window.status=\'\'; return true;" ONFOCUS="Stanley_STech.blur(); return true;">');document.write('</MAP>');// STOP HIDING FROM OTHER BROWSERS -->