function hint(ttl,obj) {
	var w;
	w = window.open("","","width=300,height=250,status=0");
	mystring = "";
	mystring = mystring + "<html>\n"
	mystring = mystring + "<title>" + ttl + "</title>\n"
	mystring = mystring + "<link rel='stylesheet' href='style.css' type='text/css'>\n"
	mystring = mystring + "<body>\n\n"
	mystring = mystring + "<base target=_blank>\n\n"
	mystring = mystring + "<center>\n"
	mystring = mystring + "<table cellpading=0 cellspacing=10 width=100% height=100% bgcolor=#ffffff>\n"
	mystring = mystring + "	<tr>\n"
	mystring = mystring + "		<td valign=top width=100%><b>" + ttl + "</b><br><br>\n"
	mystring = mystring + obj + "</td>\n"
	mystring = mystring + "	</tr>\n"
	mystring = mystring + "	<tr>\n"
	mystring = mystring + "		<td align=center valign=bottom><input type=button onclick='self.close()' class=btn_g value=' Close '></td>\n"
	mystring = mystring + "	</tr>\n"
	mystring = mystring + "</table>\n"
	mystring = mystring + "</center>\n"
	mystring = mystring + "</body>\n"
	mystring = mystring + "</html>\n"
	w.document.write(mystring);
	w.document.close();
}

function help(i) {

obj = new Array(
	new Array("Webmail","Webmail is a web based system that performs the functions of a mail client. You can send, receive, and view all the mail from your Vendercom hosting account from anywhere in the world via an Internet connection and a web browser.",200),
	new Array("Pop Mail","With POP3 email accounts, you can retrieve all emails addressed to your domain on our server. With multiple POP3 email boxes, you can have multiple addresses, such as yourname@yourdomain.com and client@yourdomain.com. You may also set up addresses for members of your staff, or divisions within your company, such as info@yourdomain.com.",250),
	new Array("Mail Aliases","Using E-Mail Aliases or forwarders, you can receive any email at yourname@yourdomain.com. For example, e-mail addressed to sales@yourdomain.com could forward to an account at AOL (yourname@aol.com) or to another E-Mail address on your domain (yourname@yourdomain.com).",240),
	new Array("24x7 FTP Access","File Transfer Protocol; method used to upload your web site files to your server.<br>You have unlimited access to your server via FTP 24 hours a day 7 days a week to set up and maintain your Web site.",200),
	new Array("CGI-BIN","All customers have access to their own cgi-bin in which you may place your own custom CGI scripts. CGI, or Common Gateway Interface, is a standard method of extending web server functionality by executing programs, or scripts on a web server. Your web site can be fully interactive by using the power of custom programs executed from your cgi-bin directory.",250),
	new Array("Control Panel","The web based control panel is a interface you can use to administer your account online. You can setup email accounts, email forwarding, password protection, statistical reporting, bandwidth usage, and much more!<br><br><a href=controlpanel.html target=_blank>Click here</a> for more details.",230),
	new Array("Web Stats","Comprehensive daily graphical reports on your website visitor demographics. <a href=stats_monthday.html target=_blank>Click here</a> to view sample.",150),
	new Array("SSH Access","Telnet, allow command line access to your server. SSH (Secure Shell) is the industry standard for encrypting terminal connections and file transfer over the Internet.",180),
	new Array("Custom Error Pages","Custom error pages can give a more professional, complete feel to your site. They can also let your visitors know who to contact if there is a problem such as a broken link.",180),
	new Array("Auto Mail Responders","Autoresponders may be used to send automated responses to incoming e-mail sent to a specific address. An autoresponder could be used to send a standard message to persons address sales@yourdomain.com for example, or that you are on vacation and will not be able to immediately reply to their email.",230),
	new Array("UPS Power Protection","Uninterruptible Power Supply - Backup power used when the electrical power fails or drops to an unacceptable voltage level.",170),
	new Array("Backups","As an added security measure, all servers and storing tapes are backed up on a daily basis and copies of data are maintained.",170),
	new Array("24x7x365 Network and Server Monitoring","Vendercom tracks usage and response times of web sites on a 24x7x365 basis. In the event of high web traffic peaks, stress tests are performed to ensure that servers are not vulnerable to slow response times or complete outages.",220),
	new Array("Spam Assassin","Our exclusive Spam filtering technology can dramatically reduce the amount of unsolicited emails received.",150),
	new Array("Your Own Domain Name","With your own domain name, your web address would be something like http://www.yourname.com/. It also gives a more professional and reliable look to your business or organization.",180),
	new Array("Tutorials","Learn HTML and build your own Web page through step-by-step tutorial.",150),
	new Array("RealAudio","Real Audio, produced by Real Network, is a streaming video delivery system for the Internet. It is client-server based, meaning both the browser and the server must have RealVideo components for it to work. You can create and deliver streaming multimedia content through the Internet to audiences worldwide.",250),
	new Array("RealVideo","Real Video, produced by Real Network, is a streaming video delivery system for the Internet. It is client-server based, meaning both the browser and the server must have RealVideo components for it to work. You can create and deliver streaming multimedia content through the Internet to audiences worldwide.",250),
	new Array("Microsoft Media Player","Media Player, produced by Microsoft, is a multimedia application for streaming audio.",150),
	new Array("Macromedia Flash","Flash, produced by Macromedia, is used to create vector graphics-based animation programs with full-screen navigation interfaces, graphic illustrations. Flash website designs are quick to download, of high resolution, and fun!",220),
	new Array("Macromedia Shockwave","Shockwave, produced by Macromedia, allows you to view new forms of entertainment on the Web, such as games, music, rich-media chat, interactive product demos, and e-merchandising applications.",210),
	new Array("Apple Quicktime Video","Apple&rsquo;s software multimedia technology.<br>Quicktime is used to add audio and video to websites and other multimedia applications.",180),
	new Array("Server Side Includes","Add the convenience and flexibility of embedding CGI capability into your web pages.",160),
	new Array("MySQL","A UNIX based SQL database that is very easy to use.",140),
	new Array("Perl","Perl is a very popular cross platform programing language, and is the basis of most CGI scripts.",150),
	new Array("PHP","PHP is a widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML.",170),
	new Array("Secure Folders","Protected folders allow you to secure folders under lock and key by requiring a username and password to access files and folders. An ideal way to create members areas.",190),
	new Array("Mailing Lists","Mailing list is a group of people with same hobby, interest etc. Whenever someone sends email to the mailing list, it is received by all members of the list. In fact, mailing list is a great way to turn email into a public forum or business tool.",220),
	new Array("Sub Domains","Subdomain is a domain within a domain. Subdomains are individual Web addresses built upon a pre-existing domain name, for example, sub.yourdomain.com.",200),
	new Array("Microsoft FrontPage","FrontPage helps you easily create and manage professional-quality websites without programming. We offer Frontpage 98, 2000 and 2002 Extensions on our Servers.",200),
	new Array("SSL","For security and privacy, all of our customers can take advantage of our Shared Secure Socket Layer (SSL) service. By using this service, personal data such as credit card information transmitted through a secure (SSL) form will be fully encrypted en route to our secure server.",240),
	new Array("Anonymous FTP","Capability of setting up a public area for remote access to your server.",150),
	new Array("Unique IP","Typically a number of web sites share the same IP address (a string of numbers like 212.142.24.53 used to identify a computer on the Internet). If you want to have an SSL certificate or anonymous FTP, however, you will need your own unique IP (meaning nobody else&rsquo;s site is on your same IP). Only our Strictly Business plan includes a unique IP..",250),
	new Array("Free Support","Our free support is offered from 9 - 5pm Monday to Friday Australian Standard Eastern Time. Our phone number is + 61-3-9589-7946 or send any requests or general questions to <a href=mailto:vendercom@vendercom.com>vendercom@vendercom.com</a>. Our help desk system will assign a case to each request and we will answer these requests in the order received.",250),
	new Array("Web Space","Web space refers to the amount of server disk storage your account is allocated. This space is used to store your html files, graphics, audio clips and all other files that make up your Web site.",200),
	new Array("Data Transfer","Any outward-bound traffic from your web site is considered data transfer. For example, each time a html file, image, or other element on your web page is loaded, data transfer is generated.",200),

	new Array("Meta Title","Your documents title will appear in user&rsquo;s hotlists, the banner of most browsers, and robot-generated lists. It should be a concise, one-line summary of what the page is about.",200),
	new Array("Meta Description","The description is presented to the user along with the document&rsquo;s title as the result of a search.<br>Many robots use the first few lines of text as a description if the Description tag is not present. For documents using frames, it is possible that there is no such text present. For an academic text, this should probably be the abstract.",250),
	new Array("Meta Keywords","Space-separated list of key words for indexing your document.<br>Some robots look at keywords in context, so it is best to preserve word order and case.",200),
	new Array("Meta Owner","Legacy value. Some browsers (e.g. Lynx) use this to mail the document author.",150),
	new Array("Meta Author","Defines the name of the author of the document being read. This tag is not widely supported but is recognized as part of the Meta Tag standard.<br>They will not be indexed by a search engine, but will provide a way for you to include this information in a private place on your HTML pages.",240),
	new Array("Expires","Most search engines will remove a file from their database after the expiry date you have set using this tag. It is useful if your page refers to a specific event.<br>Dates must be given in <a href=http://www.alternic.org/rfcs/rfc800/rfc850.txt  target=_blank>RFC80 format</a>, in GMT.",200),
	new Array("Copyright","Notice of copyright.<br>They will not be indexed by a search engine, but will provide a way for you to include this information in a private place on your HTML pages.",190),
	new Array("Content-Language","Specifies the language of the document. User from a couple of Robots to categorize documents by language.",170),
	new Array("Charset","The HTTP content type may be extended to give the character set. As an HTTP/1.0 header, this unfortunately breaks older browsers. As a Meta tag, it causes Netscape Navigator to load the appropriate charset before displaying the page. Default charset is ISO-8859-1.",220),
	new Array("Meta Robots","This tag is meant to provide users who cannot control the robots.txt file at their sites. It provides a last chance to keep their content out of search services. It was decided not to add syntax to allow robot specific permissions within the Meta tag.<br><br><a href=http://www.robotstxt.org/wc/meta-user.html target=_blank>Click here</a> for more details.",250)
);

	var i,w;
	w = window.open("","","width=300,height=" + obj[i][2] + ",status=0");
	mystring = "";
	mystring = mystring + "<html>\n"
	mystring = mystring + "<title>" + obj[i][0] + "</title>\n"
	mystring = mystring + "<link rel='stylesheet' href='style.css' type='text/css'>\n"
	mystring = mystring + "<body>\n\n"
	mystring = mystring + "<base target=_blank>\n\n"
	mystring = mystring + "<center>\n"
	mystring = mystring + "<table cellpading=0 cellspacing=10 width=100% height=100% bgcolor=#ffffff>\n"
	mystring = mystring + "	<tr>\n"
	mystring = mystring + "		<td valign=top width=100%><b>" + obj[i][0] + "</b><br><br>\n"
	mystring = mystring + obj[i][1] + "</td>\n"
	mystring = mystring + "	</tr>\n"
	mystring = mystring + "	<tr>\n"
	mystring = mystring + "		<td align=center valign=bottom><input type=button onclick='self.close()' class=btn_g value=' Close '></td>\n"
	mystring = mystring + "	</tr>\n"
	mystring = mystring + "</table>\n"
	mystring = mystring + "</center>\n"
	mystring = mystring + "</body>\n"
	mystring = mystring + "</html>\n"
	w.document.write(mystring);
	w.document.close();
}
