/* This function was added specifically to support embedded/attached files
 * in documents. This JavaScript file is referenced in Default.aspx and
 * should be called like this:
 *     top.attachmentClick(<attachment pub-id>, <display name>)
 * 
 * The DXL Converter is currently the only component that uses this
 * functionality.
 */
function attachmentClick(pubId, displayName) {
	location='Attachment.aspx?pubId='+pubId;
}