function Ventana(destino,width,height)
{  	
  var ventana = window.open(destino, "_blank", "width="+width+",height="+height+",toolbar=no,location=no,status=yes,menubar=no,resizable=yes,scrollbars=yes");
}

function NewMessage(foro,padre)
{
  Ventana("newmessage.php?foro="+foro+"&idpadre=0",600,200);
}

function bar(message)
{
	window.status=message;
}

function movein(which)
{
	which.style.background='#0C370B'
}

function moveout(which)
{
	which.style.background='#8D9983'
}
function movein2(which)
{
	which.style.background='#E8A400'
}

function moveout2(which)
{
	which.style.background='#E8A400'
}

function moveinex(which,color)
{
	which.style.background=color
}

function moveoutex(which,color)
{
	which.style.background=color
}


