﻿/*************************************************************************
  This code is from Dynamic Web Coding at http://www.dyn-web.com/
  Copyright 2003-4 by Sharon Paine 
  See Terms of Use at http://www.dyn-web.com/bus/terms.html
  regarding conditions under which you may use this code.
  This notice must be retained in the code as is!
*************************************************************************/

// NOTE: The functions called onmouseover/out plus the message variables need to be included early in the document 
// or errors will be triggered if user hovers over tooltip-activating links before page completely loaded
function doTooltip(e, msg) {
  if ( typeof Tooltip == "undefined" || !Tooltip.ready ) return;
  Tooltip.clearTimer();
  Tooltip.show(e, msg);
}

function hideTip() {
  if ( typeof Tooltip == "undefined" || !Tooltip.ready ) return;
  Tooltip.timerId = setTimeout("Tooltip.hide()", 300);
}

// tooltip content variables
var msg0 = '<div align="justify">WebDomain provides with the tools and control you want for fighting spam with SpamAssasin. <a href="../tools/spam-protection.php" target="_blank">To learn more about SpamAssasin click here.</a></div>';
var msg1 = '<div align="justify">If you have internet access, you have access to your important emails. We offer you two kinds of web-based emails.</div>';
var msg2 = '<div align="justify">Email Forwarding: All plans include unlimited use of email forwarding. With this, messages sent to a certain email address are forwarded to another address. For example, Tom sends an email to webmaster@yourdomain.com. If you choose, this message is then automatically forwarded to you@yourisp.com. Email Autoresponders: All plans include the unlimited use of email autoresponders. An email autoresponder sends an automated email response to each incoming message that is sent to a specific address. Each email address on your account can have a different autoresponder. For example, Tom sends an email to sales@yourdomain.com. The autoresponder sends your prewritten message back to Tom automatically. With this feature, you can improve your company\'s image. Your customers know you have received their e-mail.</div>';
var msg3 = '<div align="justify">Email Aliases: All plans include unlimited use of email forwarding. With this, messages sent to a specific email address are forwarded to another. For example, Tom sends an email to webmaster@yourdomain.com. This message is then automatically forwarded to you@yourisp.com or you@yourdomain.com. Catch-all Email Account: A catch-all account collects email that is sent to your domain to accounts that do not exist.';
var msg4 = '<div align="justify"></div>';
var msg5 = '<div align="justify">Web-based file manager system provides full control to maintain and modify your accounts files and subdirectories. This also includes the ability to upload files.</div>';
var msg6 = '<div align="justify"></div>';
var msg7 = '<div align="justify">Acronyms, we got plenty. We support the latest in CGI, SSI, PHP, PERL, PYTHON scripts.</div>';
var msg8 = '<div align="justify">Network Reliability & Performance: 99.9% network uptime - If you experience downtime, we will refund 5% of your monthly fee if we cannot restore network connectivity within 120 continuous minutes. If your outage takes longer, we will refund an additional 10% of your monthly fee for each additional 60 continuous minutes (up to 100% of your monthly fee). </div> ';
var msg9 = '<div align="justify"></div> ';
var msg10 = '<div align="justify">Easily protect information or data on your site. You can restrict access to these areas by setting a username and password with our simple web based control panel.</div>';
var msg11 = '<div align="justify">Allow uses to listen to files and watch videos on your site.</div>';
var msg12 = '<div align="justify">Flash allows designers and developers to integrate video, text, audio, and graphics into immersive, rich experiences that deliver superior results for interactive marketing and presentations, e-learning, and application user interfaces. Flash is the world?s most pervasive software platform, used by over one million professionals and reaching more than 97% of Internet-enabled desktops worldwide, as well as a wide range of devices.</div>';
var msg13 = '<div align="justify">A cron job is an automated process which is set up to run automatically at a scheduled time of day, week, month, or hour. Example: run my backup at 7:30 p.m. everyday. To do this, you need to create a cron table, or ?crontab,? which is a file of the times and commands you want to run. This file instructs your system to run your cron jobs. You can run unlimited cron jobs a day. In order to have a cron file enabled for your domain, please contact our support department.</div>';
var msg14 = '<div align="justify">Hiring a professional web site designer is very expensive. There is a do-it-yourself alternative of using programs such as Microsoft FrontPage, one of the most popular and easy to use web site design and management tools for average people like us. All Unix web hosting and ecommerce plans support FrontPage extensions, free of charge so that you can utilize all the advanced FrontPage functionalities.</div>';
var msg15 = '<div align="justify">You have unlimited access to your account, 24 hours a day, 7 days a week, 365 days a year. This allows you to set up, change, or maintain your web site at any time of the day or night.</div>';
var msg16 = '<div align="justify">We use some of the best web stat software on the internet today - AWStats - to provide you with Detailed Site Statistics. To Learn more about AWStats click on the information icon. </div>';
var msg17 = '<div align="justify">Using Macromedia Dreamweaver allows you to work on your site, and pulish it quickly so that all your changes take effect immeidately. Our servers all you to connect Dreamweaver using your FTP account, so you can view your site as you work on it.</div>';
var msg18 = '<div align="justify">Giving you the freedom be build the sites and online presence you want is key to our success. That is why we keep up wit the latest in php modules, and make sure these are installed and configured on each server. Ready for you to to take advantage of them.</div>';
var msg19 = '<div align="justify"></div>';
var msg20 = '<div align="justify">Custom Error pages allow you to provide a error page when someone requests/goes to a page that has been moved or changed.</div>';
var msg21 = '<div align="justify">Our systems are backed up on a weekly basis. We take great steps to ensure that your site data is secure in case your site needs to be restored.</div>';
var msg22 = '<div align="justify">An ecommerce shopping cart OS Commerce - osCommerce is an easy to use and configure shopping cart system.</div>';
var msg23 = '<div align="justify">We give you Fantastico FREE with every account. Fantastico is a auto-installer for over 40 of the top PHP scripts, ranging from Galleries to CMS systems.</div>';


