// This script prevents mouse right clicks.
var message="Sorry, this function is disabled.\nAll Images and Text are protected and\nMay not be copied in whole or part.\nALL RIGHTS RESERVED\n\Copyright © 2003 NSA, Inc."; 

// Don't edit below!

function click(e) {
if (document.all) {
if (event.button == 2) {
alert(message);
return false;
}
}
if (document.layers) {
if (e.which == 3) {
alert(message);
return false;
}
}
}
if (document.layers) {
document.captureEvents(Event.MOUSEDOWN);
}
document.onmousedown=click;

function ES_newwindow(headline, quicktext, status) {
  if(status != 0) {
    if(thetext != null) thetext.focus();
    else {
      if (status==2){
         a='<b>Links From Third Party Sites</b><br>';
         b='You may have reached this Juice Plus+® website via a link from another website. If so,we want you to know that this website is not under the control of NSA. NSA therefore cannot be responsible for the contents of this linking site or of any other websites it may in turn be linked to. We allow such links for your convenience only, and they do not constitute or imply endorsement by NSA of the contents of any of these other linked sites.<br><br>';
         c='<b>Disclaimer</b><br>';
         d='NSA prohibits the use of privately produced materials to promote the performance or Characteristics of Juice Plus+® products. You should therefore rely only on those product descriptions contained in this website and in other official Juice Plus+ literature.';
         quicktext=a+b+c+d;
      }
      var thetext = open('', 'thetext','width=600,height=260,scrollbars');
      quickthe = thetext;
      thetext.document.open();
      thetext.document.writeln('<html><head><title>' + headline + '</title></head><body text=#000000 bgcolor=#FFFFFF onload="javascript: window.focus();">');
      thetext.document.writeln('<table width=100% height=100% border=0><tr><td valign="top"><FONT size=2>' + quicktext +'</FONT></td></tr>');
      thetext.document.writeln('<tr><td align="center" valign="bottom"><a style="color:blue;" href="javascript:window.close();">Close</a></td></tr></table></body></html>');
      thetext.document.close(); }
  } else {
      if(quickthe != null) quickthe.close(); }
}

function openanother(where_at)
{
opc = "toolbar=1,status=1,menubar=1,scrollbars=1,resizable=1,width=700,height=600";
vent=window.open(where_at,"Presentation", opc);
}
