function load_frames()
{
if (top.frames.length<1) window.open("index.html","_self");
}

