/**
 * @author Cernos(20.10.2008)
 * E-Mail: adm.styland@gmail.com
 * icq: 984-964
 * (http://www.humorland.org)
 */

/*Изменяем размеры*/
function resize(){
    
}
$(document).ready(function(){ 

$(".photogallery table tr td img").click(function(){
    var win = window.open($(this).attr('src').replace("sm_",""));
});

});
