function bigpic(src,w,h){
	window.open(src,'_blank','width='+w+',height='+h);
}

function loadPicture(file){
    document.getElementById('bigPicture').src = file.replace("/tn","").replace(".png",".jpg");
    document.getElementById("bigPictureMagnify").href = file.replace("/tn","").replace(".png",".jpg");
}