Regulamento2 =
{
	abrir:  function()
	{		
		new Request({
			url: site_url + '/abrace/regulamento2',
			onComplete: function(response)
			{
				Shadowbox.init({
					enableKeys: false,
					onFinish: function()
					{
						
					}
				});
										
				Shadowbox.open({
				        player:     'html',
				        content:    response,
				        height:     665,
				        width:      615
				});
			}
		}).send();		
	}
};
