var caper=function(){$(".loader_gal").show();$("#great_image").load('webservice_carrusel.php/index.html',{id:this.id,folder:'carrusel'});
$(".loader_gal").hide();alert("1");
return false;}
function menu(){$(".parent a").mouseover(function(){$(this).parents("li:first").children("ul").show();}).mouseleave(function(){$(this).parents("li:first").children("ul").hide();});
$(".parent").children("ul:first").mouseleave(function(){$(this).hide();}).mouseenter(function(){$(this).show();});}
function carousel_viewer(){$(".view_img").click(function(){var clase = $(this).find("img").attr("class");try{var params=eval('('+clase+')');alert(clase);}
catch(err){alert(err);}
alert("1");});}
