//This source code is the copyrighted work of n-Tier Financial Services, LLC. All software owned by n-Tier Financial Services, LLC.
//is protected by the United States patent and copyright laws and international treaty provisions. Unless otherwise specified in
//writing, you may not modify, copy, distribute, transfer, display, perform, reproduce, publish, license, create derivative works
//from, decompile, decipher, disassemble, reverse engineer or otherwise decrypt or discover this source code. Any reproduction,
//redistribution or unauthorized use of this source code is expressly prohibited and may result in civil or criminal penalties.
//All rights not expressly granted are reserved.-->

var ntiersfocusttl =   "Company Overview";
var ntiersfocustxt =  "<IMG align='right' src='http://www.ntierfs.com/ntierabout001.jpg' class='stdbanimg' style='border-style:solid; border-width:1pt; border-color:#676767; z-index:0; position:relative; height:3cm; width:4cm; top:0; left:0;margin-left:20pt;margin-bottom:4pt;'>"+
						"n-Tier provides software which helps people manage their content in an environment where the number of computers and devices we utilize is ever increasing.<br><br>"+
						"From personal perspective the number of computers and devises we access our different types of content on seems to increase with each advance in technology. While the availability of these new technologies provide significant benefits they also create an environment where most people now have to manage their content across a range of business and personal computers and a combination of both reading tablets and smart devices. Managing the availability of your content in this type of environment becomes a significant and time consuming challenge. Using our AccessPoint&#153 software can help you meet this challenge.  Our AccessPoint suite of technologies has been designed specifically to provide a single point where people can securely store and access all of their different types of content and to provide a range of easy to use technologies for updating and accessing this content from different environments and devices.<br><br>"; 

var ntiersfounderttl =  "Founder’s Bio";
var ntiersfoundertxt =  "<IMG align='right' src='http://www.ntierfs.com/PeterSGargone.jpg' class='stdbanimg' style='border-style:solid; border-width:1pt; border-color:#676767; z-index:0; position:relative; height:3.5cm; width:2.350746cm; top:0; left:0;margin-left:20pt;margin-bottom:4pt;'>"+
						"Peter S. Gargone<br>"+
			            "CEO<br><br>"+
                        "Mr. Gargone is the CEO of the firm. He founded n-Tier in March of 2000 after years of working as a technologist and a technology manager in the financial services industry.<br><br>"+
                        "Prior to founding n-Tier, Mr. Gargone held several senior technology positions in Donaldson, Lufkin & Jenrette's equities division. He managed the back and middle office technology effort for the company's London based US Shares business. As vice president of European operations technology, he managed the design and build of the technology platform enabling Donaldson, Lufkin & Jenrette's launch into the European equity markets. He also initiated and managed the company's equity group's Global Application Architecture program.<br><br>"+
                        "Prior to working at Donaldson, Lufkin & Jenrette, Mr. Gargone held a variety of software development and management positions at Goldman Sachs in New York, London, and Zurich. In New York he worked for the J. Aron precious metals group. In London he worked on a variety of development projects for business units including European convertibles, UK shares, and derivatives trading. In Zurich he was responsible for Goldman's Swiss franc clearance business technology.<br><br>"+
                        "Mr. Gargone is a graduate of Boston University and holds a degree in both computer science and business administration.<br><br>";


function setheights() {
    var theoffsetheight=0;
    var theoffsetwidth=0;
    var theexpppptdiv = document.getElementById("expppptdiv");
    var thenscppptdiv = document.getElementById("nscppptdiv");
    var theouterdiv = document.getElementById("outerdiv");
    var themnudiv = document.getElementById("mnudiv");
    var thedetaildiv = document.getElementById("detaildiv");
    var thebdypxheight=document.body.offsetHeight;
    var thebdypxwidth=document.body.offsetWidth;
    if (navigator.userAgent.indexOf("Netscape") > -1) {
        theoffsetheight=thenscppptdiv.offsetHeight;
        theoffsetwidth=thenscppptdiv.offsetWidth;
    } else {
        theoffsetheight=theexpppptdiv.offsetHeight;
        theoffsetwidth=theexpppptdiv.offsetWidth;
    }
    theouterdiv.style.position='relative';
    theouterdiv.style.height=eval(thebdypxheight-(theoffsetheight*1.5))+"px";
    theouterdiv.style.width=eval(thebdypxwidth-(theoffsetwidth*1.5))+"px";
    themnudiv.style.position='relative';
    themnudiv.style.width=eval(thebdypxwidth-(theoffsetwidth*1.4))+"px";
    thedetaildiv.style.position='relative';
    thedetaildiv.style.height=eval(thebdypxheight-themnudiv.offsetHeight-(theoffsetheight*1.4))+"px";
    thedetaildiv.style.width=eval(thebdypxwidth-(theoffsetwidth*1.4))+"px";
    thedetaildiv.style.overflow='auto';
}
function ntiersfocus() {
    var thedetailttl = document.getElementById("detailttl");
    var thedetailtxt = document.getElementById("detailtxt");
    thedetailttl.innerHTML=ntiersfocusttl;
    thedetailtxt.innerHTML=ntiersfocustxt;
}
function ntiersfounder() {
    var thedetailttl = document.getElementById("detailttl");
    var thedetailtxt = document.getElementById("detailtxt");
    thedetailttl.innerHTML=ntiersfounderttl;
    thedetailtxt.innerHTML=ntiersfoundertxt;
}

function setselection() {
    try {
        if (name=="About_nTier") {
            ntiersfocus();
        } else {
            name="";
            ntiersfocus();
        }
    } catch (e) {
        name="";
        ntiersfocus();
    }
}

function ntierhome() {
    try {
        if (name.length>0) { // opened from website
            var thentierhomea = document.getElementById("ntierfshomea");
            thentierhomea.click();
            window.close();
        } else {
            window.location.href="http://www.ntierfs.com";
        }
    } catch (e) {
        try {
            window.location.href="http://www.ntierfs.com";
        } catch (e) {}
    }
}

function hideallmenues() {
       try {
		var theCWBPlatUsesOVdiv = document.getElementById("CWBPlatUsesOVdiv");
		var theCWBSecITdiv = document.getElementById("CWBSecITdiv");
		var theCWBEmlCondiv = document.getElementById("CWBEmlCondiv");
		var theCWBDocExdiv = document.getElementById("CWBDocExdiv");
		var theCWBInfRptdiv = document.getElementById("CWBInfRptdiv");
		var theCWBDQdiv = document.getElementById("CWBDQdiv");
		var theCWBRecsdiv = document.getElementById("CWBRecsdiv");
		var theCWBExcptdiv = document.getElementById("CWBExcptdiv");
		var theCWBPlatUsesOVseltd = document.getElementById("CWBPlatUsesOVseltd");
		//var theCWBSecITseltd = document.getElementById("CWBSecITseltd");
		//var theCWBEmlConseltd = document.getElementById("CWBEmlConseltd");
		var menue1 = document.getElementById("mnuone");
		var menue2 = document.getElementById("mnutwo");
		var menue3 = document.getElementById("mnuthree");
		menue1.style.borderColor="";
		menue1.style.backgroundColor="";
		menue2.style.borderColor="";
		menue2.style.backgroundColor="";
		menue3.style.borderColor="";
		menue3.style.backgroundColor="";
	} catch (e) {}
}

function  dispmnuitem(theitm, thetd) {
    hideallmenues();
    if (theitm=="mnuone") {
      //var thedetailttl = document.getElementById("detailttl");
      var thedetailtxt = document.getElementById("detailtxt");
      //thedetailttl.innerHTML=ntiersfocusttl;
      thedetailtxt.innerHTML=ntiersfocustxt;
      thetd.style.borderColor="b4b4b4";
      thetd.style.backgroundColor="ffffff";
    } else if (theitm=="mnutwo") {
      //var thedetailttl = document.getElementById("detailttl");
      var thedetailtxt = document.getElementById("detailtxt");
      //thedetailttl.innerHTML=ntiersfounderttl;
      thedetailtxt.innerHTML=ntiersfoundertxt;
		thetd.style.borderColor="b4b4b4";
      thetd.style.backgroundColor="ffffff";
    } else if (theitm=="exit") {
       window.close();
    } else {
      //var thedetailttl = document.getElementById("detailttl");
      var thedetailtxt = document.getElementById("detailtxt");
      //thedetailttl.innerHTML=ntiersfocusttl;
      thedetailtxt.innerHTML=ntiersfocustxt;
		var menue1 = document.getElementById("mnuone");
      menue1.style.borderColor="b4b4b4";
      menue1.style.backgroundColor="ffffff";
    }
}


function exit() {
    window.close();
}

