

$(document).ready(function(){
	
	$(".secondUl").hide();
	$("a[rel^='prettyPhoto']").prettyPhoto();
});


function showSubMenu(idView){
	$('.secondUl').slideUp("normal", function () {$("#"+idView).slideDown("normal")});
}

function roll(idImg, urlImg){
	$('#'+idImg).attr("src", ""+urlImg);
	
}
