<!--
function hide2() {
document.all['aa'].style.display = 'none'; 
document.all['bb'].style.display = 'none'; 
document.all['cc'].style.display = 'none'; 
document.all['dd'].style.display = 'none'; 
document.all['ee'].style.display = 'none'; 
document.all['ff'].style.display = 'none'; 
a1.className='htab';
b1.className='htab';
c1.className='htab';
d1.className='htab';
e1.className='htab';
f1.className='htab';
}

function hs(theid) {
hide2() 
switch(theid) {
case "aa":
if (document.all['aa'].style.display == 'none') 
{ document.all['aa'].style.display = ''; } 
document.all['aa'].style.display==''; 
a1.className='htabon';
break
case "bb":
if (document.all['bb'].style.display == 'none') 
{ document.all['bb'].style.display = ''; } 
b1.className='htabon';
break
case "cc":
if (document.all['cc'].style.display == 'none') 
{ document.all['cc'].style.display = ''; } 
document.all['cc'].style.display==''; 
c1.className='htabon';
break
case "dd":
if (document.all['dd'].style.display == 'none') 
{ document.all['dd'].style.display = ''; } 
document.all['dd'].style.display==''; 
d1.className='htabon';
break
case "ee":
if (document.all['ee'].style.display == 'none') 
{ document.all['ee'].style.display = ''; } 
document.all['ee'].style.display==''; 
e1.className='htabon';
break
case "ff":
if (document.all['ff'].style.display == 'none') 
{ document.all['ff'].style.display = ''; } 
document.all['ff'].style.display==''; 
f1.className='htabon';
break
}		
}
function toggle(id) {
var e = document.getElementById(id);
if(e.style.display == 'none')
e.style.display = 'block';
else
e.style.display = 'none';
}
function toggleall() {
toggle('aaa1'); toggle('aaa2'); toggle('aaa3'); toggle('aaa4'); toggle('aaa5'); 
toggle('aaa6'); toggle('aaa7'); toggle('aaa8'); toggle('aaa9'); 
toggle('bbb1'); toggle('bbb2'); toggle('bbb4'); 
toggle('ccc1'); toggle('ccc3'); toggle('ccc4'); toggle('ccc5'); 
toggle('ccc6'); toggle('ccc7'); toggle('ccc8'); toggle('ccc9'); 
}
function hideall() {
aaa1.style.display = 'none'; aaa2.style.display = 'none';
aaa3.style.display = 'none'; aaa4.style.display = 'none';
aaa5.style.display = 'none'; aaa6.style.display = 'none';
aaa7.style.display = 'none'; aaa8.style.display = 'none';
aaa9.style.display = 'none';
bbb1.style.display = 'none'; bbb2.style.display = 'none';
 bbb4.style.display = 'none';
ccc1.style.display = 'none'; 
ccc3.style.display = 'none'; ccc4.style.display = 'none';
ccc5.style.display = 'none'; ccc6.style.display = 'none';
ccc7.style.display = 'none'; ccc8.style.display = 'none';
ccc9.style.display = 'none';
c10.style.display = 'none'; c2.style.display = 'none';
c3.style.display = 'none'; c4.style.display = 'none';
c5.style.display = 'none'; c6.style.display = 'none';
c7.style.display = 'none'; c8.style.display = 'none';
s1.style.display = 'none'; s2.style.display = 'none';
s3.style.display = 'none'; s4.style.display = 'none';
s5.style.display = 'none'; s6.style.display = 'none';
s7.style.display = 'none'; s8.style.display = 'none';
s9.style.display = 'none';
}
function toggleall2() {
toggle('s1'); toggle('s2'); toggle('s3'); toggle('s4'); toggle('s5'); 
toggle('s6'); toggle('s7'); toggle('s8'); toggle('s9'); 
toggle('c2'); toggle('c10'); toggle('c3'); toggle('c4'); toggle('c5'); 
toggle('c6'); toggle('c7'); toggle('c8'); 
}
function pc1a() {
pc1.style.backgroundColor='#F8E577';
pc2.style.backgroundColor='#F8E577';
pc3.style.backgroundColor='#F8E577';
pc4.style.backgroundColor='#F8E577'; 
pc5.style.backgroundColor='#F8E577';
}
function pc1b() {
pc1.style.backgroundColor='';
pc2.style.backgroundColor='';
pc3.style.backgroundColor='';
pc4.style.backgroundColor=''; 
pc5.style.backgroundColor='';
}

function vis1a() {
vis1.style.backgroundColor='#F8E577';
vis2.style.backgroundColor='#F8E577';
vis3.style.backgroundColor='#F8E577';
vis4.style.backgroundColor='#F8E577'; 
vis5.style.backgroundColor='#F8E577';
}
function vis1b() {
vis1.style.backgroundColor='';
vis2.style.backgroundColor='';
vis3.style.backgroundColor='';
vis4.style.backgroundColor=''; 
vis5.style.backgroundColor='';
}

function svr1a() {
svr1.style.backgroundColor='#F8E577';
svr2.style.backgroundColor='#F8E577';
svr3.style.backgroundColor='#F8E577';
svr4.style.backgroundColor='#F8E577'; 
svr5.style.backgroundColor='#F8E577';
}
function svr1b() {
svr1.style.backgroundColor='';
svr2.style.backgroundColor='';
svr3.style.backgroundColor='';
svr4.style.backgroundColor=''; 
svr5.style.backgroundColor='';
}

function mac1a() {
mac1.style.backgroundColor='#F8E577';
mac2.style.backgroundColor='#F8E577';
mac3.style.backgroundColor='#F8E577';
mac4.style.backgroundColor='#F8E577'; 
mac5.style.backgroundColor='#F8E577';
}
function mac1b() {
mac1.style.backgroundColor='';
mac2.style.backgroundColor='';
mac3.style.backgroundColor='';
mac4.style.backgroundColor=''; 
mac5.style.backgroundColor='';
}
function DL(mypage) 
{ 
// screen.availWidth
window.resizeTo(window.screen.availWidth-190,600);
	var wina;
	var ht=280;
	var wd=190;
	var wint=90; 
	var winl=(screen.width - wd);
	wina=window.open(mypage, 'samples', 'resizable=0,scrollbars=0,height='+ht+',width='+wd+',top='+wint+',left='+winl+'') 
if (parseInt(navigator.appVersion) >=4) 
{ wina.window.focus(); } 
}  
function DL2(mypage) 
{ 
	hs4('t5');
	document.getElementById('t5h').innerHTML = '<a href="backup-trial2.cfm?plan='+mypage+'" target="dl">new browser window</a>';
	
}  
function DL3(mypage) 
{ 
	hs4('t1');
	document.getElementById('t1h').innerHTML = '<a href="backup-trial2.cfm?plan='+mypage+'" target="dl">new browser window</a>';
}  
-->