function change2(one,two)
{
   parent.center.location=one;
   parent.right.location=two;
}

function mail(){
       document.utilform.submit();
}


function printPage() {
  if (window.print)
    window.print();
  else
    alert("Sorry, your browser doesn't support this feature.");
}
