function goon(loc) {
		location.href = loc;
}

function slide(nid, nel, url) {
	eval("spnav"+nid).slideTo(findPosX(document.getElementById('navline'+nid))+1, findPosY(document.getElementById(nel))+(document.getElementById(nel).height/2)-4);
	setTimeout('goon("'+ url +'")',500);
}