// graphic module MT 29.03.11 var trans = "transparent"; var fName = "Arial" ; var fSize = "9pt"; var fStyl = "normal"; var fWeig = "normal"; function setStyle(obj, l,t,w,h ) { obj.style.position = "absolute"; obj.style.margin = "0px"; obj.style.padding = "0px"; obj.style.borderStyle = "none"; obj.style.backgroundColor = trans ; // obj.style.left = l+"px"; obj.style.top = t+"px"; if (w > 0) { obj.style.width = w+"px"} if (h > 0) { obj.style.height= h+"px"} } function insFrame(canvas, l,t,w,h, c,nam) { var ifr = "IFRAME"; if (window.ActiveXObject) { ifr = '