﻿function ConfirmDownload() {
	return confirm("This WebSite is protected by U.S. and international copyright laws and treaties.  The text, data, photos, audio, video, graphics, images, music, sound, software, and WRAPSOL® and W™ trademarks (“Proprietary Material”) are property of Wrapsol, LLC.  You are hereby granted a non-exclusive license to access, download, and/or make copies of this Proprietary Material, but only for your personal use or for use in connection with commentary or news reporting on WRAPSOL® or W™ products, and provided that if you download or print a copy of the Proprietary Material, you retain all copyright and other proprietary notices thereon.  All other rights are reserved to us.  Except as provided above, you may not reproduce, distribute, modify, adapt, create derivative works of, display, transmit, broadcast, sell, license, or in any way exploit the Proprietary Material, in whole or in part, without our advance written consent.  Commercial use of any of the Proprietary Material is strictly prohibited except that use in connection with commentary or news reporting on WRAPSOL® or W™ products is permitted.");
}

if (jQuery) (function() {
	$.extend($.fn, {
		noMenu: function() {
			$(this).each(function() {
				$(this)[0].oncontextmenu = function() {
					return false;
				}
			});
			return $(this);
		}
	});
})(jQuery);


$(document).ready(function() {
	// for gellery item (including 2 links & image ) - $('div.galleryitem').noMenu();
	$('div.gimage').noMenu();
});

