function create(){
		this.show = function(){
		//this.BoxBgColor = this.BoxBgColor.substr(1);
		//this.BoxTxtColor = this.BoxTxtColor.substr(1);
		//this.BoxBorderColor = this.BoxBorderColor.substr(1); 

		var url = "<iframe src=http://www.magmareport.com/widget/"+this.style+".php?SBMem_Code="+this.SBMem_Code+"&BoxWidth="+this.BoxWidth+"&BoxHeight="+this.BoxHeight+"&BoxBgColor="+this.BoxBgColor+"&BoxBorderColor="+this.BoxBorderColor+"&BoxTxtColor="+this.BoxTxtColor+" width="+this.BoxWidth+" height="+this.BoxHeight+" frameborder=0 id=frame1 name=frame1 scrolling=no marginheight=0 marginwidth=0></iframe>";
			document.write(url);
		}
								
}												