function showPopup(e,c,b){var d=5;c=$(c);var a=c.offset();$("body").append('<img id="popup" style="position: absolute; border: 1px solid black; z-index: 999;" src="'+b+'" />');if(e){$("#popup").css("right",$(document).width()-a.left+d).css("top",a.top-150)}else{$("#popup").css("left",a.left+c.width()+d).css("top",a.top-150)}}function closePopup(){$("#popup").remove()}function onInventorySubmit(a,b){if(typeof(b)=="undefined"){b="Checking Inventory and Time..."}if(a.value=="Submit"){a.form.submit()}a.value=b};
