function sellink(aurl)
{
  if (aurl!="")
     parent.view_frame.location.href=aurl;
}
