
function _menusup_go (url) {document.location=url;}
function _menusup_gosec (sec) {this.go(this.urlabs+'?sec='+sec+'&uid='+this.uid);}

menusup = new (function(){
	this.go=_menusup_go;
	this.gosec=_menusup_gosec;
});