function loadintoIframe(iframeid, url)
{
   if (document.getElementById)
   document.getElementById(iframeid).src = url
}

