var loc = "";

function goto(x,z){
	loc = x + loc ;
	location = loc ;
	if (z){loc = ""};
}

function setColor(x,s){
	x.style.color = s;
}
