window.onload = function()
{
$$('.bilderrahmen-klein img').addEvent('click', function(){$('bigsize').src=this.src.replace('-small','')});
}
