$(document).ready(function(){
	
	$('.tbl_striper tbody tr:even').addClass('alt');

	$('.kids_numeros').click(function(){
		var link = $(this).attr("href");
		window.open(link,"DescriptiveWindowName","width=404, height=404, left=0, top=0, resizable=no, scrollbars=no, status=no")
		return false;
	
	});

	$('.kids_pintar').click(function(){
		var link = $(this).attr("href");
		window.open(link,"DescriptiveWindowName","width=800, height=600, left=0, top=0, resizable=no, scrollbars=no, status=no")
		return false;
	
	});

	$('#header h1 a').ifixpng(); 

});
