<!-- 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 Sno_New_Century_preloadFlag = false;                   // Variable that is used only to make sure all the images for the animation are preloadedvar Sno_New_Century_shot_number = "1";                     // First image in the animationvar Sno_New_Century_total_frames = "60";                   // Total number of images in animationvar Sno_New_Century_spinning = "YES";                      // Whether or not the image is to spin when the page loadsvar Sno_New_Century_spin_direction = "RIGHT";              // What direction the image is to spin when the page loadsvar Sno_New_Century_spin_speed = "200";                    // The speed at which the animation is to run. Lower numbers equal faster playbackvar Sno_New_Century_spin_object = "Sno_New_Century_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 Sno_New_Century_Preload_Images() {	if (document.images) {		Sno_New_Century_frame1 = new Image;		Sno_New_Century_frame1.src = "Sno_New_Century_frame01.jpg";		Sno_New_Century_frame2 = new Image;		Sno_New_Century_frame2.src = "Sno_New_Century_frame02.jpg";		Sno_New_Century_frame3 = new Image;		Sno_New_Century_frame3.src = "Sno_New_Century_frame03.jpg";		Sno_New_Century_frame4 = new Image;		Sno_New_Century_frame4.src = "Sno_New_Century_frame04.jpg";		Sno_New_Century_frame5 = new Image;		Sno_New_Century_frame5.src = "Sno_New_Century_frame05.jpg";		Sno_New_Century_frame6 = new Image;		Sno_New_Century_frame6.src = "Sno_New_Century_frame06.jpg";		Sno_New_Century_frame7 = new Image;		Sno_New_Century_frame7.src = "Sno_New_Century_frame07.jpg";		Sno_New_Century_frame8 = new Image;		Sno_New_Century_frame8.src = "Sno_New_Century_frame08.jpg";		Sno_New_Century_frame9 = new Image;		Sno_New_Century_frame9.src = "Sno_New_Century_frame09.jpg";		Sno_New_Century_frame10 = new Image;		Sno_New_Century_frame10.src = "Sno_New_Century_frame10.jpg";		Sno_New_Century_frame11 = new Image;		Sno_New_Century_frame11.src = "Sno_New_Century_frame11.jpg";		Sno_New_Century_frame12 = new Image;		Sno_New_Century_frame12.src = "Sno_New_Century_frame12.jpg";		Sno_New_Century_frame13 = new Image;		Sno_New_Century_frame13.src = "Sno_New_Century_frame13.jpg";		Sno_New_Century_frame14 = new Image;		Sno_New_Century_frame14.src = "Sno_New_Century_frame14.jpg";		Sno_New_Century_frame15 = new Image;		Sno_New_Century_frame15.src = "Sno_New_Century_frame15.jpg";		Sno_New_Century_frame16 = new Image;		Sno_New_Century_frame16.src = "Sno_New_Century_frame16.jpg";		Sno_New_Century_frame17 = new Image;		Sno_New_Century_frame17.src = "Sno_New_Century_frame17.jpg";		Sno_New_Century_frame18 = new Image;		Sno_New_Century_frame18.src = "Sno_New_Century_frame18.jpg";		Sno_New_Century_frame19 = new Image;		Sno_New_Century_frame19.src = "Sno_New_Century_frame19.jpg";		Sno_New_Century_frame20 = new Image;		Sno_New_Century_frame20.src = "Sno_New_Century_frame20.jpg";		Sno_New_Century_frame21 = new Image;		Sno_New_Century_frame21.src = "Sno_New_Century_frame21.jpg";		Sno_New_Century_frame22 = new Image;		Sno_New_Century_frame22.src = "Sno_New_Century_frame22.jpg";		Sno_New_Century_frame23 = new Image;		Sno_New_Century_frame23.src = "Sno_New_Century_frame23.jpg";		Sno_New_Century_frame24 = new Image;		Sno_New_Century_frame24.src = "Sno_New_Century_frame24.jpg";		Sno_New_Century_frame25 = new Image;		Sno_New_Century_frame25.src = "Sno_New_Century_frame25.jpg";		Sno_New_Century_frame26 = new Image;		Sno_New_Century_frame26.src = "Sno_New_Century_frame26.jpg";		Sno_New_Century_frame27 = new Image;		Sno_New_Century_frame27.src = "Sno_New_Century_frame27.jpg";		Sno_New_Century_frame28 = new Image;		Sno_New_Century_frame28.src = "Sno_New_Century_frame28.jpg";		Sno_New_Century_frame29 = new Image;		Sno_New_Century_frame29.src = "Sno_New_Century_frame29.jpg";		Sno_New_Century_frame30 = new Image;		Sno_New_Century_frame30.src = "Sno_New_Century_frame30.jpg";		Sno_New_Century_frame31 = new Image;		Sno_New_Century_frame31.src = "Sno_New_Century_frame31.jpg";		Sno_New_Century_frame32 = new Image;		Sno_New_Century_frame32.src = "Sno_New_Century_frame32.jpg";		Sno_New_Century_frame33 = new Image;		Sno_New_Century_frame33.src = "Sno_New_Century_frame33.jpg";		Sno_New_Century_frame34 = new Image;		Sno_New_Century_frame34.src = "Sno_New_Century_frame34.jpg";		Sno_New_Century_frame35 = new Image;		Sno_New_Century_frame35.src = "Sno_New_Century_frame35.jpg";		Sno_New_Century_frame36 = new Image;		Sno_New_Century_frame36.src = "Sno_New_Century_frame36.jpg";		Sno_New_Century_frame37 = new Image;		Sno_New_Century_frame37.src = "Sno_New_Century_frame37.jpg";		Sno_New_Century_frame38 = new Image;		Sno_New_Century_frame38.src = "Sno_New_Century_frame38.jpg";		Sno_New_Century_frame39 = new Image;		Sno_New_Century_frame39.src = "Sno_New_Century_frame39.jpg";		Sno_New_Century_frame40 = new Image;		Sno_New_Century_frame40.src = "Sno_New_Century_frame40.jpg";		Sno_New_Century_frame41 = new Image;		Sno_New_Century_frame41.src = "Sno_New_Century_frame41.jpg";		Sno_New_Century_frame42 = new Image;		Sno_New_Century_frame42.src = "Sno_New_Century_frame42.jpg";		Sno_New_Century_frame43 = new Image;		Sno_New_Century_frame43.src = "Sno_New_Century_frame43.jpg";		Sno_New_Century_frame44 = new Image;		Sno_New_Century_frame44.src = "Sno_New_Century_frame44.jpg";		Sno_New_Century_frame45 = new Image;		Sno_New_Century_frame45.src = "Sno_New_Century_frame45.jpg";		Sno_New_Century_frame46 = new Image;		Sno_New_Century_frame46.src = "Sno_New_Century_frame46.jpg";		Sno_New_Century_frame47 = new Image;		Sno_New_Century_frame47.src = "Sno_New_Century_frame47.jpg";		Sno_New_Century_frame48 = new Image;		Sno_New_Century_frame48.src = "Sno_New_Century_frame48.jpg";		Sno_New_Century_frame49 = new Image;		Sno_New_Century_frame49.src = "Sno_New_Century_frame49.jpg";		Sno_New_Century_frame50 = new Image;		Sno_New_Century_frame50.src = "Sno_New_Century_frame50.jpg";		Sno_New_Century_frame51 = new Image;		Sno_New_Century_frame51.src = "Sno_New_Century_frame51.jpg";		Sno_New_Century_frame52 = new Image;		Sno_New_Century_frame52.src = "Sno_New_Century_frame52.jpg";		Sno_New_Century_frame53 = new Image;		Sno_New_Century_frame53.src = "Sno_New_Century_frame53.jpg";		Sno_New_Century_frame54 = new Image;		Sno_New_Century_frame54.src = "Sno_New_Century_frame54.jpg";		Sno_New_Century_frame55 = new Image;		Sno_New_Century_frame55.src = "Sno_New_Century_frame55.jpg";		Sno_New_Century_frame56 = new Image;		Sno_New_Century_frame56.src = "Sno_New_Century_frame56.jpg";		Sno_New_Century_frame57 = new Image;		Sno_New_Century_frame57.src = "Sno_New_Century_frame57.jpg";		Sno_New_Century_frame58 = new Image;		Sno_New_Century_frame58.src = "Sno_New_Century_frame58.jpg";		Sno_New_Century_frame59 = new Image;		Sno_New_Century_frame59.src = "Sno_New_Century_frame59.jpg";		Sno_New_Century_frame60 = new Image;		Sno_New_Century_frame60.src = "Sno_New_Century_frame60.jpg";		Sno_New_Century_preloadFlag = true;	}}// Function that handles the rollovers when you mouse over a buttonfunction Sno_New_Century_Rollover(Sno_New_Century_imgDocID,Sno_New_Century_imgNumber) {	Sno_New_Century_shot_number = Sno_New_Century_imgNumber;	Sno_New_Century_spinning = "NO";	document.images[Sno_New_Century_imgDocID].src = eval("Sno_New_Century_frame" + Sno_New_Century_shot_number + ".src");}// Function that handles the Auto-Spinfunction Sno_New_Century_Auto_Spin(Sno_New_Century_imgDocID,Sno_New_Century_imgObjName) {	if (Sno_New_Century_spinning == "YES") {		if (Sno_New_Century_spin_direction == "RIGHT") {			document.images[Sno_New_Century_imgDocID].src = eval(Sno_New_Century_imgObjName + Sno_New_Century_shot_number + ".src");			if (Sno_New_Century_shot_number == Sno_New_Century_total_frames) {				Sno_New_Century_shot_number = "1";			} else {				Sno_New_Century_shot_number = eval(Sno_New_Century_shot_number + " + 1");			}			setTimeout("Sno_New_Century_Auto_Spin(Sno_New_Century_spin_object,'Sno_New_Century_frame');",Sno_New_Century_spin_speed);		} else {			document.images[Sno_New_Century_imgDocID].src = eval(Sno_New_Century_imgObjName + Sno_New_Century_shot_number + ".src");			if (Sno_New_Century_shot_number == "1") {				Sno_New_Century_shot_number = Sno_New_Century_total_frames;			} else {				Sno_New_Century_shot_number = eval(Sno_New_Century_shot_number + " - 1");			}			setTimeout("Sno_New_Century_Auto_Spin(Sno_New_Century_spin_object,'Sno_New_Century_frame');",Sno_New_Century_spin_speed);		}	}}document.write('');document.write('<MAP NAME="Sno_New_Century_VR">');document.write('<AREA SHAPE="rect" COORDS="0,0,3,216" HREF="#" ONMOUSEOVER="Sno_New_Century_Rollover(\'Sno_New_Century_STech\',\'1\'); window.status=\'\'; return true;" ONFOCUS="Sno_New_Century_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="4,0,7,216" HREF="#" ONMOUSEOVER="Sno_New_Century_Rollover(\'Sno_New_Century_STech\',\'2\'); window.status=\'\'; return true;" ONFOCUS="Sno_New_Century_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="8,0,11,216" HREF="#" ONMOUSEOVER="Sno_New_Century_Rollover(\'Sno_New_Century_STech\',\'3\'); window.status=\'\'; return true;" ONFOCUS="Sno_New_Century_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="12,0,15,216" HREF="#" ONMOUSEOVER="Sno_New_Century_Rollover(\'Sno_New_Century_STech\',\'4\'); window.status=\'\'; return true;" ONFOCUS="Sno_New_Century_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="16,0,19,216" HREF="#" ONMOUSEOVER="Sno_New_Century_Rollover(\'Sno_New_Century_STech\',\'5\'); window.status=\'\'; return true;" ONFOCUS="Sno_New_Century_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="20,0,23,216" HREF="#" ONMOUSEOVER="Sno_New_Century_Rollover(\'Sno_New_Century_STech\',\'6\'); window.status=\'\'; return true;" ONFOCUS="Sno_New_Century_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="24,0,27,216" HREF="#" ONMOUSEOVER="Sno_New_Century_Rollover(\'Sno_New_Century_STech\',\'7\'); window.status=\'\'; return true;" ONFOCUS="Sno_New_Century_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="28,0,31,216" HREF="#" ONMOUSEOVER="Sno_New_Century_Rollover(\'Sno_New_Century_STech\',\'8\'); window.status=\'\'; return true;" ONFOCUS="Sno_New_Century_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="32,0,35,216" HREF="#" ONMOUSEOVER="Sno_New_Century_Rollover(\'Sno_New_Century_STech\',\'9\'); window.status=\'\'; return true;" ONFOCUS="Sno_New_Century_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="36,0,39,216" HREF="#" ONMOUSEOVER="Sno_New_Century_Rollover(\'Sno_New_Century_STech\',\'10\'); window.status=\'\'; return true;" ONFOCUS="Sno_New_Century_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="40,0,43,216" HREF="#" ONMOUSEOVER="Sno_New_Century_Rollover(\'Sno_New_Century_STech\',\'11\'); window.status=\'\'; return true;" ONFOCUS="Sno_New_Century_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="44,0,47,216" HREF="#" ONMOUSEOVER="Sno_New_Century_Rollover(\'Sno_New_Century_STech\',\'12\'); window.status=\'\'; return true;" ONFOCUS="Sno_New_Century_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="48,0,51,216" HREF="#" ONMOUSEOVER="Sno_New_Century_Rollover(\'Sno_New_Century_STech\',\'13\'); window.status=\'\'; return true;" ONFOCUS="Sno_New_Century_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="52,0,55,216" HREF="#" ONMOUSEOVER="Sno_New_Century_Rollover(\'Sno_New_Century_STech\',\'14\'); window.status=\'\'; return true;" ONFOCUS="Sno_New_Century_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="56,0,59,216" HREF="#" ONMOUSEOVER="Sno_New_Century_Rollover(\'Sno_New_Century_STech\',\'15\'); window.status=\'\'; return true;" ONFOCUS="Sno_New_Century_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="60,0,63,216" HREF="#" ONMOUSEOVER="Sno_New_Century_Rollover(\'Sno_New_Century_STech\',\'16\'); window.status=\'\'; return true;" ONFOCUS="Sno_New_Century_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="64,0,67,216" HREF="#" ONMOUSEOVER="Sno_New_Century_Rollover(\'Sno_New_Century_STech\',\'17\'); window.status=\'\'; return true;" ONFOCUS="Sno_New_Century_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="68,0,71,216" HREF="#" ONMOUSEOVER="Sno_New_Century_Rollover(\'Sno_New_Century_STech\',\'18\'); window.status=\'\'; return true;" ONFOCUS="Sno_New_Century_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="72,0,75,216" HREF="#" ONMOUSEOVER="Sno_New_Century_Rollover(\'Sno_New_Century_STech\',\'19\'); window.status=\'\'; return true;" ONFOCUS="Sno_New_Century_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="76,0,79,216" HREF="#" ONMOUSEOVER="Sno_New_Century_Rollover(\'Sno_New_Century_STech\',\'20\'); window.status=\'\'; return true;" ONFOCUS="Sno_New_Century_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="80,0,83,216" HREF="#" ONMOUSEOVER="Sno_New_Century_Rollover(\'Sno_New_Century_STech\',\'21\'); window.status=\'\'; return true;" ONFOCUS="Sno_New_Century_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="84,0,87,216" HREF="#" ONMOUSEOVER="Sno_New_Century_Rollover(\'Sno_New_Century_STech\',\'22\'); window.status=\'\'; return true;" ONFOCUS="Sno_New_Century_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="88,0,91,216" HREF="#" ONMOUSEOVER="Sno_New_Century_Rollover(\'Sno_New_Century_STech\',\'23\'); window.status=\'\'; return true;" ONFOCUS="Sno_New_Century_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="92,0,95,216" HREF="#" ONMOUSEOVER="Sno_New_Century_Rollover(\'Sno_New_Century_STech\',\'24\'); window.status=\'\'; return true;" ONFOCUS="Sno_New_Century_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="96,0,99,216" HREF="#" ONMOUSEOVER="Sno_New_Century_Rollover(\'Sno_New_Century_STech\',\'25\'); window.status=\'\'; return true;" ONFOCUS="Sno_New_Century_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="100,0,103,216" HREF="#" ONMOUSEOVER="Sno_New_Century_Rollover(\'Sno_New_Century_STech\',\'26\'); window.status=\'\'; return true;" ONFOCUS="Sno_New_Century_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="104,0,107,216" HREF="#" ONMOUSEOVER="Sno_New_Century_Rollover(\'Sno_New_Century_STech\',\'27\'); window.status=\'\'; return true;" ONFOCUS="Sno_New_Century_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="108,0,111,216" HREF="#" ONMOUSEOVER="Sno_New_Century_Rollover(\'Sno_New_Century_STech\',\'28\'); window.status=\'\'; return true;" ONFOCUS="Sno_New_Century_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="112,0,115,216" HREF="#" ONMOUSEOVER="Sno_New_Century_Rollover(\'Sno_New_Century_STech\',\'29\'); window.status=\'\'; return true;" ONFOCUS="Sno_New_Century_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="116,0,119,216" HREF="#" ONMOUSEOVER="Sno_New_Century_Rollover(\'Sno_New_Century_STech\',\'30\'); window.status=\'\'; return true;" ONFOCUS="Sno_New_Century_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="120,0,123,216" HREF="#" ONMOUSEOVER="Sno_New_Century_Rollover(\'Sno_New_Century_STech\',\'31\'); window.status=\'\'; return true;" ONFOCUS="Sno_New_Century_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="124,0,127,216" HREF="#" ONMOUSEOVER="Sno_New_Century_Rollover(\'Sno_New_Century_STech\',\'32\'); window.status=\'\'; return true;" ONFOCUS="Sno_New_Century_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="128,0,131,216" HREF="#" ONMOUSEOVER="Sno_New_Century_Rollover(\'Sno_New_Century_STech\',\'33\'); window.status=\'\'; return true;" ONFOCUS="Sno_New_Century_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="132,0,135,216" HREF="#" ONMOUSEOVER="Sno_New_Century_Rollover(\'Sno_New_Century_STech\',\'34\'); window.status=\'\'; return true;" ONFOCUS="Sno_New_Century_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="136,0,139,216" HREF="#" ONMOUSEOVER="Sno_New_Century_Rollover(\'Sno_New_Century_STech\',\'35\'); window.status=\'\'; return true;" ONFOCUS="Sno_New_Century_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="140,0,143,216" HREF="#" ONMOUSEOVER="Sno_New_Century_Rollover(\'Sno_New_Century_STech\',\'36\'); window.status=\'\'; return true;" ONFOCUS="Sno_New_Century_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="144,0,147,216" HREF="#" ONMOUSEOVER="Sno_New_Century_Rollover(\'Sno_New_Century_STech\',\'37\'); window.status=\'\'; return true;" ONFOCUS="Sno_New_Century_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="148,0,151,216" HREF="#" ONMOUSEOVER="Sno_New_Century_Rollover(\'Sno_New_Century_STech\',\'38\'); window.status=\'\'; return true;" ONFOCUS="Sno_New_Century_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="152,0,155,216" HREF="#" ONMOUSEOVER="Sno_New_Century_Rollover(\'Sno_New_Century_STech\',\'39\'); window.status=\'\'; return true;" ONFOCUS="Sno_New_Century_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="156,0,159,216" HREF="#" ONMOUSEOVER="Sno_New_Century_Rollover(\'Sno_New_Century_STech\',\'40\'); window.status=\'\'; return true;" ONFOCUS="Sno_New_Century_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="160,0,163,216" HREF="#" ONMOUSEOVER="Sno_New_Century_Rollover(\'Sno_New_Century_STech\',\'41\'); window.status=\'\'; return true;" ONFOCUS="Sno_New_Century_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="164,0,167,216" HREF="#" ONMOUSEOVER="Sno_New_Century_Rollover(\'Sno_New_Century_STech\',\'42\'); window.status=\'\'; return true;" ONFOCUS="Sno_New_Century_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="168,0,171,216" HREF="#" ONMOUSEOVER="Sno_New_Century_Rollover(\'Sno_New_Century_STech\',\'43\'); window.status=\'\'; return true;" ONFOCUS="Sno_New_Century_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="172,0,175,216" HREF="#" ONMOUSEOVER="Sno_New_Century_Rollover(\'Sno_New_Century_STech\',\'44\'); window.status=\'\'; return true;" ONFOCUS="Sno_New_Century_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="176,0,179,216" HREF="#" ONMOUSEOVER="Sno_New_Century_Rollover(\'Sno_New_Century_STech\',\'45\'); window.status=\'\'; return true;" ONFOCUS="Sno_New_Century_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="180,0,183,216" HREF="#" ONMOUSEOVER="Sno_New_Century_Rollover(\'Sno_New_Century_STech\',\'46\'); window.status=\'\'; return true;" ONFOCUS="Sno_New_Century_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="184,0,187,216" HREF="#" ONMOUSEOVER="Sno_New_Century_Rollover(\'Sno_New_Century_STech\',\'47\'); window.status=\'\'; return true;" ONFOCUS="Sno_New_Century_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="188,0,191,216" HREF="#" ONMOUSEOVER="Sno_New_Century_Rollover(\'Sno_New_Century_STech\',\'48\'); window.status=\'\'; return true;" ONFOCUS="Sno_New_Century_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="192,0,195,216" HREF="#" ONMOUSEOVER="Sno_New_Century_Rollover(\'Sno_New_Century_STech\',\'49\'); window.status=\'\'; return true;" ONFOCUS="Sno_New_Century_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="196,0,199,216" HREF="#" ONMOUSEOVER="Sno_New_Century_Rollover(\'Sno_New_Century_STech\',\'50\'); window.status=\'\'; return true;" ONFOCUS="Sno_New_Century_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="200,0,203,216" HREF="#" ONMOUSEOVER="Sno_New_Century_Rollover(\'Sno_New_Century_STech\',\'51\'); window.status=\'\'; return true;" ONFOCUS="Sno_New_Century_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="204,0,207,216" HREF="#" ONMOUSEOVER="Sno_New_Century_Rollover(\'Sno_New_Century_STech\',\'52\'); window.status=\'\'; return true;" ONFOCUS="Sno_New_Century_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="208,0,211,216" HREF="#" ONMOUSEOVER="Sno_New_Century_Rollover(\'Sno_New_Century_STech\',\'53\'); window.status=\'\'; return true;" ONFOCUS="Sno_New_Century_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="212,0,215,216" HREF="#" ONMOUSEOVER="Sno_New_Century_Rollover(\'Sno_New_Century_STech\',\'54\'); window.status=\'\'; return true;" ONFOCUS="Sno_New_Century_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="216,0,219,216" HREF="#" ONMOUSEOVER="Sno_New_Century_Rollover(\'Sno_New_Century_STech\',\'55\'); window.status=\'\'; return true;" ONFOCUS="Sno_New_Century_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="220,0,223,216" HREF="#" ONMOUSEOVER="Sno_New_Century_Rollover(\'Sno_New_Century_STech\',\'56\'); window.status=\'\'; return true;" ONFOCUS="Sno_New_Century_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="224,0,227,216" HREF="#" ONMOUSEOVER="Sno_New_Century_Rollover(\'Sno_New_Century_STech\',\'57\'); window.status=\'\'; return true;" ONFOCUS="Sno_New_Century_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="228,0,231,216" HREF="#" ONMOUSEOVER="Sno_New_Century_Rollover(\'Sno_New_Century_STech\',\'58\'); window.status=\'\'; return true;" ONFOCUS="Sno_New_Century_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="232,0,235,216" HREF="#" ONMOUSEOVER="Sno_New_Century_Rollover(\'Sno_New_Century_STech\',\'59\'); window.status=\'\'; return true;" ONFOCUS="Sno_New_Century_STech.blur(); return true;">');document.write('<AREA SHAPE="rect" COORDS="236,0,239,216" HREF="#" ONMOUSEOVER="Sno_New_Century_Rollover(\'Sno_New_Century_STech\',\'60\'); window.status=\'\'; return true;" ONFOCUS="Sno_New_Century_STech.blur(); return true;">');document.write('</MAP>');// STOP HIDING FROM OTHER BROWSERS -->