$(document).ready(function() {
	$('.jqtransform').jqTransform();	
	$(".popup, a[rel^='prettyPhoto']").prettyPhoto({show_title: false, overlay_gallery: false});
});

function setTopId(id) {
	$.ajax({
		type: "POST",
		async: false,
		url: "/ajaxs/setTopId/"+id
	});		
}
