function showImg(id,href) {
	window.open(href+'/images/'+id,id,'hotkeys=no,height=500,width=500,toolbar=no,status=no,titlebar=no,scrollbar=yes,resizeable=yes,dependent=yes');
};
