function nav(navid, navtext, navbgcolor) {

    //document.getElementById(sub).style.textdecoration=underline;
	//document.getElementById(navid).title=title;

	//document.getElementById(navid).style.border='solid 1px #757575';


	document.getElementById(navid).style.backgroundColor=navbgcolor;
	window.status=navtext;

}

