function photo(name,w,h) {
//alert(" args are: " + h + "  "  + w + "  " + name);
window.open('/blog/photo.php?img=/blog/mt-static/images/'+name,'photo',
'width=' + w + ',height=' + h );
}
