//################################################################
//ADDED BY KISHORE D.B. ON August 15, 2007
//################################################################

function app_getStyleObject(objectId)
{
	if(document.getElementById && document.getElementById(objectId)) {
			return document.getElementById(objectId).style;
	}
	else if (document.all && document.all(objectId)) {
			return document.all(objectId).style;
	}
	else if (document.layers && document.layers[objectId]) {
			return document.layers[objectId];
	}
	else{
			return false;
	}
}
function app_ShowHideDiv(divId, state)
{
	var object = app_getStyleObject(divId);
	//alert(" divId = " + divId + "  state = " + state);
	object.display = state;
}


var IndexText = new Array(2);
var inc = 0;
function loadIndexText()
{
 	IndexText[0] = "<p align=justify>We offer technology to:</p><ul><li>&nbsp; Credit Unions</li><li>&nbsp; Banks</li><li>&nbsp; Financial Institution Professionals</li></ul><p>";
   	IndexText[1] = "<p align=justify>We offer solutions for:</p><ul><li>&nbsp; Profitability</li><li>&nbsp; Revenue Growth</li><li>&nbsp; Compliance</li><li>&nbsp; Productivity</li><li>&nbsp; Customer Delight</li></ul><p>";
   	IndexText[2] = "<p align=justify>We succeed when you succeed</p>";
   	
	LoadTimerIndexText();
}
function LoadTimerIndexText()
{
 	if(inc > 2)
	{
		inc = 0;
	}

	obj = document.getElementById("IndexText");
	obj.innerHTML = IndexText[inc];
	++inc;
	timerID = window.setTimeout("LoadTimerIndexText()", 4000);
}


var LoginImage = new Array(6);
//var incr = 0;
function selectLoginImages(incr)
{
       LoginImage[0]  = "<img src='images/uMonitorLogo_View.gif' >"; //USER
       LoginImage[1]  = "<img src='images/uMonitorLogo_Demo.gif' >"; //DEMO
       LoginImage[2]  = "<img src='images/uMonitorLogo_Analyze.gif' >"; //ADMIN
       LoginImage[3]  = "<img src='images/uMonitorLogo_Advise.gif' >"; //ADVISOR

       
       obj1 = document.getElementById("LoginImage");
       obj1.innerHTML = LoginImage[incr];

}

var IndexImage = new Array(4);
function selectIndexImages()
{
       //IndexImage[0]  = "<img src='images/indexImg11.gif' >"; 
       IndexImage[0]  = "<img src='images/indexImg12.gif' >"; 
       IndexImage[1]  = "<img src='images/indexImg3.jpg' >"; 
       IndexImage[2]  = "<img src='images/indexImg14.gif' >"; 
       IndexImage[3]  = "<img src='images/indexImg15.gif' >"; 
       //IndexImage[5]  = "<img src='images/indexImg6.jpg' >"; 
     


       
       var img = Math.floor(Math.random() * IndexImage.length);
       //alert('img : ' + img);

       obj1 = document.getElementById("IndexImage");
       obj1.innerHTML = IndexImage[img];


}


//*************************************************************************************************************	
//FUNCTION USED FOR CHANGING LOGOS IN THE SOLUTIONS PAGE & DISPLAYING BANKING DIRECT INNOVATIONS IN OTHER PAGES
//*************************************************************************************************************  
function writeHeaderNew(pageName)
{
	

	//*********************************************************	
	//TO CHANGE THE FONT COLOR TEXT OF THE HEADING IN EACH PAGE
	//*********************************************************  	
	
	//alert(pageName);
	
	//@@@@@@@@@@@@@@ 
	
	//#####Common Starts @@@ Done on 28 Nov 2007 ####################
	//This can be activated after X-Mas
	
	
	/*
	var txtProductsLogo 	= "";
	if (pageName == "GENERAL")			txtProductsLogo 	= "BANKING DIRECT INNOVATIONS";
	
	// Solutions
	//if (pageName == "usolutions") 			txtProductsLogo 	= "Solutions";
	if (pageName == "uOpenAnduFund")		txtProductsLogo 	= "<img src = images/uMonitorOpenFundLogo.gif>";
	if (pageName == "fundTransferServices")		txtProductsLogo 	= "<img src = images/uMonitorTransferLogo.gif>";
	if (pageName == "uSwitchOnlineSwitchKit")	txtProductsLogo 	= "<img src = images/uMonitorSwitchLogo.gif>";
	if (pageName == "acctAggregation") 		txtProductsLogo 	= "<img src = images/uMonitorViewLogo.gif>";
	if (pageName == "uMAdvisor")			txtProductsLogo 	= "<img src = images/uMonitorAdviseLogo.gif>";
	if (pageName == "benefitsPlanManager")		txtProductsLogo 	= "<img src = images/uMonitorBenefitLogo.gif>";
	if (pageName == "billPayment") 			txtProductsLogo 	= "<img src = images/uMonitoPresenrLogo.gif>";
	if (pageName == "uVerify")			txtProductsLogo 	= "<img src = images/uMonitorVerifyLogo.gif>";
	if (pageName == "docManageSystem")		txtProductsLogo 	= "<img src = images/uMonitorDocumentLogo.gif>";
	//if (pageName == "professionalServices")	txtProductsLogo 	= "Professional Services - Consulting and Custom Applications";

	
	
	document.write("<table border='0' width='100%' cellspacing='0' cellpadding='0'>");
	document.write("<tr>");
	document.write("<td width='30%'><A href='index.htm'><img src='images/uMonitorLogo_Transparent_La.gif' border=0></A></td>");
	document.write("<td width='65%' class='BankingDirectFont' align=right>");
	document.write(txtProductsLogo);
	document.write("</td>");
	document.write("<td width='5%'>&nbsp;</td>");
	document.write("</tr>");
	document.write("</table>");	
	
	*/
	
	//#####Common Ends @@@ Done on 28 Nov 2007 #########################
	
	
	//#####Can be removed after X-Mas Starts @@@ Done on 28 Nov 2007 
	
	var txtProductsLogo 	= "";
	if (pageName == "GENERAL")			txtProductsLogo 	= "BANKING DIRECT INNOVATIONS";
	if (pageName == "INDEX")			txtProductsLogo 	= "<img src = images/XmasCardRed21.gif border=0>";
	
	// Solutions
	//if (pageName == "usolutions") 			txtProductsLogo 	= "Solutions";
	if (pageName == "uOpenAnduFund")		txtProductsLogo 	= "<img src = images/uMonitorOpenFundLogo.gif>";
	if (pageName == "fundTransferServices")		txtProductsLogo 	= "<img src = images/uMonitorTransferLogo.gif>";
	if (pageName == "uSwitchOnlineSwitchKit")	txtProductsLogo 	= "<img src = images/uMonitorSwitchLogo.gif>";
	if (pageName == "acctAggregation") 		txtProductsLogo 	= "<img src = images/uMonitorViewLogo.gif>";
	if (pageName == "uMAdvisor")			txtProductsLogo 	= "<img src = images/uMonitorAdviseLogo.gif>";
	if (pageName == "benefitsPlanManager")		txtProductsLogo 	= "<img src = images/uMonitorBenefitLogo.gif>";
	if (pageName == "billPayment") 			txtProductsLogo 	= "<img src = images/uMonitoPresenrLogo.gif>";
	if (pageName == "uVerify")			txtProductsLogo 	= "<img src = images/uMonitorVerifyLogo.gif>";
	if (pageName == "docManageSystem")		txtProductsLogo 	= "<img src = images/uMonitorDocumentLogo.gif>";
	//if (pageName == "professionalServices")		txtProductsLogo 	= "Professional Services - Consulting and Custom Applications";

	
	
	document.write("<table border='0' width='100%' cellspacing='0' cellpadding='0' >");
	document.write("<tr>");
	document.write("<td width='30%'><A href='index.htm'><img src='images/uMonitorLogo_Transparent_La.gif' border=0></A></td>");
	if (pageName == "INDEX") document.write("<td width='65%' class='BankingDirectFont' align=right background='images/XGradient1.jpg'>");
	else document.write("<td width='65%' class='BankingDirectFont' align=right >");
	document.write(txtProductsLogo);
	document.write("</td>");
	if (pageName != "INDEX") document.write("<td width='5%'>&nbsp;</td>");
	document.write("</tr>");
	//document.write("<tr><td class='TopBarBG' height='5'></td></tr>	");
	document.write("</table>");	
	
	//######Can be removed after X-Mas ENDS @@@ Done on 28 Nov 2007
	
	//@@@@@@@@@@@@@@@@@@@@@@@@@
	
	

	/*
	//###########################
	document.write("<table border='0' width='100%' cellspacing='0' cellpadding='0'>");
	document.write("<tr>");
	document.write("<td width='30%'><A href='index.htm'><img src='images/uMonitorLogo_Transparent_La.gif' border=0></A></td>");
	document.write("<td width='65%' class='BankingDirectFont' align=right>BANKING DIRECT INNOVATIONS</td>");
	document.write("<td width='5%'>&nbsp;</td>");
	document.write("</tr>");

	document.write("<tr>");
	document.write("<td colspan=3>");
	document.write("<table border='0' width='100%' cellspacing='0' cellpadding='0'>");
	document.write("<tr>");
	document.write("<td width=25></td>");
	document.write("<td class='BankingDirectFontSmall' align=left>BANKING DIRECT INNOVATIONS</td>");
	document.write("</tr>");	
	document.write("</table>");
	document.write("</td>");
	document.write("</tr>");	
	
	document.write("</table>");
	//###########################
	*/

}// function writeHeaderNew(pageName)


function writeFooterNew()
{	
	document.write("<table border='0' width='100%' cellspacing='0' cellpadding='0'>");
	document.write("<tr>");
	document.write("<td class='FooterBG' align=center height=50>© Parsam Technologies.&nbsp;All Rights Reserved.</td>");
	document.write("</tr>");
	document.write("</table>");	

}


function writeHomeNew()
{

	document.write("<TABLE BORDER='0' CELLSPACING='0' CELLPADDING='0'> ");
	document.write("<TR>");
	document.write("<TD valign='bottom' width='30' align='right'>");
	//document.write("&nbsp;");	
	 
	//document.write("<a href='index.htm'><img src='images/home.gif' border=0 alt='HOME' ></a>");
	document.write("</TD> ");
	document.write("</TR>");
	document.write("</TABLE>");


}



//************************************************************************	
//FUNCTION USED FOR CREATING PAGE HEADING
//************************************************************************* 
function writePageHeading(pageName)
{
	


	//*********************************************************	
	//TO CHANGE THE FONT COLOR TEXT OF THE HEADING IN EACH PAGE
	//*********************************************************  	
	
	var txtPageHeading 	= "Heading";
	
	// Solutions
	if (pageName == "usolutions") 			txtPageHeading 	= "uMonitor  Parsam Technologies  Banking Direct Innovations";
	if (pageName == "uOpenAnduFund")		txtPageHeading 	= "uOpen & uFund<SUP>&reg;</SUP> - Online Account Opening and Funding Service";
	if (pageName == "fundTransferServices")		txtPageHeading 	= "uTransfer<SUP>&reg;</SUP> - Funds Transfer Service";
	if (pageName == "uSwitchOnlineSwitchKit")	txtPageHeading 	= "uSwitch<SUP>&reg;</SUP> - Online Switch Kit";
	if (pageName == "acctAggregation") 		txtPageHeading 	= "uView <SUP>&reg;</SUP> - Account Aggregation Service";
	if (pageName == "uMAdvisor")			txtPageHeading 	= "uAdvise<SUP>&reg;</SUP> - Advisor Services";
	if (pageName == "benefitsPlanManager")		txtPageHeading 	= "uPlan<SUP>&reg;</SUP> - Benefits Plan Manager";
	if (pageName == "billPayment") 			txtPageHeading 	= "uPresent<SUP>&reg;</SUP> - Bill Presentment and Payment";
	if (pageName == "uVerify")			txtPageHeading 	= "uVerify<SUP>&reg;</SUP> - Identity Verification Service";
	if (pageName == "docManageSystem")		txtPageHeading 	= "uDocument<SUP>&reg;</SUP> - Document Management System";
	if (pageName == "professionalServices")		txtPageHeading 	= "uMonitor  Parsam Technologies - Professional Services";

	
	// News
	if (pageName == "news") 			txtPageHeading 	= "Recent Press";
	if (pageName == "recentPress") 			txtPageHeading 	= "uMonitor  Parsam Technologies  Recent Press";
	if (pageName == "recentMailers") 	 	txtPageHeading 	= "uMonitor  Parsam Technologies  Mailers";
	if (pageName == "articles")			txtPageHeading 	= "uMonitor  Parsam Technologies  Articles ";
	if (pageName == "umonCaseStudies")		txtPageHeading 	= "uMonitor  Parsam Technologies  Case Studies";
	if (pageName == "usrcsCaseStudies")	 	txtPageHeading 	= "Case Studies";
	if (pageName == "worldNewsVideo") 		txtPageHeading 	= "Case Studies";
	if (pageName == "umonTestimonials") 		txtPageHeading 	= "uMonitor  Parsam Technologies  Testimonials";
	if (pageName == "usrcsTestimonials")		txtPageHeading 	= "Testimonials ";	 

	
	
	// Contact
	if (pageName == "contact") 			txtPageHeading 	= "uMonitor  Parsam Technologies  Contact";
	if (pageName == "corpDirection")		txtPageHeading 	= "uMonitor  Parsam Technologies  Directions";
	if (pageName == "reqInformation") 		txtPageHeading 	= "uMonitor  Parsam Technologies  Request Information";
	
	if (pageName == "webinars") 		txtPageHeading 	= "uMonitor  Parsam Technologies  Online Webinar Signup Form";
	
	if (pageName == "careers") 		txtPageHeading 	= "uMonitor  Parsam Technologies  Careers";
		
	// Company
	if (pageName == "company") 			txtPageHeading 	= "uMonitor  Parsam Technologies  Company";
	if (pageName == "management") 			txtPageHeading 	= "uMonitor  Parsam Technologies  Management";	
	if (pageName == "sitemap") 			txtPageHeading 	= "uMonitor  Parsam Technologies  Sitemap";	
	
	
	// Login
	if (pageName == "login") 			txtPageHeading 	= "uMonitor  Parsam Technologies  Demo Login ";
	
	
	
	document.write("<TABLE border=0 cellPadding=0 cellSpacing=0 width='100%'> ");
	document.write("<TR> ");
	document.write("<TD HEIGHT='2'></TD> ");
	document.write("</TR> ");
	document.write("<TR> ");
	document.write("<TD vAlign=center  class='umn_clHead' height=10> ");
	document.write( txtPageHeading );
	document.write("</TD> ");
	document.write("</TR> ");
	document.write("<TR> ");
	document.write("<TD HEIGHT='2'></TD> ");
	document.write("</TR> ");																											 
	document.write("</TABLE>  "); 
	
} // function writePageHeading(pageName) ends



function loadManagementBlock2(name)
{
	alert('name' + name);
	
	var txtName 		= "";
	var txtExperience 	= "";
	var txtEducation 	= "";	
	
	if (name == "Dinesh")
	{
		txtName 	= "Dinesh Sheth, Chief Executive Officer";
		txtExperience 	= "Mr. Sheth is a founding member of uMonitor  Parsam Technologies. Prior to uMonitors inception, he has held senior management positions in both start-ups and world-class large organizations. He was Senior Vice President of Systems and Technology at Skywire, a venture capital funded start-up. He was Vice President of Software Development and Systems Integration at SkyTel, a leading provider of national and international paging and messaging services. He was also General Manager at Telco Research, a Nynex Company, and technical team manager at GTE. Mr. Sheth is an expert in the financial services and wireless industry, and brings computer, communications and business skills together to produce desired results. He was instrumental in delivering the worlds first narrow-band personal communication service, and has managed many large-scale projects with budgets in excess of $100 million, as well as provided turn-key solutions with innovative approaches and new technologies.";
		txtEducation 	= "Mr. Sheth has an MBA in Finance and Marketing from the Graduate School of Business at the University of Chicago, an MS in Computer Science from the Illinois Institute of Technology, and a BS in Electronics Engineering from the Maharaja Sayajirao University.";
		alert('txtEducation' + txtEducation);
	}	

	document.write("<TABLE border=1 cellPadding=0 cellSpacing=0 width='100%'> ");
	document.write("<TR> ");
	document.write("<TD HEIGHT='2'></TD> ");
	document.write("</TR> ");
	document.write("<TR> ");
	document.write("<TD vAlign=center  class='umn_clHomeSubHead'> ");
	document.write( txtName );
	document.write("</TD> ");
	document.write("</TR> ");
	document.write("<TR> ");
	document.write("<TD HEIGHT='2'></TD> ");
	document.write("</TR> ");
	document.write("<TR> ");
	document.write("<TD vAlign=center  class='umn_clHomeSubHead'> ");
	document.write("Experience:");
	document.write("</TD> ");
	document.write("</TR> ");
	document.write("<TR> ");
	document.write("<TD HEIGHT='2'></TD> ");
	document.write("</TR> ");
	document.write("<TR> ");
	document.write("<TD vAlign=center  class='umn_clHomeSubHead'> ");
	document.write( txtExperience );
	document.write("</TD> ");
	document.write("</TR> ");
	document.write("<TR> ");
	document.write("<TD HEIGHT='2'></TD> ");
	document.write("</TR> ");
	document.write("<TR> ");
	document.write("<TD vAlign=center  class='umn_clHomeSubHead'> ");
	document.write("Education:");
	document.write("</TD> ");
	document.write("</TR> ");
	document.write("<TR> ");
	document.write("<TD HEIGHT='2'></TD> ");
	document.write("</TR> ");
	document.write("<TR> ");
	document.write("<TD vAlign=center  class='umn_clHomeSubHead'> ");
	document.write( txtEducation );
	document.write("</TD> ");
	document.write("</TR> ");	
	document.write("<TR> ");
	document.write("<TD HEIGHT='2'></TD> ");
	document.write("</TR> ");		
	document.write("</TABLE>  "); 



alert('exit loadManagementBlock');

} // function loadManagementBlock(name) ends


function loadManagementBlock(name)
{
	
	
	if (name == "Dinesh")
	{
		app_ShowHideDiv("DineshDiv","inline");
		app_ShowHideDiv("DineshImageDiv","inline");
		
		app_ShowHideDiv("PinakiniDiv","none");
		app_ShowHideDiv("RichardDiv","none");
		app_ShowHideDiv("RashmiDiv","none");
		app_ShowHideDiv("SanjivDiv","none");
		app_ShowHideDiv("PrabhakarDiv","none");
		app_ShowHideDiv("VamshiDiv","none");
		app_ShowHideDiv("JillDiv","none");
		app_ShowHideDiv("ShannonDiv","none");
		app_ShowHideDiv("ElaineDiv","none");
		
		app_ShowHideDiv("PinakiniImageDiv","none");
		app_ShowHideDiv("RichardImageDiv","none");
		app_ShowHideDiv("RashmiImageDiv","none");
		app_ShowHideDiv("SanjivImageDiv","none");
		app_ShowHideDiv("PrabhakarImageDiv","none");
		app_ShowHideDiv("VamshiImageDiv","none");
		app_ShowHideDiv("JillImageDiv","none");
		app_ShowHideDiv("ShannonImageDiv","none");
		app_ShowHideDiv("ElaineImageDiv","none");
		
		
	}	
	
	if (name == "Pinakini")
	{
		app_ShowHideDiv("PinakiniDiv","inline");
		app_ShowHideDiv("PinakiniImageDiv","inline");
		
		app_ShowHideDiv("DineshDiv","none");
		app_ShowHideDiv("RichardDiv","none");
		app_ShowHideDiv("RashmiDiv","none");
		app_ShowHideDiv("SanjivDiv","none");
		app_ShowHideDiv("PrabhakarDiv","none");
		app_ShowHideDiv("VamshiDiv","none");
		app_ShowHideDiv("JillDiv","none");
		app_ShowHideDiv("ShannonDiv","none");
		app_ShowHideDiv("ElaineDiv","none");
		
		app_ShowHideDiv("DineshImageDiv","none");
		app_ShowHideDiv("RichardImageDiv","none");
		app_ShowHideDiv("RashmiImageDiv","none");
		app_ShowHideDiv("SanjivImageDiv","none");
		app_ShowHideDiv("PrabhakarImageDiv","none");
		app_ShowHideDiv("VamshiImageDiv","none");
		app_ShowHideDiv("JillImageDiv","none");
		app_ShowHideDiv("ShannonImageDiv","none");
		app_ShowHideDiv("ElaineImageDiv","none");
		
	}
	
	if (name == "Richard")
	{
		app_ShowHideDiv("RichardDiv","inline");
		app_ShowHideDiv("RichardImageDiv","inline");
		
		app_ShowHideDiv("PinakiniDiv","none");
		app_ShowHideDiv("DineshDiv","none");
		app_ShowHideDiv("RashmiDiv","none");
		app_ShowHideDiv("SanjivDiv","none");
		app_ShowHideDiv("PrabhakarDiv","none");
		app_ShowHideDiv("VamshiDiv","none");
		app_ShowHideDiv("JillDiv","none");
		app_ShowHideDiv("ShannonDiv","none");
		app_ShowHideDiv("ElaineDiv","none");
		
		app_ShowHideDiv("PinakiniImageDiv","none");
		app_ShowHideDiv("DineshImageDiv","none");
		app_ShowHideDiv("RashmiImageDiv","none");
		app_ShowHideDiv("SanjivImageDiv","none");
		app_ShowHideDiv("PrabhakarImageDiv","none");
		app_ShowHideDiv("VamshiImageDiv","none");
		app_ShowHideDiv("JillImageDiv","none");
		app_ShowHideDiv("ShannonImageDiv","none");
		app_ShowHideDiv("ElaineImageDiv","none");
		
	}
	
	if (name == "Rashmi")
	{
		app_ShowHideDiv("RashmiDiv","inline");
		app_ShowHideDiv("RashmiImageDiv","inline");
		
		app_ShowHideDiv("PinakiniDiv","none");
		app_ShowHideDiv("RichardDiv","none");
		app_ShowHideDiv("DineshDiv","none");
		app_ShowHideDiv("SanjivDiv","none");
		app_ShowHideDiv("PrabhakarDiv","none");
		app_ShowHideDiv("VamshiDiv","none");
		app_ShowHideDiv("JillDiv","none");
		app_ShowHideDiv("ShannonDiv","none");
		app_ShowHideDiv("ElaineDiv","none");
		
		app_ShowHideDiv("PinakiniImageDiv","none");
		app_ShowHideDiv("RichardImageDiv","none");
		app_ShowHideDiv("DineshImageDiv","none");
		app_ShowHideDiv("SanjivImageDiv","none");
		app_ShowHideDiv("PrabhakarImageDiv","none");
		app_ShowHideDiv("VamshiImageDiv","none");
		app_ShowHideDiv("JillImageDiv","none");
		app_ShowHideDiv("ShannonImageDiv","none");
		app_ShowHideDiv("ElaineImageDiv","none");
		
	}
	
	
	if (name == "Sanjiv")
	{
		app_ShowHideDiv("SanjivDiv","inline");
		app_ShowHideDiv("SanjivImageDiv","inline");
		
		app_ShowHideDiv("PinakiniDiv","none");
		app_ShowHideDiv("RichardDiv","none");
		app_ShowHideDiv("RashmiDiv","none");
		app_ShowHideDiv("DineshDiv","none");
		app_ShowHideDiv("PrabhakarDiv","none");
		app_ShowHideDiv("VamshiDiv","none");
		app_ShowHideDiv("JillDiv","none");
		app_ShowHideDiv("ShannonDiv","none");
		app_ShowHideDiv("ElaineDiv","none");
		
		app_ShowHideDiv("PinakiniImageDiv","none");
		app_ShowHideDiv("RichardImageDiv","none");
		app_ShowHideDiv("RashmiImageDiv","none");
		app_ShowHideDiv("DineshImageDiv","none");
		app_ShowHideDiv("PrabhakarImageDiv","none");
		app_ShowHideDiv("VamshiImageDiv","none");
		app_ShowHideDiv("JillImageDiv","none");
		app_ShowHideDiv("ShannonImageDiv","none");
		app_ShowHideDiv("ElaineImageDiv","none");
		
	}
	
	
	if (name == "Prabhakar")
	{
		app_ShowHideDiv("PrabhakarDiv","inline");
		app_ShowHideDiv("PrabhakarImageDiv","inline");
		
		app_ShowHideDiv("PinakiniDiv","none");
		app_ShowHideDiv("RichardDiv","none");
		app_ShowHideDiv("RashmiDiv","none");
		app_ShowHideDiv("SanjivDiv","none");
		app_ShowHideDiv("DineshDiv","none");
		app_ShowHideDiv("VamshiDiv","none");
		app_ShowHideDiv("JillDiv","none");
		app_ShowHideDiv("ShannonDiv","none");
		app_ShowHideDiv("ElaineDiv","none");
		
		app_ShowHideDiv("PinakiniImageDiv","none");
		app_ShowHideDiv("RichardImageDiv","none");
		app_ShowHideDiv("RashmiImageDiv","none");
		app_ShowHideDiv("SanjivImageDiv","none");
		app_ShowHideDiv("DineshImageDiv","none");
		app_ShowHideDiv("VamshiImageDiv","none");
		app_ShowHideDiv("JillImageDiv","none");
		app_ShowHideDiv("ShannonImageDiv","none");
		app_ShowHideDiv("ElaineImageDiv","none");
		
	}
	
	
	if (name == "Vamshi")
	{
		app_ShowHideDiv("VamshiDiv","inline");
		app_ShowHideDiv("VamshiImageDiv","inline");
		
		app_ShowHideDiv("PinakiniDiv","none");
		app_ShowHideDiv("RichardDiv","none");
		app_ShowHideDiv("RashmiDiv","none");
		app_ShowHideDiv("SanjivDiv","none");
		app_ShowHideDiv("PrabhakarDiv","none");
		app_ShowHideDiv("DineshDiv","none");
		app_ShowHideDiv("JillDiv","none");
		app_ShowHideDiv("ShannonDiv","none");
		app_ShowHideDiv("ElaineDiv","none");
		
		app_ShowHideDiv("PinakiniImageDiv","none");
		app_ShowHideDiv("RichardImageDiv","none");
		app_ShowHideDiv("RashmiImageDiv","none");
		app_ShowHideDiv("SanjivImageDiv","none");
		app_ShowHideDiv("PrabhakarImageDiv","none");
		app_ShowHideDiv("DineshImageDiv","none");
		app_ShowHideDiv("JillImageDiv","none");
		app_ShowHideDiv("ShannonImageDiv","none");
		app_ShowHideDiv("ElaineImageDiv","none");
		
	}
	
	
	if (name == "Jill")
	{
		app_ShowHideDiv("JillDiv","inline");
		app_ShowHideDiv("JillImageDiv","inline");
		
		app_ShowHideDiv("PinakiniDiv","none");
		app_ShowHideDiv("RichardDiv","none");
		app_ShowHideDiv("RashmiDiv","none");
		app_ShowHideDiv("SanjivDiv","none");
		app_ShowHideDiv("PrabhakarDiv","none");
		app_ShowHideDiv("VamshiDiv","none");
		app_ShowHideDiv("DineshDiv","none");
		app_ShowHideDiv("ShannonDiv","none");
		app_ShowHideDiv("ElaineDiv","none");
		
		app_ShowHideDiv("PinakiniImageDiv","none");
		app_ShowHideDiv("RichardImageDiv","none");
		app_ShowHideDiv("RashmiImageDiv","none");
		app_ShowHideDiv("SanjivImageDiv","none");
		app_ShowHideDiv("PrabhakarImageDiv","none");
		app_ShowHideDiv("VamshiImageDiv","none");
		app_ShowHideDiv("DineshImageDiv","none");
		app_ShowHideDiv("ShannonImageDiv","none");
		app_ShowHideDiv("ElaineImageDiv","none");
		
	}
	
	
	if (name == "Shannon")
	{
		app_ShowHideDiv("ShannonDiv","inline");
		app_ShowHideDiv("ShannonImageDiv","inline");
		
		app_ShowHideDiv("PinakiniDiv","none");
		app_ShowHideDiv("RichardDiv","none");
		app_ShowHideDiv("RashmiDiv","none");
		app_ShowHideDiv("SanjivDiv","none");
		app_ShowHideDiv("PrabhakarDiv","none");
		app_ShowHideDiv("VamshiDiv","none");
		app_ShowHideDiv("JillDiv","none");
		app_ShowHideDiv("DineshDiv","none");
		app_ShowHideDiv("ElaineDiv","none");
		
		app_ShowHideDiv("PinakiniImageDiv","none");
		app_ShowHideDiv("RichardImageDiv","none");
		app_ShowHideDiv("RashmiImageDiv","none");
		app_ShowHideDiv("SanjivImageDiv","none");
		app_ShowHideDiv("PrabhakarImageDiv","none");
		app_ShowHideDiv("VamshiImageDiv","none");
		app_ShowHideDiv("JillImageDiv","none");
		app_ShowHideDiv("DineshImageDiv","none");
		app_ShowHideDiv("ElaineImageDiv","none");
		
	}
	
	
	if (name == "Elaine")
	{
		app_ShowHideDiv("ElaineDiv","inline");
		app_ShowHideDiv("ElaineImageDiv","inline");
		
		app_ShowHideDiv("PinakiniDiv","none");
		app_ShowHideDiv("RichardDiv","none");
		app_ShowHideDiv("RashmiDiv","none");
		app_ShowHideDiv("SanjivDiv","none");
		app_ShowHideDiv("PrabhakarDiv","none");
		app_ShowHideDiv("VamshiDiv","none");
		app_ShowHideDiv("JillDiv","none");
		app_ShowHideDiv("ShannonDiv","none");
		app_ShowHideDiv("DineshDiv","none");
		
		app_ShowHideDiv("PinakiniImageDiv","none");
		app_ShowHideDiv("RichardImageDiv","none");
		app_ShowHideDiv("RashmiImageDiv","none");
		app_ShowHideDiv("SanjivImageDiv","none");
		app_ShowHideDiv("PrabhakarImageDiv","none");
		app_ShowHideDiv("VamshiImageDiv","none");
		app_ShowHideDiv("JillImageDiv","none");
		app_ShowHideDiv("ShannonImageDiv","none");
		app_ShowHideDiv("DineshImageDiv","none");
		
	}
	
	
	
	
} // function loadManagementBlock(name) ends



//################################################################
//ADDED BY KISHORE D.B. ON July 27, 2005
//################################################################

function writeHeader()
{
	document.write("<TR>");
	document.write("<TD align='CENTER' >");
	document.write("<TABLE  cellSpacing=0 cellPadding=0 width='100%' border=0  >");
	document.write("<TBODY>");
	document.write("<TR><TD bgcolor='#07589D'>&nbsp;</TD></TR>");
	document.write("<TR>");
	document.write("<TD VALIGN='MIDDLE'>");
    document.write("<TABLE cellSpacing=0 cellPadding=0 width='100%' border=0  >");
	document.write("<TBODY>");
	document.write("<TR> <TD><A href='http://www.umonitor.com'><IMG alt=PARSAM src='images/Parsamumonitor.gif' border=0 VALIGN='MIDDLE'></A></TD> <TD></TD> </TR>");
	document.write("</TBODY>");
	document.write("</TABLE>");
	document.write("</TD>");
	document.write("</TR>");
	document.write("</TBODY>");
	document.write("</TABLE>");
	document.write("</TD>");
	document.write("</TR>");

	document.write("<TR>");
	document.write("<TD ALIGN='CENTER'>");
	document.write("<TABLE cellSpacing=0 cellPadding=0 width=100% border=0  >");
    document.write("<TBODY>");
    document.write("<TR>");
    document.write("<TD bgcolor='#07589D'>&nbsp;</TD>");
	document.write("</TR>");
	document.write("</TBODY>");
	document.write("</TABLE>");
	document.write("</TD>");
	document.write("</TR>");
	
}

function writeFooter()
{
    document.write("<TR>");
	document.write("<TD ALIGN='CENTER' >");
    document.write("<TABLE cellSpacing=0 cellPadding=0 width='100%' border=0 BACKGROUND='images/space.gif'>");
    document.write("<TBODY>");
    document.write("<TR>");
    document.write("<TD ALIGN='RIGHT'><A href='http://www.umonitor.com'><IMG height=23 alt='Copyright Parsam Technologies' src='images/copyright_Parsam.gif' width='300' border='0'></A></TD>");
    document.write("</TR>");
	document.write("</TBODY>");
	document.write("</TABLE>");
    document.write("</TD>");
    document.write("</TR>");

}

//############################ GENERAL FUNCTIONS STARTS ###################################################################
	
	function isDigit(c)
	{
		return ((c >= "0") && (c <= "9"))
	}

	function isInteger(s)
	{
		var i;
		for (i = 0; i < s.length; i++)
		{
			// Check that current character is number.
			var c = s.charAt(i);
			if (!isDigit(c)) return false;
		}
   		// All characters are numbers: KISHORE.
   		return true;
	}


	function emailCheck() //EMail 
	{
	var at="@";
	var dot=".";
	var str=document.forms[0].email.value;
	var lat=str.indexOf(at);
	var lstr=str.length;
	var ldot=str.indexOf(dot);
       		if (str.indexOf(at)==-1){
			  return false;
       		}
          		if (str.indexOf(at)==-1 || str.indexOf(at)==0 || str.indexOf(at)==lstr){
       		  return false;
       		}
          		if (str.indexOf(dot)==-1 || str.indexOf(dot)==0 || str.indexOf(dot)==lstr){
       		   return false;
       		}
          		if (str.indexOf(at,(lat+1))!=-1){
       		   return false;
       		}
          		if (str.substring(lat-1,lat)==dot || str.substring(lat+1,lat+2)==dot){
       		   return false;
       		}
       		if (str.substring(lstr-1)==dot ){
       		    return false;
       		}
          		if (str.indexOf(dot,(lat+2))==-1){
       		    return false;
       		}
          		if (str.indexOf(" ")!=-1){
       		    return false;
       		}
		 return true;
	 }//EMail
	 
	function verifyDate(InputDate)
	{

		var currentDate = new Date();
		var currentYear = currentDate.getFullYear();
		var leapYear = false;

		if(InputDate.indexOf("/") <0)
		{
			return false;
		}
		var InputMonth = InputDate.substring(0,InputDate.indexOf("/"));

		if(InputMonth>12 || InputMonth<1)
		{
		 	return false;
		}
		var temp = InputDate.substring(InputDate.indexOf("/")+1);
		var InputDD = temp.substring(0,temp.indexOf("/"));

		if(InputDD >31 || InputDD<1)
		{
		 	return false;
		}

		if(InputMonth=='4' || InputMonth=='6' ||InputMonth=='9' ||InputMonth=='11' )
           {
            	if(InputDD > 30)
           	{
           	 	 return false;
           	}
           }

		var InputYear = temp.substring(temp.indexOf("/")+1);

		if(InputYear<currentYear)
		{
		 	return false;
		}

		if(((InputYear % 4 == 0) && ( (!(InputYear % 100 == 0)) || (InputYear % 400 == 0))))
		{
		 	leapYear = true;
		}

		if(leapYear != true)
		{
		 	if(InputMonth=='2')
			{
			 	if(InputDD > 28)
           		{
           	 	 	return false;
           		}
			}
		}else
		{
		 	 if(InputMonth=='2')
			 {
			 	if(InputDD > 29)
           		{
           	 	 	return false;
           		}
			}
		}

		return true;
	}
	 
//############################ GENERAL FUNCTIONS ENDS #####################################################################

//############################ FUNCTIONS USED IN usrcsTestimonials.htm STARTS #############################################
var text = new Array(5);
var inc = 0;
function loadUsrcsTestimonials()
{
 	text[0] = "<BR><P ALIGN=JUSTIFY>&quot;As a rapidly growing company developing state-of-the-art mobile broadband wireless technologies, it was critical that we found a reliable and responsive partner for software consulting services. SRC has an excellent understanding of wireless and Internet technologies. You can count on them to provide valuable technical resources.&quot;</P><P ALIGN=RIGHT>- <FONT COLOR='#0000AA'><b>Masood Garahi, Chairman and CEO</FONT><BR><FONT FACE='verdana' COLOR='#C60063'>MeshNetworks</FONT></b></P>";
   	text[1] = "<P ALIGN=JUSTIFY>&quot;SkyTel recognizes many contributions made by SRC in development of its advanced technologies for wireless and Internet applications. SRC is a quality vendor that is easy to do business with.&quot;</P><P ALIGN=RIGHT>- <FONT COLOR='#0000AA'><b>Jai Bhagat, Vice Chairman & EVP</FONT><BR><FONT FACE='verdana' COLOR='#C60063'>SkyTel</FONT></b></P>";
   	text[2] = "<P ALIGN=JUSTIFY>&quot;SRC has been an integral part of uMonitor's technology development team. They bring knowledge of the latest technologies and provide great value. With their help uMonitor has become the best account aggregation service provider.&quot;</P><P ALIGN=RIGHT>- <FONT COLOR='#0000AA'><b>Don Mundie, Managing Partner</FONT><BR><FONT FACE='verdana' COLOR='#C60063'>Delta Capital Management</FONT></b></P>";
   	text[3] = "<P ALIGN=JUSTIFY>&quot;TVG Network has a unique, proprietary Interactive TV application for the gaming industry. SRC's professionals were very helpful to us in providing needed telecommunication and software engineering know-how during our early stage development. In fact, one of their engineers continues to work for us in our R&D group. The SRC team was responsive to our development needs and produced consistently good results in a dynamic and complex scenario.&quot;</P><P ALIGN=RIGHT>- <FONT COLOR='#0000AA'><b>B.J. Cosson, VP Operations and Customer Relations</FONT><BR><FONT FACE='verdana' COLOR='#C60063'>TVG Network</FONT></b></P>";
   	text[4] = "<P ALIGN=JUSTIFY>&quot;SRC provided outstanding resources to complement our software development team in a timely delivery of our property management system. SRC is focused on meeting client needs and is committed to doing whatever is necessary to ensure success.&quot;</P><P ALIGN=RIGHT>- <FONT COLOR='#0000AA'><b>Paula Hargett, Manager</FONT><BR><FONT FACE='verdana' COLOR='#C60063'>Promus Hotel</FONT></b></P>";
   	text[5] = "<P ALIGN=JUSTIFY>&quot;SRC has made significant contributions to the success of ORBCOMM. SRC has been our partner in the development of wireless applications and messaging platforms including our network management system.&quot;</P><P ALIGN=RIGHT>- <FONT COLOR='#0000AA'><b>Scott Webster, Chairman & CEO</FONT><BR><FONT FACE='verdana' COLOR='#C60063'>ORBCOMM</FONT></b></P>";
	LoadTimerUsrcsTestimonials();
}
function LoadTimerUsrcsTestimonials()
{
 	if(inc > 5)
	{
		inc = 0;
	}

	obj = document.getElementById("text");
	obj.innerHTML = text[inc];
	++inc;
	timerID = window.setTimeout("LoadTimerUsrcsTestimonials()", 10000);
}

var img = new Array(46);
var incr = 0;
function loadUsrcsTestimonialsImages()
{
       img[0]  = "<img src='images/img01.gif'>";
       img[1]  = "<img src='images/img02.gif'>";
       img[2]  = "<img src='images/img03.gif'>";
       img[3]  = "<img src='images/img04.gif'>";
       img[4]  = "<img src='images/img05.gif'>";
       img[5]  = "<img src='images/img06.gif'>";
       img[6]  = "<img src='images/img07.gif'>";
       img[7]  = "<img src='images/img08.gif'>";
       img[8]  = "<img src='images/img09.gif'>";
       img[9]  = "<img src='images/img10.gif'>";
       img[10] = "<img src='images/img11.gif'>";
       img[11] = "<img src='images/img12.gif'>";
       img[12] = "<img src='images/img13.gif'>";
       img[13] = "<img src='images/img14.gif'>";
       img[14] = "<img src='images/img15.gif'>";
       img[15] = "<img src='images/img16.gif'>";
       img[16]  = "<img src='images/img17.gif'>";
       img[17]  = "<img src='images/img18.gif'>";
       img[18]  = "<img src='images/img19.gif'>";
       img[19]  = "<img src='images/img20.gif'>";
       img[20]  = "<img src='images/img21.gif'>";
       img[21]  = "<img src='images/img22.gif'>";
       img[22]  = "<img src='images/img23.gif'>";
       img[23]  = "<img src='images/img24.gif'>";
       img[24]  = "<img src='images/img25.gif'>";
       img[25]  = "<img src='images/img26.gif'>";
       img[26] = "<img src='images/img27.gif'>";
       img[27] = "<img src='images/img28.gif'>";
       img[28] = "<img src='images/img29.gif'>";
       img[29] = "<img src='images/img30.gif'>";
       img[30] = "<img src='images/img31.gif'>";
       img[31] = "<img src='images/img32.gif'>";
       img[32]  = "<img src='images/img33.gif'>";
       img[33]  = "<img src='images/img34.gif'>";
       img[34]  = "<img src='images/img35.gif'>";
       img[35]  = "<img src='images/img36.gif'>";
       img[36]  = "<img src='images/img37.gif'>";
       img[37]  = "<img src='images/img38.gif'>";
       img[38]  = "<img src='images/img39.gif'>";
       img[39]  = "<img src='images/img40.gif'>";
       img[40]  = "<img src='images/img41.gif'>";
       img[41]  = "<img src='images/img42.gif'>";
       img[42] = "<img src='images/img43.gif'>";
       img[43] = "<img src='images/img44.gif'>";
       img[44] = "<img src='images/img45.gif'>";
       img[45] = "<img src='images/img46.gif'>";
       img[46] = "<img src='images/img47.gif'>";
	LoadTimerUsrcsTestimonialsImages();
}
function LoadTimerUsrcsTestimonialsImages()
{
 	if(incr > 46)
	{
	 	incr = 0;
	}

	obj1 = document.getElementById("img");
	obj1.innerHTML = img[incr];
	++incr;
	timerID1 = window.setTimeout("LoadTimerUsrcsTestimonialsImages()", 2000);
}

//############################ FUNCTIONS USED IN usrcsTestimonials.htm ENDS #############################################

//############################ FUNCTIONS USED IN umonTestimonials.htm STARTS ############################################
	var text = new Array(14);
	var inc = 0;
	function loadUMonitorTestimonials()
	{
	 	text[0] = "<P ALIGN=JUSTIFY>&quot;uMonitor's attention to detail and customer service have been a huge factor in making this project so successful.&quot;</P><P ALIGN=RIGHT>- <FONT COLOR='#0000AA'><b>Adam Gray, Vice President of E-business</FONT><BR><FONT FACE='verdana' COLOR='#C60063'>GTE Federal Credit Union</FONT></b></P>";
        text[1] = "<P ALIGN=JUSTIFY>&quot;I'm always looking for the best technology solutions for credit unions. uMonitor has always provided several top-notch solutions and they're followed up with great service.&quot;</P><P ALIGN=RIGHT>- <FONT COLOR='#0000AA'><b>Rae K. Miles, CEO</FONT><BR><FONT FACE='verdana' COLOR='#C60063'>Open Financial Solutions</FONT></b></P>";
        text[2] = "<P ALIGN=JUSTIFY>&quot;To provide our members the very best services, we depend on uMonitor financial technologies. Their superior commitment to service has resulted in a great partnership.&quot;</P><P ALIGN=RIGHT>- <FONT COLOR='#0000AA'><b>Tom Sargent, CEO</FONT><BR><FONT FACE='verdana' COLOR='#C60063'>First Tech Credit Union</FONT></b></P>";
        text[3] = "<P ALIGN=JUSTIFY>&quot;For world-class implementation of Financial Technology such as Funds Transfer & Account Aggregation, you should look at uMonitor. Using uMonitor technologies, we have enhanced our member experience, attracted new assets and opened new revenue streams.&quot;</P><P ALIGN=RIGHT>- <FONT COLOR='#0000AA'><b>Bucky Sebastian, CEO</FONT><BR><FONT FACE='verdana' COLOR='#C60063'>  GTE Federal Credit Union</FONT></b></P>";
        text[4] = "<P ALIGN=JUSTIFY>&quot;uMonitor in our regard to a great solution for members has been a great experience, however we view uMonitor as one of the technical vendors in the industry - They made it easy to choose uMonitor for several online solution additions.&quot;</P><P ALIGN=RIGHT>- <FONT COLOR='#0000AA'><b> Kevin Johnson, SVP IT</FONT><BR><FONT FACE='verdana' COLOR='#C60063'>  Suncoast Schools Federal Credit Union</FONT></b></P>";
        text[5] = "<P ALIGN=JUSTIFY>&quot;The 'stickiness' of the uMonitor aggregation product enabled Lockheed FCU to not only enhance its product offering, but to increase loyalty and reduce member churn. Aggregation service is one aspect of our efforts to provide 'Best of Breed' solutions for our members.&quot;</P><P ALIGN=RIGHT>- <FONT COLOR='#0000AA'><b>Marv Quon, President of Technology</FONT><BR><FONT FACE='verdana' COLOR='#C60063'> Lockheed Federal Credit Union</FONT></b></P>";
        text[6] = "<P ALIGN=JUSTIFY>&quot;We found uMAdvisor<SUP>&reg;</SUP> to provide an easy ready access to our client's entire portfolio. Now we can manage our time more effectively and provide more comprehensive recommendations to our valuable clients. uMAdvisor<SUP>&reg;</SUP> improves our ability to monitor each client's financial goals.&quot;</P><P ALIGN=RIGHT>- <FONT COLOR='#0000AA'><b>Charlie Auerbach, Senior Partner</FONT><BR><FONT FACE='verdana' COLOR='#C60063'> Wealth Strategies Group</FONT></b></P>";
        text[7] = "<P ALIGN=JUSTIFY>&quot;If you want a vendor with the best technology and bend-over-backward service, choose uMonitor.&quot;</P><P ALIGN=RIGHT>- <FONT COLOR='#0000AA'><b> Richard Crone, VP</FONT><BR><FONT FACE='verdana' COLOR='#C60063'> Dove Consulting BAI Conference</FONT></b></P>";
        text[8] = "<P ALIGN=JUSTIFY>&quot;uMonitor offers a rather robust account aggregation solutionwith 6000 interfaces, uMonitor offers more access to lifestyle accounts that most aggregators and has developed a flexible and friendly interface for both online and wireless users.&quot;</P><P ALIGN=RIGHT>- <FONT COLOR='#0000AA'><b>Ariana-Michele Moore</FONT><BR><FONT FACE='verdana' COLOR='#C60063'>Celent Report</FONT></b></P>";
        text[9] = "<P ALIGN=JUSTIFY>&quot;One of the biggest challenges in providing comprehensive financial service to high net-worth clients is to provide a simple and understandable account statement that tracks all of their investments, no matter where they are. Busy people want things made simple, and that's what uMAdvisor does.&quot;</P><P ALIGN=RIGHT>- <FONT COLOR='#0000AA'><b>Tom Wallace, Senior Partner</FONT><BR><FONT FACE='verdana' COLOR='#C60063'> Compass Financial Advisors</FONT></b></P>";
        text[10] = "<P ALIGN=JUSTIFY>&quot;uMonitor truly understands our business, with technology and service exceeding our expectations. We are delighted with members' response to our new aggregation platform and look forward to implementing even more enhancements in the future.&quot;</P><P ALIGN=RIGHT>- <FONT COLOR='#0000AA'><b>Tom Sargent, President and CEO</FONT><BR><FONT FACE='verdana' COLOR='#C60063'>First Tech CU</FONT></b></P>";
        text[11] = "<P ALIGN=JUSTIFY>&quot;We value our members' online experience and work extremely hard to provide them with the best services in the industry.&quot;After careful analysis of user needs and available solutions, First Tech selected uMonitor platform for its ease of use and total integration with First Tech services.&quot;</P><P ALIGN=RIGHT>- <FONT COLOR='#0000AA'><b>Char Shinn, Vice President of e-Business Strategy</FONT><BR><FONT FACE='verdana' COLOR='#C60063'>First Tech CU</FONT></b></P>";
        text[12] = "<P ALIGN=JUSTIFY>&quot;We dissected the speed and reliability of various account aggregation providers using service that measures web pages and transaction sequence perform in real-time from over 50 locations worldwide across 20 Internet backbones. uMonitor had the fastest transaction time with smallest standard deviation.&quot;</P><P ALIGN=RIGHT>- <FONT COLOR='#0000AA'><b>Gomez Scorecard</P>";
        text[13] = "<P ALIGN=JUSTIFY>&quot;After long and careful scrutiny we decided that uMonitor's service and technologies were the best match for Legg Mason in terms of technology, customer focus, service, expertise, usability, and cost. The uMonitor culture and focus on customer service were congruent with Legg Mason's values.&quot;</P><P ALIGN=RIGHT>- <FONT COLOR='#0000AA'><b>Sylvia Toense, VP Marketing</FONT><BR><FONT FACE='verdana' COLOR='#C60063'>Legg Mason</FONT></b></P>";
        text[14] = "<P ALIGN=JUSTIFY>&quot;Legg Mason is committed to offering the best financial management tools to our clients. uMonitor offers our clients the most comprehensive aggregation service available in the industry, This powerful technology enhances Legg Mason's advice capabilities. The comprehensive information that is provided from account aggregation provides financial advisors a broader view of their clients' total financial picture.&quot;</P><P ALIGN=RIGHT>- <FONT COLOR='#0000AA'><b>Paul Metzger, Vice President Technology</FONT><BR><FONT FACE='verdana' COLOR='#C60063'> Legg Mason</FONT></b></P>";
        LoadTimerUMonitorTestimonials();
	}
	function LoadTimerUMonitorTestimonials()
	{
	 	if(inc > 14)
		{
			inc = 0;
		}

		obj = document.getElementById("text");
		obj.innerHTML = text[inc];
		++inc;
		timerID = window.setTimeout("LoadTimerUMonitorTestimonials()", 10000);
	}

	var img = new Array(25);
	var incr = 0;
	function loadUMonitorTestimonialsImages()
	{
        img[0]  = "<img src='images/uMClient01.gif'>";
        img[1]  = "<img src='images/uMClient02.gif'>";
        img[2]  = "<img src='images/uMClient03.gif'>";
        img[3]  = "<img src='images/uMClient04.gif'>";
        img[4]  = "<img src='images/uMClient05.gif'>";
        img[5]  = "<img src='images/uMClient06.gif'>";
        img[6]  = "<img src='images/uMClient07.gif'>";
        img[7]  = "<img src='images/uMClient08.gif'>";
        img[8]  = "<img src='images/uMClient09.gif'>";
        img[9]  = "<img src='images/uMClient10.gif'>";
        img[10] = "<img src='images/uMClient11.gif'>";
        img[11] = "<img src='images/uMClient12.gif'>";
        img[12] = "<img src='images/uMClient13.gif'>";
        img[13] = "<img src='images/uMClient14.gif'>";
        img[14] = "<img src='images/uMClient15.gif'>";
        img[15] = "<img src='images/uMClient16.gif'>";
        img[16]  = "<img src='images/uMClient17.gif'>";
        img[17]  = "<img src='images/uMClient18.gif'>";
        img[18]  = "<img src='images/uMClient19.gif'>";
        img[19]  = "<img src='images/uMClient20.gif'>";
        img[20]  = "<img src='images/uMClient21.gif'>";
        img[21]  = "<img src='images/uMClient22.gif'>";
        img[22]  = "<img src='images/uMClient23.gif'>";
        img[23]  = "<img src='images/uMClient24.gif'>";
        img[24]  = "<img src='images/uMClient25.gif'>";
        img[25]  = "<img src='images/uMClient26.gif'>";
        LoadTimerTestimonialsImages();
	}
	function LoadTimerTestimonialsImages()
	{
	 	if(incr > 25)
		{
		 	incr = 0;
		}

		obj1 = document.getElementById("img");
		obj1.innerHTML = img[incr];
		++incr;
		timerID1 = window.setTimeout("LoadTimerTestimonialsImages()", 2000);
	}

//############################ FUNCTIONS USED IN umonTestimonials.htm ENDS ##############################################

//############################ FUNCTIONS USED IN reqInformation.htm STARTS ##############################################
	function validateRequestInformation()
	{
		var firstName = document.forms[0].firstname.value;
		var lastName = document.forms[0].lastname.value;
		var Title = document.forms[0].title.value;
		var compName = document.forms[0].companyname.value;
		var Email = document.forms[0].email.value;
		var Phone = document.forms[0].phone.value;
		var Zip = document.forms[0].zip.value;
		var Fax = document.forms[0].fax.value;
		var Address = document.forms[0].address.value;
		var City = document.forms[0].city.value;
		var State = document.forms[0].state.value;
		var errCode ='';
		var errDesc ="The following fields are found to be missing !!!\n\nPlease Enter :- \n";
		if(firstName == "" || firstName.length == 0)
		{
			errCode += errCode + "1";
			errDesc += "     FirstName\n";
		}
		if(lastName == "" || lastName.length == 0)
		{
			errCode += errCode + "1";
			errDesc += "     LastName\n";
		}
		if(Title == "" || Title.length == 0)
		{
			errCode += errCode + "2";
			errDesc += "     Title\n";
		}
		if(compName == "" || compName.length == 0)
		{
			errCode += errCode + "3";
			errDesc += "     CompanyName\n";
		}
		if(Email == "" || Email.length == 0)
		{
			errCode += errCode + "4";
			errDesc += "     Email\n";
		}
		//Email
		if (!emailCheck(Email))
		{
		   	Email.value="";
			errCode += errCode + "25";
			errDesc += "     Valid Email\n";
		}

		if(Phone == "" || Phone.length == 0)
		{
			errCode += errCode + "5";
			errDesc += "     PhoneNumber\n";
		}
		if(!isInteger(Phone))
		{
			errCode += errCode + "6";
			errDesc += "     Valid PhoneNumber\n";
		}
		if(Fax == "" || Fax.length == 0)
		{
			errCode += errCode + "7";
			errDesc += "     Fax\n";
		}
		if(!isInteger(Fax))
		{
			errCode += errCode + "8";
			errDesc += "     Valid Fax\n";
		}
		if(Address == "" || Address.length == 0)
		{
			errCode += errCode + "9";
			errDesc += "     Address\n";
		}
		if(City == "" || City.length == 0)
		{
			errCode += errCode + "10";
			errDesc += "     City\n";
		}
		if(State == "" || State.length == 0)
		{
			errCode += errCode + "11";
			errDesc += "     State\n";
		}
		if(Zip == "" || Zip.length == 0)
		{
			errCode += errCode + "12";
			errDesc += "     Zip\n";
		}
		if(!isInteger(Zip)|| Zip.length < 5 || Zip.length > 5)
		{
			errCode += errCode + "13";
			errDesc += "     Valid Zip\n";
		}

		//CheckBoxes
		if (!document.forms[0].services[0].checked &&
		    !document.forms[0].services[1].checked &&
		    !document.forms[0].services[2].checked &&
			!document.forms[0].services[3].checked &&
			!document.forms[0].services[4].checked &&
		    !document.forms[0].services[5].checked &&
		    !document.forms[0].services[6].checked &&
			!document.forms[0].services[7].checked)
		{
		   	errCode += errCode + "20";
			errDesc += "     Select Services\n";
		}else
		{
		 	 var selectedServices = "";
			 for(var i=0; i<document.forms[0].services.length; i++)
			 {
				 if(document.forms[0].services[i].checked == true)
				 {
					selectedServices += (""+i);
				 }
			 }

			 document.forms[0].selectedServices.value = selectedServices;
		}

		if (!document.forms[0].timeline[0].checked &&
		    !document.forms[0].timeline[1].checked &&
		    !document.forms[0].timeline[2].checked &&
			!document.forms[0].timeline[3].checked )
		{
		   	errCode += errCode + "21";
			errDesc += "     Timeline For Purchase\n";
		}
		if(errCode)
		{
			alert(errDesc);
			return false;
		}

	}


//############################ FUNCTIONS USED IN reqInformation.htm ENDS ##############################################



//###############################  fUNCTION USED IN webinars.htm STARTS #################################################

function validateWebinarInformation()
	{
		
		var company = document.forms[0].company.value;
		var name    = document.forms[0].name.value;
		var address = document.forms[0].address.value;
		var city    = document.forms[0].city.value;
		var state   = document.forms[0].state.value;
		var phone   = document.forms[0].phone.value;
		var zip     = document.forms[0].zip.value;
		var email   = document.forms[0].email.value;		
		var comments = document.forms[0].comments.value;
		
		var errCode ='';
		var errDesc ="The following fields are found to be missing !!!\n\nPlease Enter :- \n";
		/*if(company == "" || company.length == 0)
		{
			errCode += errCode + "1";
			errDesc += "     Company\n";
		}*/
		if(name == "" || name.length == 0)
		{
			errCode += errCode + "1";
			errDesc += "     Name\n";
		}
		if(address == "" || address.length == 0)
		{
			errCode += errCode + "2";
			errDesc += "     Address\n";
		}
		if(city == "" || city.length == 0)
		{
			errCode += errCode + "3";
			errDesc += "     City\n";
		}
		if(state == "" || state.length == 0)
		{
			errCode += errCode + "4";
			errDesc += "     State\n";
		}
		
		if(zip == "" || zip.length == 0)
		{
			errCode += errCode + "12";
			errDesc += "     Zip\n";
		}
		else
		{
		
			if(!isInteger(zip)|| zip.length < 5 || zip.length > 5)
			{
				errCode += errCode + "13";
				errDesc += "     Valid Zip\n";
			}
		}		
		//comments
		/*if (!commentsCheck(comments))
		{
		   	comments.value="";
			errCode += errCode + "25";
			errDesc += "     Valid comments\n";
		}*/

		if(phone == "" || phone.length == 0)
		{
			errCode += errCode + "5";
			errDesc += "     Phone\n";
		}
		/*if(!isInteger(phone))
		{
			errCode += errCode + "6";
			errDesc += "     Valid Phone\n";
		}*/
		
		
		if(email == "" || email.length == 0)
		{
			errCode += errCode + "7";
			errDesc += "     Email\n";
		}
		else
		{
			if (!emailCheck(email))
			{
			   	email.value="";
				errCode += errCode + "25";
				errDesc += "     Valid Email\n";
			}
		}	
		/*if(checkbox1 == "" || checkbox1.length == 0)
		{
			errCode += errCode + "9";
			errDesc += "     checkbox1\n";
		}
		if(checkbox2 == "" || checkbox2.length == 0)
		{
			errCode += errCode + "10";
			errDesc += "     checkbox2\n";
		}*/
		/*if(comments == "" || comments.length == 0)
		{
			errCode += errCode + "11";
			errDesc += "     Comments\n";
		}*/


		//CheckBoxes
		/*if (!document.forms[0].services[0].checked &&
		    !document.forms[0].services[1].checked )
		{
		   	errCode += errCode + "20";
			errDesc += "     Select Services\n";
		}*/
		if(document.forms[0].services[0].checked ||
		   document.forms[0].services[1].checked)
		{
			 var selectedServices = "";
			 for(var i=0; i<document.forms[0].services.length; i++)
			 {
				 if(document.forms[0].services[i].checked == true)
				 {
					selectedServices += (""+i);
					//alert("selectedServices : "+selectedServices );
				 }
			 }

			 document.forms[0].selectedServices.value = selectedServices;
		}

		/*if (!document.forms[0].timeline[0].checked &&
		    !document.forms[0].timeline[1].checked )
		{
		   	errCode += errCode + "21";
			errDesc += "     Timeline For Purchase\n";
		}*/
		if(errCode)
		{
			alert(errDesc);
			return false;
		}

	}

//###############################  fUNCTION USED IN webinars.htm ENDS #################################################

//############################ FUNCTIONS USED IN reqDemo.htm STARTS ###################################################
	//Author : Kishore D.B.
	function validateRequestDemo() 
	{
	    
		var firstName = document.forms[0].firstname.value;
		var lastName = document.forms[0].lastname.value;
		var Title = document.forms[0].title.value;
		var compName = document.forms[0].companyname.value;
		var Email = document.forms[0].email.value;
		var Phone = document.forms[0].phone.value;
		var Zip = document.forms[0].zip.value;
		var Fax = document.forms[0].fax.value;
		var Address = document.forms[0].address.value;
		var City = document.forms[0].city.value;
		var State = document.forms[0].state.value;
		var ConTime = document.forms[0].contacttime.value;
		var DemoDate = document.forms[0].demodate.value;
		var DemoTime = document.forms[0].demotime.value;
		var errCode ='';
		var errDesc ="The following fields are found to be missing !!!\n\nPlease Enter :- \n";
		if(firstName == "" || firstName.length == 0)
		{
			errCode += errCode + "1";
			errDesc += "     FirstName\n";
		}
		if(lastName == "" || lastName.length == 0)
		{
			errCode += errCode + "1";
			errDesc += "     LastName\n";
		}
		if(Title == "" || Title.length == 0)
		{
			errCode += errCode + "2";
			errDesc += "     Title\n";
		}
		if(compName == "" || compName.length == 0)
		{
			errCode += errCode + "3";
			errDesc += "     CompanyName\n";
		}
		if(Email == "" || Email.length == 0)
		{
			errCode += errCode + "4";
			errDesc += "     Email\n";
		}
		//Email
		if (!emailCheck(Email))
		{
		   	Email.value="";
			errCode += errCode + "25";
			errDesc += "     Valid Email\n";
		}
		
		if(Phone == "" || Phone.length == 0)
		{
			errCode += errCode + "5";
			errDesc += "     PhoneNumber\n";
		}
		if(!isInteger(Phone))
		{
			errCode += errCode + "6";
			errDesc += "     Valid PhoneNumber\n";
		}
		if(Fax == "" || Fax.length == 0)
		{
			errCode += errCode + "7";
			errDesc += "     Fax\n";
		}
		if(!isInteger(Fax))
		{
			errCode += errCode + "8";
			errDesc += "     Valid Fax\n";
		}
		if(Address == "" || Address.length == 0)
		{
			errCode += errCode + "9";
			errDesc += "     Address\n";
		}
		if(City == "" || City.length == 0)
		{
			errCode += errCode + "10";
			errDesc += "     City\n";
		}
		if(State == "" || State.length == 0)
		{
			errCode += errCode + "11";
			errDesc += "     State\n";
		}
		if(Zip == "" || Zip.length == 0)
		{
			errCode += errCode + "12";
			errDesc += "     Zip\n";
		}
		if(!isInteger(Zip)|| Zip.length < 5 || Zip.length > 5)
		{
			errCode += errCode + "13";
			errDesc += "     Valid Zip\n";
		}
		if(ConTime == "" || ConTime.length == 0)
		{
			errCode += errCode + "14";
			errDesc += "     Convenient contact time\n";
		}
		//DATE
		if (!verifyDate(DemoDate))
		{
		   	//DemoDate.value="";
			errCode += errCode + "26";
			errDesc += "     Valid DemoDate\n";
		}
		if(DemoDate == "" || DemoDate.length == 0)
		{
			errCode += errCode + "16";
			errDesc += "     Convenient DemoDate\n";
		}
		if(DemoTime == "" || DemoTime.length == 0)
		{
			errCode += errCode + "18";
			errDesc += "     Convenient DemoTime\n";
		}
		//CheckBoxes
		if (!document.forms[0].services[0].checked &&
		    !document.forms[0].services[1].checked &&
		    !document.forms[0].services[2].checked &&
			!document.forms[0].services[3].checked &&
			!document.forms[0].services[4].checked &&
		    !document.forms[0].services[5].checked &&
		    !document.forms[0].services[6].checked &&
			!document.forms[0].services[7].checked)
		{
		   	errCode += errCode + "20";
			errDesc += "     Select Services\n";

		}else
		{
		 	 var selectedServices = "";
			 for(var i=0; i<document.forms[0].services.length; i++)
			 {
				 if(document.forms[0].services[i].checked == true)
				 {
					selectedServices += (""+i);
				 }
			 }

			 document.forms[0].selectedServices.value = selectedServices;
		}

		if (!document.forms[0].timeline[0].checked &&
		    !document.forms[0].timeline[1].checked &&
		    !document.forms[0].timeline[2].checked &&
			!document.forms[0].timeline[3].checked )
		{
		   	errCode += errCode + "21";
			errDesc += "     Timeline For Purchase\n";
		}
		if(errCode)
		{
			alert(errDesc);
			return false;
		}

	}
	
//############################ FUNCTIONS USED IN reqDemo.htm ENDS ##############################################