﻿function hideMenus() {
HideContent('l22')
HideContent('l33')

}

function waitasec() {
ShowContent('l222');
var t=setTimeout("ShowContent('l2222')",400);
var t=setTimeout("HideContent('l2222')",800);
var t=setTimeout("ShowContent('l2222')",1200);
var t=setTimeout("HideContent('l2222')",1600);
var t=setTimeout("ShowContent('l2222')",2000);
var t=setTimeout("HideContent('l2222')",2400);
var t=setTimeout("ShowContent('l2222')",2800);
var t=setTimeout("HideContent('l2222')",3200);
var t=setTimeout("HideContent('l222')",3200);
var t=setTimeout("ShowContent('l3')",3200);
}

function waitasec1() {
ShowContent('l222');
var t=setTimeout("ShowContent('l2223')",400);
var t=setTimeout("HideContent('l2224')",800);
var t=setTimeout("ShowContent('l2224')",1200);
var t=setTimeout("HideContent('l2224')",1600);
var t=setTimeout("ShowContent('l2224')",2000);
var t=setTimeout("HideContent('l2224')",2400);
var t=setTimeout("ShowContent('l2224')",2800);
var t=setTimeout("HideContent('l2224')",3200);
var t=setTimeout("HideContent('l2223')",3200);
var t=setTimeout("ShowContent('l5')",3200);
}

function changeit() {
hu = window.location.search.substring(1);
		if (hu == 'first')	  
			{ ShowContent('p4');
			  ShowContent('p5'); }
		else if (hu == 'second')
			{ ShowContent('p6');
		   	  ShowContent('p55');
		   	  ShowContent('p2')
		   	  ShowContent('seethru'); }
		else if (hu == 'third')
			{ ShowContent('account'); 
			  HideContent('newmb');
			  HideContent('smartmb'); }
		else if (hu == 'fourth')
			{ ShowContent('newmb');
			  ShowContent('account');
			  HideContent('smartmb'); }
		else if (hu == 'fifth')
			{ ShowContent('account');
			  ShowContent('smartmb'); 
			  HideContent('newmb'); }
}

function changeopener() {
hu = window.location.search.substring(1);
		if (hu == 'first')	  
			{ top.opener.window.location.href = "prefs2.htm?first"; }
		else if (hu == 'second')
		    { top.opener.window.location.href = "prefs2.htm?second"; }
		else if (hu == 'third')
		    { top.opener.window.location.href = "macmail4.htm?third"; }
		else if (hu == 'fourth')
		    { top.opener.window.location.href = "macmail4.htm?fourth"; }
		else if (hu == 'fifth')
		    { top.opener.window.location.href = "macmail4.htm?fifth"; }
}

function hideP2() {
HideContent('p2');
HideContent('p3');
HideContent('seethru');
HideContent('p6');
HideContent('p55');
HideContent('p7');
}

function hideAll1(){ 
HideContent('smartmb'); 
HideContent('account');
HideContent('newmb');
}

