if (!window.idxBrochures)
	idxBrochures = {};
	
function iraBrochure(){
	this.brochure = function(idxObj,optObj){
		var winLeft = winTop = 50;
		if (optObj.comp_ids[0] == 0 || optObj.comp_ids[0] == '' || optObj.comp_ids[0] == '0') {
			var sendto = '&user_id='+idxObj.LISTINGAGENTID;
		} else {
			var sendto = '&idxcomp_id='+optObj.comp_ids[0];
		}
		iraWin = window.open("/templates/reales/re_dishomes.cfm?classid="+idxObj.MLS+''+sendto,'_blank',"height=500,width=780,status=no,toolbar=no,menubar=no,location=yes,resizable=yes,scrollbars=yes,left="+winLeft+",top="+winTop)
	}
}
idxBrochures['IRA'] = (new iraBrochure());

function MidBrochure(){
	this.brochure = function(idxObj,optObj){
		var winLeft = winTop = 50;
		if (optObj.comp_ids[0] == 0 || optObj.comp_ids[0] == '' || optObj.comp_ids[0] == '0') {
			var sendto = '&user_id='+idxObj.LISTINGAGENTID;
		} else {
			var sendto = '&idxcomp_id='+optObj.comp_ids[0];
		}
		iraWin = window.open("/templates/reales/re_dishomes.cfm?board_id=761&MLS="+idxObj.MLS+''+sendto,'popup',"height=500,width=780,status=no,toolbar=no,menubar=no,location=yes,resizable=yes,scrollbars=yes,left="+winLeft+",top="+winTop)
	}
}
idxBrochures['Mid'] = (new MidBrochure());




