
function toPage(page) {
	top.window.location = page;
}

function toContent(ss) {
//	alert("to page: " + ss);
	toPage("content2" + ss + ".html");
}

