// JavaScript Document


function stsbar(){
	window.status = ("Z LINE");
}

function ccolor(x){
	document.getElementById(x).style.backgroundColor="#124C8B";
}

function dcolor(x){
	document.getElementById(x).style.backgroundColor="";
}
