// JavaScript Document

function authorTab( id )
{
	document.getElementById("ComposeList").style.display = "none" ;
	document.getElementById("ProductList").style.display = "none" ;	
	
	document.getElementById( id ).style.display = "block" ;	
}

function shownews(content){
	sub=open(content,'images','width=350,height=500,scrollbars=yes');
}

//var texts=new Array(5) ;
function fadetext() 
{
	fade.style.filter="alpha(opacity="+x+", style=0)";
	
	x=((y<50)?x+4:x-4); y+=2;
	
	if(y==100) 
	{
		z=( (z>=texts.length-1) ? 0 : z+1 );
		y=0;
		fade.innerHTML=texts[z]; fade.style.color= '#000000';
	}

	setTimeout("fadetext();", 100);
}

function show(content){
	sub=open(content,'images','width=1000,height=750,scrollbars=yes');
}