function reportAbuse(objectTypeId, objectId) {
    win = new Window({
        className: "alphacube",
        title: "Zgłoś naruszenie zasad", 
        width: 300, 
        height: 300, 
        url: '/community/abuse/report/objectTypeId/' + objectTypeId + '/objectId/' + objectId, 
        destroyOnClose: true, 
        recenterAuto: false,
        showEffect: Element.show,
        hideEffect: Element.hide,
        wiredDrag: true
    });
    
	win.showCenter(true, 140); 
}
