﻿function next( url, n )
{
  parent.window.frames[n].location = url;
}