function navigation (navLink)
{
	var url = "http://www.wok-wm.info/wok-wm/"+navLink+".html"
	document.location.href = url;
}