function showphoto(name,w,h){
	var pic = new Image();
	var w = window.open('/photo.html?photo='+name,'','width='+w+',height='+h+',resizable=no, scrollbars=no,  status=no');
};
