﻿function printHeader() {
  var st = "";
  st += "<div id='flags'> <a class=style2 align=right title='Japanese' alt='Japanese' href='/jp/'>Japanese</a> </div> <div id='header'><a title='ZL Technologies, Inc.' href='/'><img border=0 src='/images/zlti_logo.jpg' alt='ZL Technologies, Inc.'/></a></div>";

  document.writeln(st);

  
}

function contactForm(){
	window.open("/contact_us.html","no","height=495,width= 320")
}

function printSectionHeader(sectionName) {
  var st = "";
  st = "<p>" + sectionName + "</p>";
//  st =  "<TR><td colspan=3><img border=0 src='/images/banner/" + sectionName + "_thin.gif'></td></tr>";
  document.writeln(st);
}

function printSectionImage(sectionName) {
  var st = "";
  st = "<div id='sxnimg'><img src='/images/sectionimages/"+sectionName+".jpg' alt='"+sectionName.substring(0,1).toUpperCase()+""+sectionName.substring(1)+"' /></div>";
  document.writeln(st);
}

function printVertNav(sectionName){
  var Name = sectionName.toLowerCase();
  var st = "";
  var li = '<li onmouseover="this.className=\'mouseover\'" onmouseout="this.className=\'\'">';
  var eli = '</li>';
  st += '<div id="vertnav"><span style="width:100%;height:20px;color:#900000;font-size:10pt;font-weight:bold;background:URL(\'/images/listbg.gif\');background-repeat:no-repeat">'
  st += sectionName;
  st += '<br /></span><ul class="vertnavlist">';
  switch (Name){
case 'company':
	  if(navigator.appName == "Microsoft Internet Explorer"){
      st += '<li>' + '<ul style="padding-top:0px;margin-top:-13px;padding-bottom:0px;margin-bottom:0px;">';
	}
	else{
      st += '<li>' + '<ul style="padding-top:0px;margin-top:0px;padding-bottom:0px;margin-bottom:0px;">';
	}
      st += '<li onmouseover="this.className=\'mouseover\'" onmouseout="this.className=\'\'" style="position:relative;right:15px;">' + '<a href="/company/about">About ZL</a>';
	  st += li + '<a href="/company/about/management.html">Management</a>' + eli;
	  st += li + '<a href="/company/about/locations.html">Locations</a>' + eli; 
	  st += '</ul></li>';
	  st += '<li>Press Room<ul style="padding-bottom=-10px; margin-bottom=0px;">';
      st += li + '<a href="/company/press/releases">Press Releases</a>' + eli;
	  st += li + '<a href="/company/press/news">In the News</a>' + eli;
	  st += li + '<a href="/company/press/events">Events</a>' + eli;	
	  st += '</ul></li>';
      st += li + '<a href="/company/careers">Careers</a>' + eli;
	  st += li + '<a href="/company/contact">Contact Us</a>' + eli;
	  break;
	case 'customers':
	  st += li + '<a href="/customers">Select</a>' + eli;
	  st += li + '<a href="/customers/support">Support</a>' + eli;
	  break;
    case 'overview':
	  st += li + '<a href="/overview">Introduction</a>' + eli;
	  st += li + '<a href="/overview/history-of-archiving.html">History of Archiving</a>' + eli;
	  st += li + '<a href="/overview/why-archive.html">Why Archive?</a>' + eli;
	  if(navigator.appName == "Microsoft Internet Explorer"){
      st += '<li>' + '<ul style="padding-top:0px;margin-top:-13px;padding-bottom:0px;margin-bottom:0px;">';
	}
	else{
      st += '<li>' + '<ul style="padding-top:0px;margin-top:0px;padding-bottom:0px;margin-bottom:0px;">';
	}
      st += '<li onmouseover="this.className=\'mouseover\'" onmouseout="this.className=\'\'" style="position:relative;right:15px;">' + '<a href="/overview/archiving-truths">Archiving Truths</a>';
	  st += li + '<a href="/overview/archiving-truths/are-you-ready.html">Are You Ready?</a>' + eli;
	  st += li + '<a href="/overview/archiving-truths/support.html">The Right People</a>' + eli;
	  st += li + '<a href="/overview/archiving-truths/archiving-costs.html">Big Storage Bill?</a>' + eli;
	  st += '</ul>' + eli;
	  break;
    case 'partners':
	  st += li + '<a href="/partners">Overview</a>' + eli;
	  st += li + '<a href="/partners/technology">Strategic Partners</a>' + eli;
      st += li + '<a href="/partners/resellers">Resellers</a>' + eli;
      st += li + '<a href="/partners/zclub">The Z-Club</a>' + eli + '</ul>';
      break;
    case 'products':
      if(navigator.appName == "Microsoft Internet Explorer"){
      st += '<li>' + '<ul style="padding-top:0px;margin-top:-13px;padding-bottom:0px;margin-bottom:0px;">';
	}
	else{
      st += '<li>' + '<ul style="padding-top:0px;margin-top:0px;padding-bottom:0px;margin-bottom:0px;">';
	}
      st += '<li onmouseover="this.className=\'mouseover\'" onmouseout="this.className=\'\'" style="position:relative;right:15px;">' + '<a href="/products">ZL Unified Archive</a>';
	  st += li + '<a href="/products/email-archiving/ediscovery.html">Discovery</a>' + eli;
	  st += li + '<a href="/products/email-archiving/compliance.html">Compliance </a>' + eli;
	  st += li + '<a href="/products/email-archiving/storage-optimization.html">Storage</a>' + eli;
	  st += li + '<a href="/products/email-archiving/security.html">Security</a>' + eli;
	  st += '</ul></li>';
	  st += li + '<a href="/products/awards">Awards</a>' + eli;
	  st += li + '<a href="/products/testimonials">Testimonials</a>' + eli;
      break;
    case 'resellers':
      st += li + '<a href="/resellers">Overview</a>' + eli;
      st += li + '<a href="/resellers/sales_and_marketing.html">Sales &amp; Marketing</a>' + eli;
      st += li + '<a href="/resellers/technical.html">Technical Information</a>' + eli;
      break;
	case 'resources':
	  st += li + '<a href="/resources/index.html#case_studies">Case Studies</a>' + eli;
	  st += li + '<a href="/resources/index.html#white_papers">White Papers</a>' + eli;
	  st += li + '<a href="/resources/index.html#datasheets">Data Sheets</a>' + eli;
	  st += li + '<a href="/resources/index.html#rule_overviews">Rules & Regulations</a>' + eli;
	  break;
    case 'solutions':
	 if(navigator.appName == "Microsoft Internet Explorer"){
      st += '<li>' + '<ul style="padding-top:0px;margin-top:-13px;padding-bottom:0px;margin-bottom:0px;">';
	}
	else{
      st += '<li>' + '<ul style="padding-top:0px;margin-top:0px;padding-bottom:0px;margin-bottom:0px;">';
	}
      st += '<li onmouseover="this.className=\'mouseover\'" onmouseout="this.className=\'\'" style="position:relative;right:15px;">'+ '<a href="/solutions">The ZL Advantage</a>';
	  st += li + '<a href="/solutions/zladvantage/search.html">Search</a>' + eli;
	  st += li + '<a href="/solutions/zladvantage/scalability.html">Scalability</a>' + eli;
	  st += li + '<a href="/solutions/zladvantage/availability.html">Availability</a>' + eli;
	  st += li + '<a href="/solutions/zladvantage/flexibility.html">Flexibility</a>' + eli;
	  st += '</ul></li>';
	  st += '<li>By Challenge<ul>';
	  st += li + '<a href="/solutions/challenges/legal-discovery.html">Legal Discovery</a>' + eli;
	  st += li + '<a href="/solutions/challenges/compliance.html">Compliance</a>' + eli;
	  st += li + '<a href="/solutions/challenges/storage-optimization.html">Storage Optimization</a>' + eli;
	  st += li + '<a href="/solutions/challenges/records-management.html">Records Management</a>' + eli;
	  st += li + '<a href="/solutions/challenges/content-control.html">Content Control</a>' + eli;
	  st += '</li></ul>';
	  st += '<li style="margin-top:-10px;">By Industry<ul>';
	  st += li + '<a href="/solutions/industry/banking.html">Banking</a>' + eli;
	  st += li + '<a href="/solutions/industry/financial.html">Financial Services</a>' + eli;
	  st += li + '<a href="/solutions/industry/insurance.html">Insurance</a>' + eli;
	  st += li + '<a href="/solutions/industry/healthcare.html">Healthcare</a>' + eli;
	  st += li + '<a href="/solutions/industry/pharmaceuticals.html">Pharmaceuticals</a>' + eli;
      st += li + '<a href="/solutions/industry/government.html">Government/Education</a>' + eli;
	  st += '</ul></li>';
	  break;
    case 'support':
      //st += li + '<a href="/resources/resources.html">Key Resources</a>' + eli;
      st += '<li style="color:#0060B5;font-size:10pt;"><strong><a href="/resources/resources.html">Key Resources</a></strong><ul>';
      st += li + '<a href="/resources/resources.html#case_studies">Case Studies</a>' + eli;
      st += li + '<a href="/resources/resources.html#white_papers">White Papers</a>' + eli;
      st += li + '<a href="/resources/resources.html#datasheets">Data Sheets</a>' + eli;
      st += li + '<a href="/resources/resources.html#rule_overviews">Rules & Regulations</a>' + eli;
      st += "</ul>" + eli;
      break;
    case 'z-club':
      st += li + '<a href="/zclub">Overview</a>' + eli;
      st += li + '<a href="/zclub/sales_and_marketing.html">Sales &amp; Marketing</a>' + eli;
	  st += li + '<a href="/zclub/lead_registration.html">Lead Registration</a>' + eli;
	  st += li + '<a href="/zclub/member_locator.html">Member Locator</a>' + eli;
      break;
    default:
      st += li + "Please inform the ZL Technologies webmaster of this message." + eli;
      st += li + '<a href="/company/contact.html">Contact ZL Technologies</a>' + eli;
      break;
  }
  st += '</ul></div>';
  document.writeln(st);
}

function printSectionNav(txt) {
  var st = "";
  st += "<TR><td colspan=3 background='/images/banner/grey_bar_rev.gif' class='Nav' align=right>";
  st += txt;
  st += "</td></tr>";
  document.writeln(st);
}

function printFooter() {
  var st = "";
  st += "<div id='footer'>";
  st += "<div style='background-image:URL(/images/bottombargray.jpg);height:20px;min-height:20px;min-width:100%;width:100%;color:#ffffff;'><span style='position:relative;top:2px;'>[ <a title='Home' href='/' style='color:#ffffff;'>home</a>";
  st += " | <a title='Overview' href='/overview' style='color:#ffffff;'>overview</a>";
  st += " | <a title='Products' href='/products' style='color:#ffffff;'>products</a>";
  st += " | <a title='Solutions' href='/solutions' style='color:#ffffff;'>solutions</a>";
  st += " | <a title='Customers' href='/customers' style='color:#ffffff;'>customers</a>";
  st += " | <a title='Partners' href='/partners' style='color:#ffffff;'>partners</a>";
  st += " | <a title='Resources' href='/resources' style='color:#ffffff;'>resources</a>";
  st += " | <a title='Company' href='/company/about' style='color:#ffffff;'>company</a>";
  st += " | <a title='Site Map' href='/sitemap' style='color:#ffffff;'>site map</a> ]</span></div>";
  st += "<div style='padding-bottom:2px;'><span style='color:#000000;text-align:right;position:relative;top:2px;'>Copyright  1999-2009 ZL Technologies, Inc. All Rights Reserved. <a title='Privacy policy' href='/privacy_policy'>Privacy policy.</a> <a title='Terms of Service' href='/products/terms_of_service'>Terms of Service.</a></span></div>";
  st += "</div>";
  document.writeln(st);
}
