function heroPointer(colBox, altText){
        jQuery('.heroAttachment').children('div').children('div').removeClass('colBoxOn');
        jQuery(colBox).addClass('colBoxOn');

        var currentRoom = jQuery(colBox).attr('rel');
        jQuery('#heroPointerImages').attr('src', currentRoom);
        jQuery('#heroPointerImages').attr('alt', altText);
}
