function DoFrame(xrows,xcols)
{
  document.write('<frameset framespacing="0" border="0" frameborder="0" rows="'+xrows+'" cols="'+xcols+'">');
  for (i=0;i<4;i++)
    document.write('<frame frameborder="0" marginwidth="0" marginheight="0" scrolling="no">');
  document.write('<frame SRC="main.html" noresize frameborder="0" marginwidth="0" marginheight="0">');
  for (i=0;i<5;i++)
    document.write('<frame frameborder="0" marginwidth="0" marginheight="0" scrolling="no">');
  document.write(
  '<frame SRC="../copyright.html" noresize frameborder="0" marginwidth="0" marginheight="0" scrolling="no">'+
  '<frame frameborder="0" marginwidth="0" marginheight="0" scrolling="no">'+
  '</frameset>');
}
