$(function() {
	$('div#video-options div').hide();
	$('div#video-options a.botton').click(function() {
		var show = $(this).attr("href");
		$('div#video-options div').hide();
		$(show).slideDown();
		return false;
	});
	$('#acerca-del-video').show();
	
	// this initialises the demo scollpanes on the page.
	$('.postit-text').jScrollPane();
	
});


function newsletter(){
	tb_show('', '/ajax/newsletter?keepThis=true&height=380&width=300', '');
}

function contact(){
	tb_show('', '/ajax/contact?keepThis=true&height=220&width=300', '');
}

function invite(){
	tb_show('', '/ajax/invite?keepThis=true&height=270&width=350', '');
}
