function toggleTable(x) {
if (x == 1) {
var tshared = document.getElementById('tshared');
if (tshared.style.display == 'none') {
tshared.style.display = '';
} else {
tshared.style.display = 'none';
}
}
if (x == 2) {
var treseller = document.getElementById('treseller');
if (treseller.style.display == 'none') {
treseller.style.display = '';
} else {
treseller.style.display = 'none';
}
}
if (x == 4) {
var tvps = document.getElementById('tvps');
if (tvps.style.display == 'none') {
tvps.style.display = '';
} else {
tvps.style.display = 'none';
}
}
if (x == 5) {
var tdedi1 = document.getElementById('tdedi1');
if (tdedi1.style.display == 'none') {
tdedi1.style.display = '';
} else {
tdedi1.style.display = 'none';
}
}
if (x == 6) {
var tdedi2 = document.getElementById('tdedi2');
if (tdedi2.style.display == 'none') {
tdedi2.style.display = '';
} else {
tdedi2.style.display = 'none';
}
}
}
function compare() {
TINY.box.show('/compare.shtml',1,600,630,1,0);
return false;
}
function transfercompare() {
TINY.box.show('/transfercompare.shtml',1,600,630,1,0);
return false;
}
function linuxcompare() {
TINY.box.show('linuxcompare.shtml',1,600,630,1,0);
return false;
}
function wincompare() {
TINY.box.show('wincompare.shtml',1,600,630,1,0);
return false;
}
function smarterbundle() {
	TINY.box.show("<div style='background-color: #fff; padding:20px 20px;'><span class='closebox' style='float: right;'><a href='javascript:TINY.box.hide()'>close</a></span><h2 style='margin-top: 5px;'>SmarterBundle</h2><p>The SmarterBundle includes SmarterMail, an all-in-one mail server solution which serves as an alternative to Microsoft Exchange. SmarterStats, a robust and comprehensive Web log analytics tool; and SmarterTrack, a powerful help desk application designed for customer service and communications.</p><p>**These Products will be provided as part of the bundle package: <ul style='margin: 0; padding: 0; list-style: none;'><li>-SmarterMail Professional - 250 Users</li><li>-SmarterStats Professional - 50 Sites</li><li>-SmarterTrack Professional - 2 Agents</li></ul><p>SmarterMail Professional (250 users) will come pre-configured by default on all dedicated servers.</p></div>",0,600,0,0,0);
}
function pleskPanel() {
	TINY.box.show("<div style='background-color: #fff; padding:20px 20px;'><span class='closebox' style='float: right;'><a href='javascript:TINY.box.hide()'>close</a></span><h2 style='margin-top: 5px;'>Plesk Panel</h2><p>All Windows dedicated servers come with the latest version of the Parallels Plesk control panel. The Plesk control panel is designed to simplify the management and administration of web sites. It will allow you to manage disk space, bandwidth, email addresses, MSSQL and MySQL databases, and much more instantly!</p></div>",0,600,0,0,0);
}
function comodo() {
	TINY.box.show("<div style='background-color: #fff; padding:20px 20px;'><span class='closebox' style='float: right;'><a href='javascript:TINY.box.hide()'>close</a></span><h2 style='margin-top: 5px;'>Comodo Anti-Virus</h2><p>Comodo Anti-Virus is the free, multi-layered, security application that offers complete protection from viruses, Trojans, worms, buffer overflows, zero-day attacks, and spyware. By providing a powerful and proactive antivirus solution with every Windows dedicated server, we can prevent daily threats and provide protection from unnecessary headaches.</p></div>",0,600,0,0,0);
}
function webMatrix() {
	TINY.box.show("<div style='background-color: #fff; padding:20px 20px;'><span class='closebox' style='float: right;'><a href='javascript:TINY.box.hide()'>close</a></span><h2 style='margin-top: 5px;'>Microsoft WebMatrix</h2><p>WebMatrix is a free Web development tool that installs easily and elegantly brings together a Web server, a database, and programming frameworks into a single, integrated experience. WebMatrix connects you to a world of popular and free open-source Web applications, including DotNetNuke, WordPress, Joomla!, and more. It’s all-inclusive, simple and best of all free. Developing websites has never been easier.</p></div>",0,600,0,0,0);
}
function winsharedcompare() {
TINY.box.show('winsharedcompare.shtml',1,600,630,1,0);
return false;
}

