/*-------------------------------------------
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 = 250
DTT_height = 40


DTT_codebase = "script/"
DTT_urltarget = "_self"

DTT_type_message = true


/*-------------------------------------------
Background Settings
--------------------------------------------*/


DTT_bg_is_transparent = false
DTT_bgcolor = "#eeeeee"

DTT_bgimage = "none"
DTT_bgposition = "center"
DTT_bgrepeat = "no-repeat"

DTT_bgimage_ns4 = "default"


/*-------------------------------------------
Font, Border and Margin Settings
--------------------------------------------*/


DTT_border_width = 1
DTT_border_color = "#222222"
DTT_border_style = "solid"

DTT_textcolor = "#000000"
DTT_fontfamily = "Arial"
DTT_fontsize = 12
DTT_fontsize_ns4 = 12
DTT_fontweight = "normal"
DTT_fontstyle = "nromal"
DTT_textdecoration = "nromal"

DTT_alignment = "center"
DTT_margin_bottom = 5
DTT_margin_top = 5
DTT_margin_right = 7
DTT_margin_left = 7

DTT_offset_y = -1
DTT_opera5_offset_y = 1                
DTT_opera6_offset_y = -2  




/*-------------------------------------------
Animation and message timing
--------------------------------------------*/


DTT_display_time = 2500
DTT_type_delay = 50
DTT_delay_between_msgs = 400
					


DTT_scroll_jump = 2
DTT_scroll_delay = 25




/*-------------------------------------------
Highlight Properties
--------------------------------------------*/


DTT_hl_textcolor = "#0000ff"
DTT_hl_textdecoration = "underline"

DTT_hl_border_color = "#111111"
DTT_hl_border_style = "solid"


DTT_mouse_cursor = "hand"
DTT_cancel_hl = false



/*---------------------------------------------
Optional event triggered custom function calls
----------------------------------------------*/


//DTT_onload_code = "alert('custom function - onload')"

    
//DTT_clickitem_code0 = "alert('custom Function - message 0')"
//DTT_clickitem_code1 = "alert('custom Function - message 1')"


/*-------------------------------------------
Typewriter Text Messages and URL links
--------------------------------------------*/



DTT_message0 = "This is a multiple line example of the Typewriter Text effect."
DTT_message1 = "Multiple text lines may be scrolled into position or typed out."


DTT_url0 = "documents/sample_link.htm"
DTT_url1 = "documents/sample_link.htm"

