function setParam(txt){
	location.hash = txt;
}

function getParam(){
	return location.hash;
}

function setTitle(title){
	document.title = title;
}

