Galleryimg="no" How to block image toolbar save as
If you want to avoid displaying the image toolbar when an image displayed on your site can do this in two ways:
1. To block tolbar image only at a certain image selectively use this code:
<img src="images/yourimage.gif" galleryimg="no" alt="" />
2. To block image toolbar for all page, all images on the page insert the metatag in the <head></head> of your page.
<meta http-equiv="imagetoolbar" content="no" />