/**
 * $Id: page_style.js 168 2010-06-27 15:33:07Z Jose Roberto A $
**/
$(function(){
	$('.js_require_emp')
		.mouseover(function()
			{
				$(this).parent().children('span.require-emp')
					.stop()
					.css('opacity','1')
					.fadeIn(250);
			})
		.mouseout(function()
			{
				$(this).parent().children('span.require-emp')
					.stop()
					.fadeOut(500);
			});
	
	if($.browser.msie && $.browser.version <= 7)
	{
		$('#content h3 a img')
			.after(' ');
		try
		{
			$a.ajaxStart();
		}
		catch(e)
		{}
		
		//$('textarea').attr('disabled', 'disabled');
		//setTimeout(function(){$('textarea').removeAttr('disabled');}, 5000);
	}
	
	if($.browser.msie && $.browser.version >= 7)
	{
		/* Fix bad relative position update */
		setInterval(function(){
			$('#comentarios ol')
				.css('position', 'fixed')
				.css('position', 'relative');
		}, 100);
	}
});