// 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        = 180;
DTT_height       = 66;
DTT_codebase     = "/js/";
//DTT_codebase     = "js/";
DTT_urltarget    = "_self";
if (document.all) {
  DTT_type_message = true;
  DTT_alignment       = "left";
} else {
  DTT_type_message = false;
  DTT_alignment       = "center";
}
// Background Settings
//DTT_bg_is_transparent = false;
DTT_bg_is_transparent = true;
DTT_bgcolor     = "#DADADA";
DTT_bgimage     = "none";
DTT_bgposition  = "center";
DTT_bgrepeat    = "no-repeat";
DTT_bgimage_ns4 = "default";
// Font, Border and Margin Settings
DTT_border_width    = 0;
DTT_border_color    = "#DADADA";
DTT_border_style    = "solid";
//DTT_border_style    = "groove";
DTT_textcolor       = "#000000";
DTT_fontfamily      = "Arial";
DTT_fontsize        = 12;
DTT_fontsize_ns4    = 12;
DTT_fontweight      = "normal";
DTT_fontstyle       = "normal";
DTT_textdecoration  = "normal";
DTT_margin_bottom   = 5;
DTT_margin_top      = 5;
DTT_margin_right    = 0;
DTT_margin_left     = 0;
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_textdecoration = "none";
//DTT_hl_border_color   = "#111111";
DTT_hl_border_color   = "#0000FF";
//DTT_hl_border_style   = "solid";
DTT_hl_border_style   = "dashed";
DTT_mouse_cursor      = "hand";
DTT_cancel_hl         = false;
// Optional event triggered custom function calls
//DTT_onload_code     = "alert('custom function - onload')";

