﻿function rikBanner()
{
   ifrm = document.createElement("IFRAME");
   ifrm.setAttribute("src", "http://ad.reklamizlekazan.com/banners/viewBanner.aspx?uRef=" + uRef + "&bColor=" + bColor); 
   ifrm.setAttribute("frameborder","0");
   ifrm.setAttribute("name", "bannerframe");
   ifrm.setAttribute("id", "bannerframe");
//   ifrm.style.width = "100%"; 
//   ifrm.style.height = "100%"; 
   ifrm.style.border = "0px"; 
   ifrm.setAttribute("scrolling","no");   
//   ifrm.setAttribute("hspace","0");   
//   ifrm.setAttribute("vspace","0");   
//   ifrm.setAttribute("marginheight","0"); 
//   ifrm.setAttribute("marginwidth","0");  
//   ifrm.setAttribute("noresize","noresize"); 
   ifrm.setAttribute("width",bWidth+"px");  
   ifrm.setAttribute("height",bHeight+"px");  
   document.getElementById(divID).style.border = "0px"; 
   document.getElementById(divID).style.width = bWidth+"px"; 
   document.getElementById(divID).style.height = bHeight+"px"; 
   document.getElementById(divID).appendChild(ifrm); 
}
