saleimage=""; if (SaleEffective==1) {CurrentSaleBox=saleimage; } if (saleCandyWrappers==1 && SaleEffective==1) {CandyWrappersBox="Personalized Candy Wrappers"; } else {CandyWrappersBox="Personalized Candy Wrappers"; } if (saleCandyFavors==1 && SaleEffective==1) {CandyFavorsBox="Customized Candy Favors"; } else {CandyFavorsBox="Customized Candy Favors"; } if (saleInvitations==1 && SaleEffective==1) {InvitationsBox="Customized Invitations"; } else {InvitationsBox="Customized Invitations"; } if (saleScrolls==1 && SaleEffective==1) {ScrollsBox="Personalized Scrolls"; } else {ScrollsBox="Personalized Scrolls"; } if (saleLabels==1 && SaleEffective==1) {LabelsBox="Customized CD, Water, Wine and Popcorn Labels"; } else {LabelsBox="Customized CD, Water, Wine and Popcorn Labels"; } if (salePlaceCards==1 && SaleEffective==1) {PlaceCardsBox="Personalized Place Cards, Holders & Box Sets"; } else {PlaceCardsBox="Personalized Place Cards, Holders & Box Sets"; } if (saleBubbles==1 && SaleEffective==1) {BubblesBox="Customized Bubbles & Popper Streamers"; } else {BubblesBox="Customized Bubbles & Popper Streamers"; } if (saleKids==1 && SaleEffective==1) {KidsBox="Personalized Kids Grab Bags"; } else {KidsBox="Personalized Kids Grab Bags"; } if (saleBridal==1 && SaleEffective==1) {BridalBox="Bridal Accessories"; } else {BridalBox="Bridal Accessories"; } if (saleParty==1 && SaleEffective==1) {PartyBox="Party Items"; } else {PartyBox="Party Items"; } if (salePoker==1 && SaleEffective==1) {PokerBox="Poker Chips & Labels"; } else {PokerBox="Poker Chips & Labels"; } if (specialInfo==1 && SaleEffective==1) {InfoBox="Special Information"; } else {InfoBox="Shipping & Order Information"; } showmessage = "Right-click function is disabled!"; BrVersion = parseInt(navigator.appVersion) BrNS = navigator.appName=="Netscape" BrIE = navigator.appName=="Microsoft Internet Explorer" function NOrightclick(e) { if (BrNS && e.which > 1){ alert(showmessage) return false } else if (BrIE && (event.button >1)) { alert(showmessage) return false; } } document.onmousedown = NOrightclick; if (document.layers) window.captureEvents(Event.MOUSEDOWN); if (BrNS && BrVersion<5) window.onmousedown = NOrightclick; //-->