<!-- 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 Gysi_Simplex_preloadFlag = false;                   // Variable that is used only to make sure all the images for the animation are preloadedvar Gysi_Simplex_shot_number = "1";                     // First image in the animationvar Gysi_Simplex_total_frames = "60";                   // Total number of images in animationvar Gysi_Simplex_spinning = "YES";                      // Whether or not the image is to spin when the page loadsvar Gysi_Simplex_spin_direction = "RIGHT";              // What direction the image is to spin when the page loadsvar Gysi_Simplex_spin_speed = "200";                    // The speed at which the animation is to run. Lower numbers equal faster playbackvar Gysi_Simplex_spin_object = "Gysi_Simplex_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 Gysi_Simplex_Preload_Images() {	if (document.images) {		Gysi_Simplex_frame1 = new Image;		Gysi_Simplex_frame1.src = "Gysi_Simplex_frame01.jpg";		Gysi_Simplex_frame2 = new Image;		Gysi_Simplex_frame2.src = "Gysi_Simplex_frame02.jpg";		Gysi_Simplex_frame3 = new Image;		Gysi_Simplex_frame3.src = "Gysi_Simplex_frame03.jpg";		Gysi_Simplex_frame4 = new Image;		Gysi_Simplex_frame4.src = "Gysi_Simplex_frame04.jpg";		Gysi_Simplex_frame5 = new Image;		Gysi_Simplex_frame5.src = "Gysi_Simplex_frame05.jpg";		Gysi_Simplex_frame6 = new Image;		Gysi_Simplex_frame6.src = "Gysi_Simplex_frame06.jpg";		Gysi_Simplex_frame7 = new Image;		Gysi_Simplex_frame7.src = "Gysi_Simplex_frame07.jpg";		Gysi_Simplex_frame8 = new Image;		Gysi_Simplex_frame8.src = "Gysi_Simplex_frame08.jpg";		Gysi_Simplex_frame9 = new Image;		Gysi_Simplex_frame9.src = "Gysi_Simplex_frame09.jpg";		Gysi_Simplex_frame10 = new Image;		Gysi_Simplex_frame10.src = "Gysi_Simplex_frame10.jpg";		Gysi_Simplex_frame11 = new Image;		Gysi_Simplex_frame11.src = "Gysi_Simplex_frame11.jpg";		Gysi_Simplex_frame12 = new Image;		Gysi_Simplex_frame12.src = "Gysi_Simplex_frame12.jpg";		Gysi_Simplex_frame13 = new Image;		Gysi_Simplex_frame13.src = "Gysi_Simplex_frame13.jpg";		Gysi_Simplex_frame14 = new Image;		Gysi_Simplex_frame14.src = "Gysi_Simplex_frame14.jpg";		Gysi_Simplex_frame15 = new Image;		Gysi_Simplex_frame15.src = "Gysi_Simplex_frame15.jpg";		Gysi_Simplex_frame16 = new Image;		Gysi_Simplex_frame16.src = "Gysi_Simplex_frame16.jpg";		Gysi_Simplex_frame17 = new Image;		Gysi_Simplex_frame17.src = "Gysi_Simplex_frame17.jpg";		Gysi_Simplex_frame18 = new Image;		Gysi_Simplex_frame18.src = "Gysi_Simplex_frame18.jpg";		Gysi_Simplex_frame19 = new Image;		Gysi_Simplex_frame19.src = "Gysi_Simplex_frame19.jpg";		Gysi_Simplex_frame20 = new Image;		Gysi_Simplex_frame20.src = "Gysi_Simplex_frame20.jpg";		Gysi_Simplex_frame21 = new Image;		Gysi_Simplex_frame21.src = "Gysi_Simplex_frame21.jpg";		Gysi_Simplex_frame22 = new Image;		Gysi_Simplex_frame22.src = "Gysi_Simplex_frame22.jpg";		Gysi_Simplex_frame23 = new Image;		Gysi_Simplex_frame23.src = "Gysi_Simplex_frame23.jpg";		Gysi_Simplex_frame24 = new Image;		Gysi_Simplex_frame24.src = "Gysi_Simplex_frame24.jpg";		Gysi_Simplex_frame25 = new Image;		Gysi_Simplex_frame25.src = "Gysi_Simplex_frame25.jpg";		Gysi_Simplex_frame26 = new Image;		Gysi_Simplex_frame26.src = "Gysi_Simplex_frame26.jpg";		Gysi_Simplex_frame27 = new Image;		Gysi_Simplex_frame27.src = "Gysi_Simplex_frame27.jpg";		Gysi_Simplex_frame28 = new Image;		Gysi_Simplex_frame28.src = "Gysi_Simplex_frame28.jpg";		Gysi_Simplex_frame29 = new Image;		Gysi_Simplex_frame29.src = "Gysi_Simplex_frame29.jpg";		Gysi_Simplex_frame30 = new Image;		Gysi_Simplex_frame30.src = "Gysi_Simplex_frame30.jpg";		Gysi_Simplex_frame31 = new Image;		Gysi_Simplex_frame31.src = "Gysi_Simplex_frame31.jpg";		Gysi_Simplex_frame32 = new Image;		Gysi_Simplex_frame32.src = "Gysi_Simplex_frame32.jpg";		Gysi_Simplex_frame33 = new Image;		Gysi_Simplex_frame33.src = "Gysi_Simplex_frame33.jpg";		Gysi_Simplex_frame34 = new Image;		Gysi_Simplex_frame34.src = "Gysi_Simplex_frame34.jpg";		Gysi_Simplex_frame35 = new Image;		Gysi_Simplex_frame35.src = "Gysi_Simplex_frame35.jpg";		Gysi_Simplex_frame36 = new Image;		Gysi_Simplex_frame36.src = "Gysi_Simplex_frame36.jpg";		Gysi_Simplex_frame37 = new Image;		Gysi_Simplex_frame37.src = "Gysi_Simplex_frame37.jpg";		Gysi_Simplex_frame38 = new Image;		Gysi_Simplex_frame38.src = "Gysi_Simplex_frame38.jpg";		Gysi_Simplex_frame39 = new Image;		Gysi_Simplex_frame39.src = "Gysi_Simplex_frame39.jpg";		Gysi_Simplex_frame40 = new Image;		Gysi_Simplex_frame40.src = "Gysi_Simplex_frame40.jpg";		Gysi_Simplex_frame41 = new Image;		Gysi_Simplex_frame41.src = "Gysi_Simplex_frame41.jpg";		Gysi_Simplex_frame42 = new Image;		Gysi_Simplex_frame42.src = "Gysi_Simplex_frame42.jpg";		Gysi_Simplex_frame43 = new Image;		Gysi_Simplex_frame43.src = "Gysi_Simplex_frame43.jpg";		Gysi_Simplex_frame44 = new Image;		Gysi_Simplex_frame44.src = "Gysi_Simplex_frame44.jpg";		Gysi_Simplex_frame45 = new Image;		Gysi_Simplex_frame45.src = "Gysi_Simplex_frame45.jpg";		Gysi_Simplex_frame46 = new Image;		Gysi_Simplex_frame46.src = "Gysi_Simplex_frame46.jpg";		Gysi_Simplex_frame47 = new Image;		Gysi_Simplex_frame47.src = "Gysi_Simplex_frame47.jpg";		Gysi_Simplex_frame48 = new Image;		Gysi_Simplex_frame48.src = "Gysi_Simplex_frame48.jpg";		Gysi_Simplex_frame49 = new Image;		Gysi_Simplex_frame49.src = "Gysi_Simplex_frame49.jpg";		Gysi_Simplex_frame50 = new Image;		Gysi_Simplex_frame50.src = "Gysi_Simplex_frame50.jpg";		Gysi_Simplex_frame51 = new Image;		Gysi_Simplex_frame51.src = "Gysi_Simplex_frame51.jpg";		Gysi_Simplex_frame52 = new Image;		Gysi_Simplex_frame52.src = "Gysi_Simplex_frame52.jpg";		Gysi_Simplex_frame53 = new Image;		Gysi_Simplex_frame53.src = "Gysi_Simplex_frame53.jpg";		Gysi_Simplex_frame54 = new Image;		Gysi_Simplex_frame54.src = "Gysi_Simplex_frame54.jpg";		Gysi_Simplex_frame55 = new Image;		Gysi_Simplex_frame55.src = "Gysi_Simplex_frame55.jpg";		Gysi_Simplex_frame56 = new Image;		Gysi_Simplex_frame56.src = "Gysi_Simplex_frame56.jpg";		Gysi_Simplex_frame57 = new Image;		Gysi_Simplex_frame57.src = "Gysi_Simplex_frame57.jpg";		Gysi_Simplex_frame58 = new Image;		Gysi_Simplex_frame58.src = "Gysi_Simplex_frame58.jpg";		Gysi_Simplex_frame59 = new Image;		Gysi_Simplex_frame59.src = "Gysi_Simplex_frame59.jpg";		Gysi_Simplex_frame60 = new Image;		Gysi_Simplex_frame60.src = "Gysi_Simplex_frame60.jpg";		Gysi_Simplex_preloadFlag = true;	}}// Function that handles the rollovers when you mouse over a buttonfunction Gysi_Simplex_Rollover(Gysi_Simplex_imgDocID,Gysi_Simplex_imgNumber) {	Gysi_Simplex_shot_number = Gysi_Simplex_imgNumber;	Gysi_Simplex_spinning = "NO";	document.images[Gysi_Simplex_imgDocID].src = eval("Gysi_Simplex_frame" + Gysi_Simplex_shot_number + ".src");}// Function that handles the Auto-Spinfunction Gysi_Simplex_Auto_Spin(Gysi_Simplex_imgDocID,Gysi_Simplex_imgObjName) {	if (Gysi_Simplex_spinning == "YES") {		if (Gysi_Simplex_spin_direction == "RIGHT") {			document.images[Gysi_Simplex_imgDocID].src = eval(Gysi_Simplex_imgObjName + Gysi_Simplex_shot_number + ".src");			if (Gysi_Simplex_shot_number == Gysi_Simplex_total_frames) {				Gysi_Simplex_shot_number = "1";			} else {				Gysi_Simplex_shot_number = eval(Gysi_Simplex_shot_number + " + 1");			}			setTimeout("Gysi_Simplex_Auto_Spin(Gysi_Simplex_spin_object,'Gysi_Simplex_frame');",Gysi_Simplex_spin_speed);		} else {			document.images[Gysi_Simplex_imgDocID].src = eval(Gysi_Simplex_imgObjName + Gysi_Simplex_shot_number + ".src");			if (Gysi_Simplex_shot_number == "1") {				Gysi_Simplex_shot_number = Gysi_Simplex_total_frames;			} else {				Gysi_Simplex_shot_number = eval(Gysi_Simplex_shot_number + " - 1");			}			setTimeout("Gysi_Simplex_Auto_Spin(Gysi_Simplex_spin_object,'Gysi_Simplex_frame');",Gysi_Simplex_spin_speed);		}	}}document.write('');document.write('<MAP NAME="Gysi_Simplex_VR">');document.write('<AREA SHAPE="rect" COORDS="0,0,4,209" HREF="#" ONMOUSEOVER="Gysi_Simplex_Rollover(\'Gysi_Simplex_STech\',\'1\'); window.status=\'\'; return true;" ONFOCUS="Gysi_Simplex_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="5,0,9,209" HREF="#" ONMOUSEOVER="Gysi_Simplex_Rollover(\'Gysi_Simplex_STech\',\'2\'); window.status=\'\'; return true;" ONFOCUS="Gysi_Simplex_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="10,0,14,209" HREF="#" ONMOUSEOVER="Gysi_Simplex_Rollover(\'Gysi_Simplex_STech\',\'3\'); window.status=\'\'; return true;" ONFOCUS="Gysi_Simplex_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="15,0,19,209" HREF="#" ONMOUSEOVER="Gysi_Simplex_Rollover(\'Gysi_Simplex_STech\',\'4\'); window.status=\'\'; return true;" ONFOCUS="Gysi_Simplex_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="20,0,24,209" HREF="#" ONMOUSEOVER="Gysi_Simplex_Rollover(\'Gysi_Simplex_STech\',\'5\'); window.status=\'\'; return true;" ONFOCUS="Gysi_Simplex_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="25,0,29,209" HREF="#" ONMOUSEOVER="Gysi_Simplex_Rollover(\'Gysi_Simplex_STech\',\'6\'); window.status=\'\'; return true;" ONFOCUS="Gysi_Simplex_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="30,0,34,209" HREF="#" ONMOUSEOVER="Gysi_Simplex_Rollover(\'Gysi_Simplex_STech\',\'7\'); window.status=\'\'; return true;" ONFOCUS="Gysi_Simplex_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="35,0,39,209" HREF="#" ONMOUSEOVER="Gysi_Simplex_Rollover(\'Gysi_Simplex_STech\',\'8\'); window.status=\'\'; return true;" ONFOCUS="Gysi_Simplex_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="40,0,44,209" HREF="#" ONMOUSEOVER="Gysi_Simplex_Rollover(\'Gysi_Simplex_STech\',\'9\'); window.status=\'\'; return true;" ONFOCUS="Gysi_Simplex_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="45,0,49,209" HREF="#" ONMOUSEOVER="Gysi_Simplex_Rollover(\'Gysi_Simplex_STech\',\'10\'); window.status=\'\'; return true;" ONFOCUS="Gysi_Simplex_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="50,0,54,209" HREF="#" ONMOUSEOVER="Gysi_Simplex_Rollover(\'Gysi_Simplex_STech\',\'11\'); window.status=\'\'; return true;" ONFOCUS="Gysi_Simplex_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="55,0,59,209" HREF="#" ONMOUSEOVER="Gysi_Simplex_Rollover(\'Gysi_Simplex_STech\',\'12\'); window.status=\'\'; return true;" ONFOCUS="Gysi_Simplex_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="60,0,64,209" HREF="#" ONMOUSEOVER="Gysi_Simplex_Rollover(\'Gysi_Simplex_STech\',\'13\'); window.status=\'\'; return true;" ONFOCUS="Gysi_Simplex_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="65,0,69,209" HREF="#" ONMOUSEOVER="Gysi_Simplex_Rollover(\'Gysi_Simplex_STech\',\'14\'); window.status=\'\'; return true;" ONFOCUS="Gysi_Simplex_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="70,0,74,209" HREF="#" ONMOUSEOVER="Gysi_Simplex_Rollover(\'Gysi_Simplex_STech\',\'15\'); window.status=\'\'; return true;" ONFOCUS="Gysi_Simplex_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="75,0,79,209" HREF="#" ONMOUSEOVER="Gysi_Simplex_Rollover(\'Gysi_Simplex_STech\',\'16\'); window.status=\'\'; return true;" ONFOCUS="Gysi_Simplex_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="80,0,84,209" HREF="#" ONMOUSEOVER="Gysi_Simplex_Rollover(\'Gysi_Simplex_STech\',\'17\'); window.status=\'\'; return true;" ONFOCUS="Gysi_Simplex_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="85,0,89,209" HREF="#" ONMOUSEOVER="Gysi_Simplex_Rollover(\'Gysi_Simplex_STech\',\'18\'); window.status=\'\'; return true;" ONFOCUS="Gysi_Simplex_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="90,0,94,209" HREF="#" ONMOUSEOVER="Gysi_Simplex_Rollover(\'Gysi_Simplex_STech\',\'19\'); window.status=\'\'; return true;" ONFOCUS="Gysi_Simplex_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="95,0,99,209" HREF="#" ONMOUSEOVER="Gysi_Simplex_Rollover(\'Gysi_Simplex_STech\',\'20\'); window.status=\'\'; return true;" ONFOCUS="Gysi_Simplex_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="100,0,104,209" HREF="#" ONMOUSEOVER="Gysi_Simplex_Rollover(\'Gysi_Simplex_STech\',\'21\'); window.status=\'\'; return true;" ONFOCUS="Gysi_Simplex_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="105,0,109,209" HREF="#" ONMOUSEOVER="Gysi_Simplex_Rollover(\'Gysi_Simplex_STech\',\'22\'); window.status=\'\'; return true;" ONFOCUS="Gysi_Simplex_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="110,0,114,209" HREF="#" ONMOUSEOVER="Gysi_Simplex_Rollover(\'Gysi_Simplex_STech\',\'23\'); window.status=\'\'; return true;" ONFOCUS="Gysi_Simplex_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="115,0,119,209" HREF="#" ONMOUSEOVER="Gysi_Simplex_Rollover(\'Gysi_Simplex_STech\',\'24\'); window.status=\'\'; return true;" ONFOCUS="Gysi_Simplex_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="120,0,124,209" HREF="#" ONMOUSEOVER="Gysi_Simplex_Rollover(\'Gysi_Simplex_STech\',\'25\'); window.status=\'\'; return true;" ONFOCUS="Gysi_Simplex_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="125,0,129,209" HREF="#" ONMOUSEOVER="Gysi_Simplex_Rollover(\'Gysi_Simplex_STech\',\'26\'); window.status=\'\'; return true;" ONFOCUS="Gysi_Simplex_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="130,0,134,209" HREF="#" ONMOUSEOVER="Gysi_Simplex_Rollover(\'Gysi_Simplex_STech\',\'27\'); window.status=\'\'; return true;" ONFOCUS="Gysi_Simplex_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="135,0,139,209" HREF="#" ONMOUSEOVER="Gysi_Simplex_Rollover(\'Gysi_Simplex_STech\',\'28\'); window.status=\'\'; return true;" ONFOCUS="Gysi_Simplex_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="140,0,144,209" HREF="#" ONMOUSEOVER="Gysi_Simplex_Rollover(\'Gysi_Simplex_STech\',\'29\'); window.status=\'\'; return true;" ONFOCUS="Gysi_Simplex_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="145,0,149,209" HREF="#" ONMOUSEOVER="Gysi_Simplex_Rollover(\'Gysi_Simplex_STech\',\'30\'); window.status=\'\'; return true;" ONFOCUS="Gysi_Simplex_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="150,0,154,209" HREF="#" ONMOUSEOVER="Gysi_Simplex_Rollover(\'Gysi_Simplex_STech\',\'31\'); window.status=\'\'; return true;" ONFOCUS="Gysi_Simplex_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="155,0,159,209" HREF="#" ONMOUSEOVER="Gysi_Simplex_Rollover(\'Gysi_Simplex_STech\',\'32\'); window.status=\'\'; return true;" ONFOCUS="Gysi_Simplex_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="160,0,164,209" HREF="#" ONMOUSEOVER="Gysi_Simplex_Rollover(\'Gysi_Simplex_STech\',\'33\'); window.status=\'\'; return true;" ONFOCUS="Gysi_Simplex_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="165,0,169,209" HREF="#" ONMOUSEOVER="Gysi_Simplex_Rollover(\'Gysi_Simplex_STech\',\'34\'); window.status=\'\'; return true;" ONFOCUS="Gysi_Simplex_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="170,0,174,209" HREF="#" ONMOUSEOVER="Gysi_Simplex_Rollover(\'Gysi_Simplex_STech\',\'35\'); window.status=\'\'; return true;" ONFOCUS="Gysi_Simplex_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="175,0,179,209" HREF="#" ONMOUSEOVER="Gysi_Simplex_Rollover(\'Gysi_Simplex_STech\',\'36\'); window.status=\'\'; return true;" ONFOCUS="Gysi_Simplex_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="180,0,184,209" HREF="#" ONMOUSEOVER="Gysi_Simplex_Rollover(\'Gysi_Simplex_STech\',\'37\'); window.status=\'\'; return true;" ONFOCUS="Gysi_Simplex_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="185,0,189,209" HREF="#" ONMOUSEOVER="Gysi_Simplex_Rollover(\'Gysi_Simplex_STech\',\'38\'); window.status=\'\'; return true;" ONFOCUS="Gysi_Simplex_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="190,0,194,209" HREF="#" ONMOUSEOVER="Gysi_Simplex_Rollover(\'Gysi_Simplex_STech\',\'39\'); window.status=\'\'; return true;" ONFOCUS="Gysi_Simplex_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="195,0,199,209" HREF="#" ONMOUSEOVER="Gysi_Simplex_Rollover(\'Gysi_Simplex_STech\',\'40\'); window.status=\'\'; return true;" ONFOCUS="Gysi_Simplex_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="200,0,204,209" HREF="#" ONMOUSEOVER="Gysi_Simplex_Rollover(\'Gysi_Simplex_STech\',\'41\'); window.status=\'\'; return true;" ONFOCUS="Gysi_Simplex_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="205,0,209,209" HREF="#" ONMOUSEOVER="Gysi_Simplex_Rollover(\'Gysi_Simplex_STech\',\'42\'); window.status=\'\'; return true;" ONFOCUS="Gysi_Simplex_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="210,0,214,209" HREF="#" ONMOUSEOVER="Gysi_Simplex_Rollover(\'Gysi_Simplex_STech\',\'43\'); window.status=\'\'; return true;" ONFOCUS="Gysi_Simplex_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="215,0,219,209" HREF="#" ONMOUSEOVER="Gysi_Simplex_Rollover(\'Gysi_Simplex_STech\',\'44\'); window.status=\'\'; return true;" ONFOCUS="Gysi_Simplex_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="220,0,224,209" HREF="#" ONMOUSEOVER="Gysi_Simplex_Rollover(\'Gysi_Simplex_STech\',\'45\'); window.status=\'\'; return true;" ONFOCUS="Gysi_Simplex_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="225,0,229,209" HREF="#" ONMOUSEOVER="Gysi_Simplex_Rollover(\'Gysi_Simplex_STech\',\'46\'); window.status=\'\'; return true;" ONFOCUS="Gysi_Simplex_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="230,0,234,209" HREF="#" ONMOUSEOVER="Gysi_Simplex_Rollover(\'Gysi_Simplex_STech\',\'47\'); window.status=\'\'; return true;" ONFOCUS="Gysi_Simplex_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="235,0,239,209" HREF="#" ONMOUSEOVER="Gysi_Simplex_Rollover(\'Gysi_Simplex_STech\',\'48\'); window.status=\'\'; return true;" ONFOCUS="Gysi_Simplex_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="240,0,244,209" HREF="#" ONMOUSEOVER="Gysi_Simplex_Rollover(\'Gysi_Simplex_STech\',\'49\'); window.status=\'\'; return true;" ONFOCUS="Gysi_Simplex_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="245,0,249,209" HREF="#" ONMOUSEOVER="Gysi_Simplex_Rollover(\'Gysi_Simplex_STech\',\'50\'); window.status=\'\'; return true;" ONFOCUS="Gysi_Simplex_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="250,0,254,209" HREF="#" ONMOUSEOVER="Gysi_Simplex_Rollover(\'Gysi_Simplex_STech\',\'51\'); window.status=\'\'; return true;" ONFOCUS="Gysi_Simplex_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="255,0,259,209" HREF="#" ONMOUSEOVER="Gysi_Simplex_Rollover(\'Gysi_Simplex_STech\',\'52\'); window.status=\'\'; return true;" ONFOCUS="Gysi_Simplex_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="260,0,264,209" HREF="#" ONMOUSEOVER="Gysi_Simplex_Rollover(\'Gysi_Simplex_STech\',\'53\'); window.status=\'\'; return true;" ONFOCUS="Gysi_Simplex_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="265,0,269,209" HREF="#" ONMOUSEOVER="Gysi_Simplex_Rollover(\'Gysi_Simplex_STech\',\'54\'); window.status=\'\'; return true;" ONFOCUS="Gysi_Simplex_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="270,0,274,209" HREF="#" ONMOUSEOVER="Gysi_Simplex_Rollover(\'Gysi_Simplex_STech\',\'55\'); window.status=\'\'; return true;" ONFOCUS="Gysi_Simplex_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="275,0,279,209" HREF="#" ONMOUSEOVER="Gysi_Simplex_Rollover(\'Gysi_Simplex_STech\',\'56\'); window.status=\'\'; return true;" ONFOCUS="Gysi_Simplex_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="280,0,284,209" HREF="#" ONMOUSEOVER="Gysi_Simplex_Rollover(\'Gysi_Simplex_STech\',\'57\'); window.status=\'\'; return true;" ONFOCUS="Gysi_Simplex_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="285,0,289,209" HREF="#" ONMOUSEOVER="Gysi_Simplex_Rollover(\'Gysi_Simplex_STech\',\'58\'); window.status=\'\'; return true;" ONFOCUS="Gysi_Simplex_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="290,0,294,209" HREF="#" ONMOUSEOVER="Gysi_Simplex_Rollover(\'Gysi_Simplex_STech\',\'59\'); window.status=\'\'; return true;" ONFOCUS="Gysi_Simplex_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="295,0,299,209" HREF="#" ONMOUSEOVER="Gysi_Simplex_Rollover(\'Gysi_Simplex_STech\',\'60\'); window.status=\'\'; return true;" ONFOCUS="Gysi_Simplex_STech.blur(); return true;">');document.write('</MAP>');// STOP HIDING FROM OTHER BROWSERS -->