


function showpage(x,URL1,URL2,name)
{
  parent.frames[3].location.href = URL1;
  parent.frames[4].location.href = URL2;
}

