// JavaScript Document
function load(iframe1URL) 
{ 
parent.FRAME1.location.href=iframe1URL 
} 