//  Typewriter Text, Copyright (c) - 2002, OpenCube Inc. - http://www.opencube.com
//  
//
//
//  Typewriter Text functions 100% with....
//
//      IE4, IE5.x, IE6 (Win 95, 98, ME, 2000, NT, XP)
//      IE4, IE5.x, &up (Mac)
//      NS4.x (All Platforms)
//      NS5/6.x (All Platforms)
//      ns7 (All Platforms)
//      Opera 5 & 6 (All Platforms)
//      Mozilla 1.0 & up
//
//  
//  To customize Typewriter Text open this file in a simple text 
//  editor (Notepad or similar). Modify and add parameters (all 
//  customizable parameters start with 'DTT_'), save this file,
//  and open 'sample.htm' in a browser to view your effect. View
//  the source for sample.htm for information on placing the
//  effect within any web page.
//
//  Typewriter Text conditionally loads the necessary JavaScript
//  files (.js) depending on the browser and platform the user
//  is viewing the effect on. The total file size for each
//  browser / platform scenario is no larger than 7K.
//
//
//  NOTE: Parameters with an appended '//' are commented out,
//        delete the '//' to activate the parameter. 
//
//        Commenting out required parameters will cause errors.
//
//        Text values, except TRUE and FALSE statements, must be
//        enclosed by double quotes (").
//  
//        Each parameter value should appear on its own line.
//
//        This data file may also be placed within your HTML page
//        by enclosing between JavaScript tags.



/*-------------------------------------------
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 = 122
   DTT_height = 65


   DTT_codebase = "java_news/"			// relative or absolute folder location of .js files
   DTT_urltarget = "info"		// 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 = true        // IE & NS6 only, other browsers retain the 'DTT_bgcolor' setting
   DTT_bgcolor = "#"		// Background color - hex value

   DTT_bgimage = "left"			// 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 = "none"        	// image file name | none | default (defaults to 'DTT_bgimage' value)  




/*-------------------------------------------
Font, Border and Margin Settings
--------------------------------------------*/


   DTT_border_width = 0			// A settings of 0 will eliminate the border effect.
   DTT_border_color = ""		// Hex color value
   DTT_border_style = "none"		// none | dotted | dashed | solid | double | groove | ridge | inset | outset


   DTT_textcolor = "#000000"
   DTT_fontfamily = "Verdana, Geneva, Arial"		// Any available system font     		
   DTT_fontsize = 10			// pixel size of font for all browsers
   DTT_fontsize_ns4 = 10		// pixel size of font for Netscpe 4 only
   DTT_fontweight = "normal"		// normal | bold
   DTT_fontstyle = "normal"		// normal | italic
   DTT_textdecoration = ""	// normal | underline			


   DTT_alignment = "left"		// 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 = 3000		// Length of time to display each message in milliseconds (1/1000s)
   DTT_type_delay = 30			// Time between each typed character in milliseconds (1/1000s)
   DTT_delay_between_msgs = 500		// --Time between a message leaving the screen and the next 
					// --message appearing in milliseconds (1/1000s)


   DTT_scroll_jump = 1			// Distance in pixels to move each animation frame
   DTT_scroll_delay = 10		// Time between animation frames in milliseconds (1/1000s)




/*-------------------------------------------
Highlight Properties
--------------------------------------------*/


   DTT_hl_textcolor = "#10398C"		// 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



/*---------------------------------------------
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')"
   //DTT_clickitem_code2 = "alert('custom Function - message 2')"
   //DTT_clickitem_code3 = "alert('custom Function - message 3')"
   //DTT_clickitem_code4 = "alert('custom Function - message 4')"


/*-------------------------------------------
Typewriter Text Messages and URL links
--------------------------------------------*/


   
      
   DTT_message0 = "<b>infoWAN ist zertifizierter Binary Tree Partner! Mehr Infos...</b>"
   DTT_message1 = "<b>Neue Preise bei den Microsoft Online Services</b>"
   DTT_message2 = "<b>BaumitBayosan migrierte auf Microsoft Exchange Server 2007</b>"
   DTT_message3 = "<b>Microsoft Windows Server 2008 - Lernen Sie ihn kennen!</b>"
   
   

      
   
   
   DTT_url0 = "produkte/Migration/Von_Notes_nach_Microsoft_Exchange_migrieren_mit_BinaryTree.html"
   DTT_url1 = "produkte/mos/Microsoft_Online_Services.html"
   DTT_url2 = "presse/2008_02_19.html"
   DTT_url3 = "dienst/win2008.html"
   

      