// JavaScript Document
function ShowAccess(bloc,mask) {
	caller = 'get_access_'+bloc;
	if (hs.getExpander($(bloc)) == null) return hs.htmlExpand($(caller), 
										{ 
										contentId: bloc,  
										outlineType: false,
										targetY : ''+caller+' 20px',
										targetX : ''+caller+' -480px'
										});
	else return hs.close($(bloc));
}