				function menu1(path)
				{	sign=path.split('/').pop().split('-').pop().split('.').shift();
					if(sign=='pass'){newurl=path.replace('pass','act')}else{newurl=path.replace('act','pass')}
					return newurl
				}

