// All Contents Copyright 2005
// Symbionics, Inc.
// All Rights Reserved

function Disclaimer(copyright_name) {
  // Specify Window Parameters and Display
  winOpts = "toolbar=0,width=600,height=600,scrollbars=0";
  var newWindow = window.open("", "", winOpts);

  // Create Content for New Window and Display
  var newContent = '<HTML><HEAD><TITLE>Disclaimer</TITLE></HEAD>\n';
  newContent += '<BODY BGCOLOR="#FFFFFF" BACKGROUND="/images/main_bg.gif" TEXT="#000000" LINK="#000088" ALINK="#000088" VLINK="#000088" TOPMARGIN=0 LEFTMARGIN=0 MARGINWIDTH=0 MARGINHEIGHT=0 onLoad="window.focus();">\n';
  newContent += '<FONT FACE="Sans-Serif, Arial, Helvetica" SIZE="-2">\n';
  newContent += '<TABLE WIDTH=100% CELLPADDING=0 CELLSPACING=0 BORDER=0><TR><TD BACKGROUND="/images/top_disclaimer_bg.gif" ALIGN=CENTER><IMG SRC="/images/top_disclaimer.gif"></TD></TR></TABLE>';
  newContent += '<TABLE WIDTH=100% CELLPADDING=10 CELLSPACING=0 BORDER=0><TR><TD><FONT FACE="Sans-Serif, Arial, Helvetica" SIZE="-2"><P><B>RESTRICTIONS ON USE OF WEBSITE</B><BR>By accessing, browsing and/or using the Website, the user acknowledges and agrees to be bound by the terms set forth herein.  ' + copyright_name + ' hereby authorizes the user to copy the materials published on this Website exclusively for noncommercial use by the user or within the user&#39;s organization.</P>';
  newContent += '<P><B>GENERAL DISCLAIMER</B><BR>Unless otherwise explicitly stated, the materials on the website are provided "as is", without warranty of any kind. All express or implied conditions, representations and warranties, including any implied warranty of merchantability, fitness for a particular purpose, or non-infringement, are disclaimed. No representations, warranties, guaranties as to the quality, suitability, truth, accuracy or completeness of any of the materials contained on this Website are made.</P>';
  newContent += '<P><B>LIMITATION OF LIABILITY</B><BR>' + copyright_name + ' shall not be liable for any damages suffered as a result of using, accessing, modifying, contributing, copying, distributing, or downloading the materials. In no event shall ' + copyright_name + ' be liable for any direct, indirect, punitive, special, incidental, or consequential damages (including loss of business, revenues, profits, use, data or other economic advantage) however it arises, whether for breach of contract or in tort, resulting from access to, or inability to access, the Website, or from reliance on any information provided in the Website, even if ' + copyright_name + ' has been previously advised of the possibility of such damages. The user has sole responsibility for adequate protection and backup of data and/or equipment used in connection with the Website and may not make a claim against ' + copyright_name + ' based on use of the materials herein.</P>';
  newContent += '<P><B>INTELLECTUAL PROPERTY RIGHTS</B><BR>The products, technology and/or processes described in the Website may be the subject of intellectual property rights reserved by ' + copyright_name + ' or other third parties. Nothing contained herein shall be construed as conferring to the user in any manner any license, title, or ownership of or to any intellectual property right.</P>';
  newContent += '<P><B>PRIVACY POLICY</B><BR>We at ' + copyright_name + ' are committed to respecting privacy and recognize the need for appropriate protection and management of personally identifiable information shared with us (any information by which the user can be identified, such as name, address, and telephone number). That is why ' + copyright_name + ' has established a privacy policy, so that the user can understand the care with which we intend to treat information. In general, a user can visit the Website without identifying themselves or revealing any personal information. The internet address of the domains from which users visit the Website are tracked and analyzed for trends and statistics, but the individual user remains anonymous.</P></FONT></TD></TR></TABLE>';
  newContent += '<CENTER>\n';
  newContent += '<FORM><INPUT TYPE="BUTTON" VALUE="Close" NAME="Close" onClick="javascript:self.close();"></FORM>\n';
  newContent += '</CENTER>\n';
  newContent += '</FONT>\n';
  newContent += '</BODY></HTML>\n';

  newWindow.document.write(newContent);
  newWindow.document.close();
}

function printFooter(page) {
  var today = new Date();
  var thisYear = today.getFullYear();
  var copyright_name = 'Symbionics, Inc.';

  if (page == 'home') {
    var home = "Home";
  } else {
    var home = "<A HREF='/cgi-bin/home.cgi'>Home</A>";
  }
  if (page == 'products') {
    var products = "ATACC Products";
  } else {
    var products = "<A HREF='/cgi-bin/products.cgi'>ATACC Products</A>";
  }
  if (page == 'pressreleases') {
    var pressreleases = "Press Releases";
  } else {
    var pressreleases = "<A HREF='/cgi-bin/pressreleases.cgi'>Press Releases</A>";
  }
  if (page == 'current_pr') {
    // For all press release sub-pages
    var pressreleases = "<A HREF='/cgi-bin/pressreleases.cgi'>BACK TO Press Releases</A>";
  }
  if (page == 'about') {
    var about = "About Symbionics";
  } else {
    var about = "<A HREF='/cgi-bin/about.cgi'>About Symbionics</A>";
  }
  if (page == 'management') {
    var management = "Management Team";
  } else {
    var management = "<A HREF='/cgi-bin/management.cgi'>Management Team</A>";
  }
  if (page == 'history') {
    var history = "Our History";
  } else {
    var history = "<A HREF='/cgi-bin/history.cgi'>Our History</A>";
  }
  if (page == 'specialty') {
    var specialty = "Our Specialty";
  } else {
    var specialty = "<A HREF='/cgi-bin/specialty.cgi'>Our Specialty</A>";
  }
  if (page == 'industries') {
    var industries = "Industries";
  } else {
    var industries = "<A HREF='/cgi-bin/industries.cgi'>Industries</A>";
  }
  if (page == 'clients') {
    var clients = "Clients";
  } else {
    var clients = "<A HREF='/cgi-bin/clients.cgi'>Clients</A>";
  }
  if (page == 'partners') {
    var partners = "Partners";
  } else {
    var partners = "<A HREF='/cgi-bin/partners.cgi'>Partners</A>";
  }
  if (page == 'gsa') {
    var gsa = "GSA Schedule";
  } else {
    var gsa = "<A HREF='/cgi-bin/gsa.cgi'>GSA Schedule</A>";
  }
  if (page == 'location') {
    var location = "Location";
  } else {
    var location = "<A HREF='/cgi-bin/location.cgi'>Location</A>";
  }
  if (page == 'careers') {
    var careers = "Careers";
  } else {
    var careers = "<A HREF='/cgi-bin/careers.cgi'>Careers</A>";
  }

  if (page != 'index') {
    // Commented out version w/ "ATACC" link
    // document.write('<FONT FACE="sans-serif" SIZE=1>\n<P><IMG SRC="/images/hr.gif" WIDTH=60% HEIGHT=9 BORDER=0></P>\n\n<P><B>Site Map</B></P>\n\n| '+ home +' | '+ products +' | '+ pressreleases + ' |<BR><BR>\n\nThe Company:<BR>\n| ' + about + ' | '+ history +' | '+ specialty + ' |<BR><BR>\n\nThe Business:<BR>\n| ' + industries + ' | ' + clients + ' | ' + partners +' | '+ gsa +' |<BR><BR>\n\nContact Symbionics:<BR>\n| ' + location +' | '+ careers +' |<BR>\n<P><IMG SRC="/images/hr.gif" WIDTH=60% HEIGHT=9 BORDER=0></P>\n\n<FONT SIZE=1>\nCopyright &copy; '+thisYear+' '+copyright_name+'<BR>\n4455 Brookfield Corporate Drive<BR>\nSuite 106<BR>\nChantilly, Virginia 20151-1760<BR>\nAll Rights Reserved\n<BR><BR><A HREF="javascript:Disclaimer(&#39;'+copyright_name+'&#39;);">Disclaimer</A></FONT></FONT><BR><BR>\n\n');
    document.write('<FONT FACE="sans-serif" SIZE=1>\n<P><IMG SRC="/images/hr.gif" WIDTH=60% HEIGHT=9 BORDER=0></P>\n\n<P><B>Site Map</B></P>\n\n| '+ home +' | '+ pressreleases + ' |<BR><BR>\n\nThe Company:<BR>\n| ' + about + ' | '+ history +' | '+ specialty + ' |<BR><BR>\n\nThe Business:<BR>\n| ' + industries + ' | ' + clients + ' | ' + partners +' | '+ gsa +' |<BR><BR>\n\nContact Symbionics:<BR>\n| ' + location +' | '+ careers +' |<BR>\n<P><IMG SRC="/images/hr.gif" WIDTH=60% HEIGHT=9 BORDER=0></P>\n\n<FONT SIZE=1>\nCopyright &copy; '+thisYear+' '+copyright_name+'<BR>\n4455 Brookfield Corporate Drive<BR>\nSuite 106<BR>\nChantilly, Virginia 20151-1760<BR>\nAll Rights Reserved\n<BR><BR><A HREF="javascript:Disclaimer(&#39;'+copyright_name+'&#39;);">Disclaimer</A></FONT></FONT><BR><BR>\n\n');
  } else {
    document.write('<FONT FACE="sans-serif" SIZE=2>\n<P><IMG SRC="/images/hr.gif" WIDTH=60% HEIGHT=9 BORDER=0></P>\n\n<FONT SIZE=1>\nCopyright &copy; '+thisYear+' '+copyright_name+'<BR>\n4455 Brookfield Corporate Drive<BR>\nSuite 106<BR>\nChantilly, Virginia 20151-1760<BR>\nAll Rights Reserved\n<BR><BR><A HREF="javascript:Disclaimer(&#39;'+copyright_name+'&#39;);">Disclaimer</A></FONT></FONT><BR><BR>\n\n');
  }
}
