j = jQuery.noConflict();
j(document).ready(function($)
{
	
	$.colorbox({
		href:"orca.html",
		iframe: true,
		open: true,
		opacity: 0.5,
		width:625,
		height:725
	})
	
	
	$("#suporte").click(function(){
		$.colorbox({	
		href:"suporte.html",
		iframe: true,
		open: true,
		opacity: 0.5,
		width:850,
		height:700
	})
	});
	
	
	$("#criticas").click(function(){
		$.colorbox({	
		href:"sugestaocritica.html",
		iframe: true,
		open: true,
		opacity: 0.5,
		width:500,
		height:400 
	})
	});
	
	
	
});
