<!-- 
function linkselect (url) { 
  if (url.length > 0) { 
  window.top.location = ""+url;
  } 
}
//-->

