// JavaScript Document

function selectNav( aLink )
{
	var obj = $( "#" + aLink );
	obj.addClass("selected");
}