// JavaScript Document
function big_img(image){
	window.open("/timm/big_img.php?image="+image+"",'test','width=500,height=500');
}