
var SmcCP=Class.create();SmcCP.prototype={initialize:function(doc,layer_name){this.oSmcCPSpan=doc.createElement("span");this.oSmcCPSpan.id="SmcCP";this.oSmcCPSpan.className="SmcCP";this.oSmcCPSpan.style.position="absolute";this.oSmcCPSpan.style.visibility="visible";this.oSmcCPSpan.style.zIndex=30;this.oSmcCPSpan.innerHTML="(C) 2009 INCREMENT P CORP.";var oLayer=doc.getElementById(layer_name);oLayer.appendChild(this.oSmcCPSpan);}};