﻿function forasec() { 
ShowContent('write3')
var t=setTimeout("self.close()",1500);
}

function hideAll2() {
HideContent('mailaccount2');
HideContent('mailaccount3');
HideContent('ma1');
HideContent('ma2');
HideContent('ma3');
HideContent('ma4');
}

function hideAll(c,d,m) {
for (i=c;i<=d;i++)
{ HideContent(m + i); }
}

function changeit() {
hu = window.location.search.substring(1);
		if (hu == 'ma')	  
			{ ShowContent('ma2'); }
}

function changeopener(link) {
top.opener.window.location.href = link;
}

function changeopener2(link) {
window.open(link, "tbird"); /* target = name of window target= */
}

function progress() { 
var t=setTimeout("ShowContent('news2')",400);
var t=setTimeout("hideContent('news2')",800);
var t=setTimeout("ShowContent('news22')",800);
var t=setTimeout("HideContent('news2')",1200);
var t=setTimeout("HideContent('news22')",1200);
var t=setTimeout("ShowContent('news3')",2000);
}

function waitasec() { 
var t=setTimeout("ShowContent('updates1')",400);
var t=setTimeout("hideContent('updates1')",800);
var t=setTimeout("ShowContent('updates2')",800);
var t=setTimeout("HideContent('updates2')",1200);
var t=setTimeout("HideContent('updates1')",1200);
var t=setTimeout("ShowContent('updates3')",2000);
}




