function displaypage(formname,page){
  
  eval('document.'+formname+'.action=page');
  eval('document.'+formname+'.submit()');
  return true;
}