// JavaScript Document
	DTT_notice = "DHTML TypeWriter Text, Copyright (c) - 2001, OpenCube Inc. - www.opencube.com"
	DTT_width = 290
	DTT_height = 150
	DTT_codebase = ""			// relative or absolute folder location of .js files
	DTT_urltarget = "_self"		// set to: _self, _parent, _new, or "my frame name"
	DTT_type_message = true		
	DTT_bg_is_transparent = false        // IE & NS6 only, other browsers retain the 'DTT_bgcolor' setting
	DTT_bgcolor = "#e9e9e9"		// Background color - hex value
	DTT_bgimage = "none"			// image file name | none
	DTT_bgposition = "left"		// 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)  
	DTT_border_width = 1			// A settings of 0 will eliminate the border effect.
	DTT_border_color = "#333333"		// Hex color value
	DTT_border_style = "solid"		// none | dotted | dashed | solid | double | groove | ridge | inset | outset
	DTT_textcolor = "#333333"
	DTT_fontfamily = "Arial"		// Any available system font     		
	DTT_fontsize = 12			// pixel size of font for all browsers
	DTT_fontsize_ns4 = 12		// pixel size of font for Netscpe 4 only
	DTT_fontweight = "normal"		// 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 = 10
	DTT_offset_y = -1
	DTT_opera5_offset_y = 1                
	DTT_opera6_offset_y = -2
	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 
	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 = "#000000"		// Hex color value
   DTT_hl_textdecoration = "underline"	// none | underline

   DTT_hl_border_color = "#000000"	// Hex color value
   DTT_hl_border_style = "solid"	// 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 = "<b><?php echo $today; ?></b><br>Latest company news & headlines from Blatts Pattern Shop Inc........"
DTT_url0 = "news.php"
DTT_message1 = "<b>Jan 2005 Headlines</b><br><br>Blatts Pattern Shop Inc announces new long term partnership with Pelletron in the construction of the Pelletron's new project, 'The Pelbow™.'<br><br>Click here for more info........"
DTT_url1 = "news.php"
DTT_message2 = "<b>Jan 2005 Headlines</b><br><br>Blatts Pattern Shop Inc launches new corporate website in association with Internet Development Group - The Internet Foundry<br><br>Click here for more info........"
DTT_url2 = "news.php"
DTT_message3 = "<b>Jan 2005 Headlines</b><br><br>Blatts Pattern Shop announces new program to upgrade CNC Department in an attempt to bring more efficient machining processes to the CNC Division which will further improve many aspects of the shops operations.<br><br>Click here for more info........"
DTT_url3 = "news.php"