limit_multiple_users = truelimit_users = truesequence = "9x88_4"//  Typewriter Text, Copyright (c) - 2002, OpenCube Inc. - http://www.opencube.com//  //////  Typewriter Text functions 100% with....////      IE4, IE5.x, IE6 (Win 95, 98, ME, 2000, NT, XP)//      IE4, IE5.x, &up (Mac)//      NS4.x (All Platforms)//      NS5/6.x (All Platforms)//      ns7 (All Platforms)//      Opera 5 & 6 (All Platforms)//      Mozilla 1.0 & up////  //  To customize Typewriter Text open this file in a simple text //  editor (Notepad or similar). Modify and add parameters (all //  customizable parameters start with 'DTT_'), save this file,//  and open 'sample.htm' in a browser to view your effect. View//  the source for sample.htm for information on placing the//  effect within any web page.////  Typewriter Text conditionally loads the necessary JavaScript//  files (.js) depending on the browser and platform the user//  is viewing the effect on. The total file size for each//  browser / platform scenario is no larger than 7K.//////  NOTE: Parameters with an appended '//' are commented out,//        delete the '//' to activate the parameter. ////        Commenting out required parameters will cause errors.////        Text values, except TRUE and FALSE statements, must be//        enclosed by double quotes (").//  //        Each parameter value should appear on its own line.////        This data file may also be placed within your HTML page//        by enclosing between JavaScript tags./*-------------------------------------------Copyright Notice - The following parameter is required in order for the effect to function.--------------------------------------------*/     DTT_notice = "DHTML TypeWriter Text, Copyright (c) - 2001, OpenCube Inc. - www.opencube.com"/*-------------------------------------------General Properties--------------------------------------------*/   DTT_width = 263   DTT_height = 24   DTT_codebase = ""			// relative or absolute folder location of .js files   DTT_urltarget = "_self"		// set to: _self, _parent, _new, or "my frame name"    /*------The following parameter determines the type of effect which   --------will be used to display the messages. Set to true for a   --------typewriter effect or false for a scroll up effect.  Note:   --------Opera will only use a scroll up effect due to limitations   --------with JavaScript in this environment.---------*/	   DTT_type_message = true		                 /*-------------------------------------------Background Settings--------------------------------------------*/   DTT_bg_is_transparent = false        // IE & NS6 only, other browsers retain the 'DTT_bgcolor' setting   DTT_bgcolor = "#ffffff"		// Background color - hex value   DTT_bgimage = "none"			// image file name | none   DTT_bgposition = "center"		// center | left | right | top | bottom   DTT_bgrepeat = "repeat"		// repeat | repeat-x | repeat-y | no-repeat   /*----Netscape 4.x background image - NS4 does not correctly   ------support non tiled background images. Use this parameter   ------to reference a special image if you are not using   ------tiled images with the standard parameters above.-----*/   DTT_bgimage_ns4 = "default"        	// image file name | none | default (defaults to 'DTT_bgimage' value)  /*-------------------------------------------Font, Border and Margin Settings--------------------------------------------*/   DTT_border_width = 1			// A settings of 0 will eliminate the border effect.   DTT_border_color = "#ff6600"		// Hex color value   DTT_border_style = "dotted"		// none | dotted | dashed | solid | double | groove | ridge | inset | outset   DTT_textcolor = "#333333"   DTT_fontfamily = "verdana"		// Any available system font     		   DTT_fontsize = 11			// pixel size of font for all browsers   DTT_fontsize_ns4 = 11		// pixel size of font for Netscpe 4 only   DTT_fontweight = "bold"		// normal | bold   DTT_fontstyle = "normal"		// normal | italic   DTT_textdecoration = "normal"	// normal | underline			   DTT_alignment = "left"		// center | left | right   DTT_margin_bottom = 5   DTT_margin_top = 5   DTT_margin_right = 0   DTT_margin_left = 5   /*-----Y Offsets are defined in pixels and are used to adjust the    -------vertical alignment of the text. A special parameter for the   -------Opera browsers is provided due to a text placement bug.--*/   DTT_offset_y = -1   DTT_opera5_offset_y = 1                   DTT_opera6_offset_y = -2/*-------------------------------------------Animation and message timing--------------------------------------------*/   DTT_display_time = 1500		// Length of time to display each message in milliseconds (1/1000s)   DTT_type_delay = 90			// Time between each typed character in milliseconds (1/1000s)   DTT_delay_between_msgs = 400		// --Time between a message leaving the screen and the next 					// --message appearing in milliseconds (1/1000s)   DTT_scroll_jump = 2			// Distance in pixels to move each animation frame   DTT_scroll_delay = 25		// Time between animation frames in milliseconds (1/1000s)/*-------------------------------------------Highlight Properties--------------------------------------------*/   DTT_hl_textcolor = "#ff6600"		// Hex color value   DTT_hl_textdecoration = "underline"	// none | underline   DTT_hl_border_color = "#cccccc"	// Hex color value   DTT_hl_border_style = "dotted"	// none | dotted | dashed | solid | double | groove | ridge | inset | outset   DTT_mouse_cursor = "hand";		// default | hand    DTT_cancel_hl = false		// false - use above highlight properties | true - deactivate highlighting/*---------------------------------------------Optional event triggered custom function calls----------------------------------------------*/   /*----This effect uses the documents onload event to   ------initially generate the effect. If your HTML page requires   ------the onload statement for calling other script functions   ------or statements you may execute your code using the   ------parameter below------*/   //DTT_onload_code = "alert('custom function - onload')"      /*----the following parameters may be used to execute   ------custom code upon clicking a message. If a URL link    ------and custom code are both defined the code will be    ------executed first, then the URL link will be loaded. This    ------parameter option is useful for opening custom pop up windows.---*/   //DTT_clickitem_code0 = "alert('custom Function - message 0')"   //DTT_clickitem_code1 = "alert('custom Function - message 1')"/*-------------------------------------------Typewriter Text Messages and URL links--------------------------------------------*/   DTT_message0 = "The Coolest Website"   DTT_message1 = "For Buying High-End Audio"   DTT_message2 = "& Home Theater!"   //DTT_message3 = "Sony Electronics"   //DTT_message4 = "Boeing"   //DTT_message5 = "AT & T"   //DTT_message6 = "Lucent"   //DTT_message7 = "Goodyear"   //DTT_message8 = "Dow Chemical"   //DTT_message9 = "America Online"   //DTT_message10 = "Xerox"   //DTT_message11 = "US West"   //DTT_message12 = "Intel"   //DTT_message13 = "British Airways"   DTT_url0 = "default.asp"   DTT_url1 = "default.asp"   DTT_url2 = "default.asp"   //DTT_url3 = "documents/sample_link.htm"   //DTT_url4 = "documents/sample_link.htm"   //DTT_url5 = "documents/sample_link.htm"   //DTT_url6 = "documents/sample_link.htm"   //DTT_url7 = "documents/sample_link.htm"   //DTT_url8 = "documents/sample_link.htm"   //DTT_url9 = "documents/sample_link.htm"   //DTT_url10 = "documents/sample_link.htm"   //DTT_url11 = "documents/sample_link.htm"   //DTT_url12 = "documents/sample_link.htm"   //DTT_url13 = "documents/sample_link.htm"