function setcontext(link)
{
	if( (link != null) && (typeof link != "undefined") && (link != "") )
	{ link.className = "smenu"; }
}
