﻿
var page_portfolio=function(){return{load:function(){try{$('.portfolio_item_title').click(function(){$('.portfolio_item_content').hide('normal');$(this).parent().find('.portfolio_item_content').toggle('slow');return false;});$('.portfolio_item_content_top_numbers a').click(function(e){var index=parseInt($(this).html())-1;var images=$(this).parents('.portfolio_item_content').find('img');$(images).fadeOut('fast');$($(images).get(index)).slideDown('slow');e.preventDefault();});}catch(e){page_portfolio.error(e);}},error:function(e){return true;}}}();$(document).ready(page_portfolio.load)
window.onerror=page_portfolio.error;