function zoom(path){
dir=path.substring(0,path.length-14)
file=path.substring(path.length,path.length-14)
path=dir+'big/'+file
document.getElementById('big').src=path
}

