function navigateIframe(theIframe, theUrl){ document.getElementById(theIframe).src=theUrl; }
function navigateParentFrame(theUrl){ document.location=theUrl; }
