




/*
     FILE ARCHIVED ON 19:56:10 дек 30, 2010 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 12:44:37 дек 30, 2011.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
function invLightbox(full) {
     if (document.getElementById("inventory_blur")) {
         document.getElementById("inventory_blur").style.display = "block";
         document.getElementById("inventory_lightwrap").style.display = "block";
         document.getElementById("inventory_lightimg").src = full;
     }
}

function invHideLightbox() {
	if (document.getElementById("inventory_blur")) {
         document.getElementById("inventory_blur").style.display = "none";
         document.getElementById("inventory_lightwrap").style.display = "none";
		 document.getElementById("inventory_lightimg").src = "";
     }
}

