//rotating quotes
var quote = new Array();
quote[0] = "<p>\"It is hard to find true added value investors.  My experience with FTVentures created that extra dimension, helping to open doors and close business.\"  <br /><br /><em>Mike Hedger, CEO, KVS Inc. (acquired by Veritas 9/04)</em></p>";
quote[1] = "<p>\"From privileged access to their strategic partners to opening up new business leads, providing current industry insights or enriching our domain knowledge, the value-add of FTVentures to EXL has far exceeded the realm of a typical strategic investor.\" <br /><br /><em>Rohit Kapoor, Co-Founder, President, EXLService</em></p>";
quote[2] = "<p>\"Providing capital, mentoring our senior executives on Greenfield projects, serving as EXL's brand ambassadors in industry leadership forums, actively participating in operational reviews with key clients-these are just some of the value-added contributions we get from our FTVentures team.\"<br /><br /><em> Rohit Kapoor, Co-Founder, President, EXL Service	</em></p>";
quote[3] = "<p>\"Working with FTVentures has been an extraordinarily positive experience since day one of this partnership. The collaborative relationship offers many opportunities that would ordinarily take years to cultivate.\"<br /><br /><em>Mark Goodstadt, Chairman/CEO, Global Document Solutions (GDS)</em></p>";
quote[4] = "<p>\"FTVentures has brought more than just financial capital to Actimize; the team offers extensive contacts and insight deep within the global financial services industry and is willing to make the extra effort to create connections for us that have led to meaningful customer relationships.\"<br /><br /><em>David Sosna<br />Co-Founder/CEO, Actimize</em></p>";
quote[5] = "<p>\"FTVentures has a clear strategy for how to add value to portfolio companies and they execute it well. I've relied on their experience and relationships to help secure strategic investors, recruit talent, line up partners, and close major deals.\"<br /><br /><em>Jeff Maggioncalda<br />President/CEO, Financial Engines</em></p>";
quote[6] = "<p>\"The strategic value FTVentures continues to bring to our company is immeasurable.  Mavent has benefited significantly from FTVentures' industry relationships and business development efforts as well as the firm's consistently sound counsel on our strategy and operations.\"<br /><br /><em>Louis Pizante, CEO, Mavent</em></p>";
quote[7] = "<p>\"FTVentures deploys a significant investment in financial and leadership capital, partnering with management teams to realize their professional objectives.  Access to leadership within their firm and strategic investor institutions provides a competitive advantage to a portfolio company.\"<br /><br /><em>John R. Thomas, President/CEO, MedSynergies</em></p>";
quote[8] = "<p>\"FTVentures has been actively engaged with Coremetrics since the start of our partnership, leveraging their deep domain expertise in financial services and marketing services to provide consistently sound strategic advice .\"<br /><br /><em>Joe Davis, President/CEO, Coremetrics</em></p>";
		

	//random number generator
	function randomNumber(n) {
	number = Math.floor(Math.random() * (n + 1));
	return number;
	}
	
/*
	  Copyright (c) 2001 Moonstone Interactive, Inc.
      All Rights Reserved. No portion of this file, including but
      not limited to any associated code, documents or images, may be
      copied, retransmitted, reposted, duplicated or otherwise
      used without the express written permission of Moonstone Interactive, Inc.

*/		

function writeFlash() {
	var sCode;
	sCode = "<OBJECT classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0\" ";
	sCode += " WIDTH=\"673\" HEIGHT=\"161\" border=\"0\" id=\"headerswf\" ALIGN=\"top\"> ";
	sCode += " <PARAM NAME=\"movie\" VALUE=\"/swfs/homepage.swf\"><PARAM NAME=\"quality\" VALUE=\"high\"><PARAM NAME=\"bgcolor\" VALUE=\"#FFFFFF\"> ";
	sCode += " <EMBED src=\"/swfs/homepage.swf\" quality=\"high\" bgcolor=\"#FFFFFF\" WIDTH=\"673\" HEIGHT=\"161\" border=\"0\" NAME=\"headerswf\" ALIGN=\"top\" TYPE=\"application/x-shockwave-flash\" PLUGINSPAGE=\"http://www.macromedia.com/go/getflashplayer\"></EMBED></object> ";
	
	document.write(sCode);
	return true;
}
function writeLogoFlash() {
	var sCode;
	sCode = "<OBJECT classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0\" ";
	sCode += " WIDTH=\"535\" HEIGHT=\"100\" border=\"0\" id=\"headerswf\" ALIGN=\"top\"> ";
	sCode += " <PARAM NAME=\"movie\" VALUE=\"/swfs/FTV.swf\"><PARAM NAME=\"quality\" VALUE=\"high\"><PARAM NAME=\"bgcolor\" VALUE=\"#FFFFFF\"> ";
	sCode += " <EMBED src=\"/swfs/FTV.swf\" quality=\"high\" bgcolor=\"#FFFFFF\" WIDTH=\"535\" HEIGHT=\"100\" border=\"0\" NAME=\"logoswf\" ALIGN=\"top\" TYPE=\"application/x-shockwave-flash\" PLUGINSPAGE=\"http://www.macromedia.com/go/getflashplayer\"></EMBED></object> ";
	
	document.write(sCode);
	return true;

}

	function launch01(win_url,win_name,win_width,win_height) {
	newwin = window.open(win_url,win_name,"height="+win_height+",width="+win_width+",scrollbars=yes,location=no,toolbar=no,directories=no,menubar=no,status=no,resizable=yes");
			newwin.opener = window;
			if (document.images) {  // eg if it's js 1.1 (which supports 'focus()')
				newwin.focus();
			}
	}
	
	function launch02(win_url,win_name,win_width,win_height) {
	newwin = window.open(win_url,win_name,"height="+win_height+",width="+win_width+",scrollbars=auto,location=no,toolbar=no,directories=no,menubar=no,status=no,resizable=no");
			newwin.opener = window;
			if (document.images) {  // eg if it's js 1.1 (which supports 'focus()')
				newwin.focus();
			}
	}	
    
    //This is for opening child windows
	/*Example Tag:
	<a onclick="openChildWin('http://www.sitename.com');return false;" href="#">www.sitename.com</a>
	 */
	var frameWin;
	function closeframeWin() {
		if(frameWin != null && !frameWin.closed) frameWin.close();
	}
	
	function openFrameWin(aUrl){
        	var framesetwin = "partners_frame.html";
		closeframeWin();
		frameWin = open(framesetwin.top.viewsite.location.href = aUrl);
	}
    
   // open the frameset then populate the frames with the header and the url
   
   

   
   // Variables for keeping track of the clipping window
var clipTop = 0;
var clipRight = 480;
var clipBottom = 95;
var clipLeft = 15;

// Function to start the scrolling
function startScrolling() {
    setTimeout("scrollLeft()", 10);
}

// Function to simulate scrolling by moving the layer and the
// clipping window
function scrollLeft() {
    var scrollWindow = document.getElementById('NewsLayer');
		var iWidth = 7995;
	
    // Check to see if we're at the bottom
    if (clipRight != iWidth) {
        // If not, adjust variables for tracking the clipping window
        clipLeft = clipLeft + 1;
        clipRight = clipRight + 1;

        // Move the clipping window down and the layer up
        scrollWindow.style.clip = "rect(" + clipTop + " " + clipRight + 
                                  " " + clipBottom + " " + clipLeft + ")";
        var currentLeft = parseInt(scrollWindow.style.left);
        scrollWindow.style.left = (currentLeft - 1) + "px";

       // Schedule next call to scrollLeft
       setTimeout("scrollLeft()", 10);
    }
    else {
        // We're at the bottom, so reset the variables
        clipLeft = 15;
        clipRight = 480;

        // Move the clipping window and layers back to their 
        // original locations
        scrollWindow.style.clip = "rect(" + clipTop + " " + clipRight + 
                                  " " + clipBottom + " " + clipLeft + ")";
        scrollWindow.style.left = "20px";

        // Start the scrolling over again
        setTimeout("scrollLeft()", 10);
    }
}


/*
** msi_copyright.js
** Version: 004 -- 06.22.00
*/

function include_copyright(startyear) {
	var	blob="";
	var msistartyear = 2001;
	var	today=new Date(); 
	var	thisyear = get_full_year(today);
	if (startyear < thisyear && startyear >= msistartyear) {
		blob += startyear + " - ";
	}
	blob += thisyear;
	blob = "&copy; " + blob;
	return blob;
}
/* 
** subroutine: get_full_year
** param1: d -> date.  any date object.
*/
function get_full_year(d) { // d is a date object
	yr = d.getYear();
	if (yr < 1000) {
	 	yr+=1900;
	}
	return yr;
}
