
   /***********************************************************/
   /*                   DHTML - MENU                          */
   /* - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
   /*                                                         */
   /*  (c) Copyright by Mastertools GmbH                      */
   /*  Dieses Programm ist Urheberrechtlich geschützt und     */
   /*  darf nicht ohne Genemigung des Eigentümers kopiert     */
   /*  oder andersweitig weiterverwendet werden.              */
   /*                                                         */
   /* - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
   /*    Entwickelt von :   Mastertools GmbH                  */
   /*    Erstellt am    :   9. Mai 2005                       */
   /*    Web            :   http://www.mastertools.info       */
   /*    E-Mail         :   info ät mastertools punkt info             */
   /***********************************************************/


// (c) Copyright by Mastertools GmbH (www.mastertools.info) //

function doMail() {
  var sDomain = "minitissue.com"
  location.href="mailto:milan.miodragovic" + "@" + sDomain;
}
