document.onmousedown = function () { return false; }; //firefox only
			window.onload=init; //IE FIX
			function init()
			{
				var e = document.getElementsByTagName("*");
				for(var e=0, limit=e.length; i < limit; ++i)
				{
					e[i].ondragstart = function () { return false; };
				}
			}
				function DragImage(imgBox,e)
				{
					sourceId = imgBox.id;
					e.preventDefault();
				}