// If this frame is loaded as the TOP page then load the frames page.
function loadFrames(url)
{
if (window== window.top) 
window.top.location.href = url;}
