function exclose()
{
  window.close();
}

function exrefresh()
{
  document.location=document.location;
}

function exnewwindow(V)
{
  window.open(V,'_blank','toolbar=0,status=yes,resizable=yes,width=800,height=600,top=0,left=0');
}
