// JavaScript Document
function showPicture(src) {
	var img = document.getElementById('gallery_picture');
	img.src = 'phps/image.php?file='+src+'&width=460src';
	$('#gallery_picture').fadeIn();
}
