
function setNavigationUrl(text,url,param,target,enabled)
{
  if(enabled == "T")
  {
	document.write("<a href=" + url + param + " target=" + target + ">" + text + "<\a>");
  }
  else
	document.write(text);
}
function loadDoc(path)
{
  if(window.opener != null)
  { 
    if(window.opener.LibLogin == "T")
  	window.content.location = "Lib_" + path;
    else
    window.content.location = path;
  }
  else window.content.location = path;  
}
function loadLib()
{
	if(LibLogin == "T")window.document.location = "/Lib_libraries.aspx";
	else window.document.location = "/libraries.aspx";
}
function loadWelcome()
{
	if(LibLogin == "T")window.document.location = "/Lib_Welcome.aspx";
	else window.document.location = "/Welcome.aspx";
}

  
 
  
