function D3_OC_Banner() {
	this.banner_type = 1;
	this.if_src = 'http://ocadmin.d3corp.com/banner/';
	this.if_name = 'ocbanner';
	this.if_width = '250';
	this.if_height = '250';
	this.if_marginheight = '0';
	this.if_marginwidth = '0';
	this.if_align = 'middle';
	this.if_scrolling = 'no';
	this.if_frameborder = '0';
	this.if_style = '';
	
	this.display = function () {
		document.write('<iframe src="'+this.if_src+this.banner_type+'" name="'+this.if_name+'" width="'+this.if_width+'" marginwidth="'+this.if_marginwidth+'" height="'+this.if_height+'" marginheight="'+this.if_marginheight+'" align="'+this.if_align+'" scrolling="'+this.if_scrolling+'" style="'+this.if_style+'" frameborder="'+this.if_frameborder+'"></iframe>');
	}
}