﻿function accesDoc(){
	Lightview.show({
		href: '#formAccesDoc',
		rel: 'inline',
		options: {
  			width: 600,
			height:280,
  			closeButton: false,
  			overlayClose: false
		}
	});
}
