function loadIframe(iframe, url)
{
     var frm = document.all ? document.all[iframe] : document.getElementById(iframe);
     frm.src = url;
}
