// JavaScript Document
function linkpage(path)
{
  document.form1.action=path;
  document.form1.submit();
}
