function ImageBig(id, which){
		document.getElementById('bigpic').src='/images/app0'+id+'/photo' + which + '.jpg';
}

