DTT_notice = "DHTML TypeWriter Text, Copyright (c) - 2001, OpenCube Inc. - www.opencube.com"

limit_users = true

DTT_width = 750
DTT_height = 25

DTT_codebase = "script/ttext/"			// 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 = true        // IE & NS6 only, other browsers retain the 'DTT_bgcolor' setting
DTT_bgcolor = ""		// 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
DTT_bgimage_ns4 = "default"        	// image file name | none | default (defaults to 'DTT_bgimage' value)  

DTT_border_width =0			// A settings of 0 will eliminate the border effect.
DTT_border_color = "#009999"		// Hex color value
DTT_border_style = "solid"		// none | dotted | dashed | solid | double | groove | ridge | inset | outset

DTT_textcolor = "white"
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 = "bold"		// normal | bold
DTT_fontstyle = "normal"		// normal | italic
DTT_textdecoration = "normal"	// normal | underline			
DTT_alignment = "left"		// center | left | right
DTT_margin_bottom = 0
DTT_margin_top = 5
DTT_margin_right = 0
DTT_margin_left = 3

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 = 55			// 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)

DTT_hl_textcolor = "white"		// Hex color value
DTT_hl_textdecoration = "underline"	// none | underline

DTT_hl_border_color = "#000000"	// Hex color value
DTT_hl_border_style = "none"	// 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

//DTT_onload_code = "alert('custom function - onload')"
//DTT_clickitem_code0 = "alert('custom Function - message 0')"
//DTT_clickitem_code1 = "alert('custom Function - message 1')"
