
  
   DTT_notice = "Powerd By Al-Shia Webdesign Group"




/*-------------------------------------------
General Properties
--------------------------------------------*/


   DTT_width = 200
   DTT_height = 200


   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 = "#e9e9e9"		// 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 = "#333333"		// Hex color value
   DTT_border_style = "dotted"		// 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 = "center"		// center | left | right
   DTT_margin_bottom = 5
   DTT_margin_top = 5
   DTT_margin_right = 0
   DTT_margin_left = 0


   /*-----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 = "#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 = "Johnson & Johnson"
   DTT_message1 = "Coca Cola"
   DTT_message2 = "Lockheed Martin"
   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 = "documents/sample_link.htm"
   DTT_url1 = "documents/sample_link.htm"
   DTT_url2 = "documents/sample_link.htm"
   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"

