function create(){
		this.show = function(){
		
		if (!this.ContentType){		
			var url = "<iframe src=http://www.magmareport.com/rss_magma.php?BoxWidth="+this.BoxWidth+"&BoxHeight="+this.BoxHeight+"&ItemsCount="+this.ItemsCount+"&ShowDesc="+this.ShowDesc+"&ProType="+this.ProType+" width="+this.BoxWidth+" height="+this.BoxHeight+" frameborder=0 id="+this.FrameID+" name=frame1 scrolling=auto marginheight=0 marginwidth=0></iframe>";
		}else{
			var url = "<iframe src=http://www.magmareport.com/rss_content.php?BoxWidth="+this.BoxWidth+"&BoxHeight="+this.BoxHeight+"&ItemsCount="+this.ItemsCount+"&ShowDesc="+this.ShowDesc+"&ContentType="+this.ContentType+" width="+this.BoxWidth+" height="+this.BoxHeight+" frameborder=0 id="+this.FrameID+" name=frame1 scrolling=auto marginheight=0 marginwidth=0></iframe>";		
		}		
		
		document.write(url);
	
		
		}
								
}												


