function changeMenu(obj,i){
	obj.style.backgroundColor="#ffffff";
	obj.style.color="#c80001";
	if(i!=-1)
		frmConsole.im[i].src="../image/left/bullet3.gif";
}

function killMenu(obj,i){
	obj.style.backgroundColor="#6f1f20";
	obj.style.color="#ffffff";
	if(i!=-1)
		frmConsole.im[i].src="../image/left/bullet2.gif";
}

function WriteFlash(flash){
	document.write(flash);
}