﻿

function Runbanner()
{
document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="723" height="217" id="catalog" align="middle"> \n')
document.write('<param name="allowScriptAccess" value="sameDomain" /> \n')
document.write('<param name="movie" value="Flash/HomePage_Component.swf" /> \n')
document.write('<param name="quality" value="high" /> \n')
document.write('<param name="bgcolor" value="#000000" /> \n')
document.write('<embed src="Flash/HomePage_Component.swf" quality="high" bgcolor="#ffffff" width="723" height="217" name="catalog" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /> \n')
document.write('</object> \n')
}

function Runportfolio()
{
document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="229" height="205" id="catalog" align="middle"> \n')
document.write('<param name="allowScriptAccess" value="sameDomain" /> \n')
document.write('<param name="movie" value="Flash/home-right.swf" /> \n')
document.write('<param name="quality" value="high" /> \n')
document.write('<param name="bgcolor" value="#000000" /> \n')
document.write('<embed src="Flash/home-right.swf" quality="high" bgcolor="#ffffff" width="229" height="205" name="catalog" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /> \n')
document.write('</object> \n')
}

//mouse over image
function mouseoverImg(obj)
	{
		obj.src = obj.src.replace("_off","_on");
	}
//mouse out image
function mouseoutImg(obj)
	{
		obj.src = obj.src.replace("_on","_off");
	}

function openInnewWindow(url,width,height,toolbar) {openWin(url,'pre','toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=no,movable=yes,resizable=yes,width='+width+',height='+height)}
function openWin(url,title,attrib) {wref=window.open(url,title,attrib);if(MSIE_VER()>=5)wref.focus()}
function MSIE_VER() {agt=navigator.userAgent.toLowerCase();pos=agt.indexOf('msie')+1;if(pos)return agt.charAt(pos+4);return 0}	

var opentabTourId="ebanking";
function opentabTour(elementId)
    {
        if(opentabTourId != elementId)
        {
            document.getElementById(elementId).style.display = "inline";
            document.getElementById(opentabTourId).style.display = "none";
            opentabTourId=elementId;
        }
    }
    
var opentabFindId="benchmark";
function opentabFind(elementId)
    {
        if(opentabFindId != elementId)
        {
            document.getElementById(elementId).style.display = "inline";
            document.getElementById(opentabFindId).style.display = "none";
            opentabFindId=elementId;
        }
    }
    
var opentabServId="service1";
function opentabServ(elementId)
    {
        if(opentabServId != elementId)
        {
            document.getElementById(elementId).style.display = "inline";
            document.getElementById(opentabServId).style.display = "none";
            opentabServId=elementId;
        }
    }
	
var saveID=-1;
function showRow(divId)
{
   document.getElementById('a'+divId.substring(1)).style.display="";
   if(saveID != -1)
   {
	document.getElementById(saveID).style.display="none";
   }
   saveID = 'a'+divId.substring(1);
}

function mouseoverImg(obj)
	{
		obj.src = obj.src.replace("_off","_on");
	}

function mouseoutImg(obj)
	{
		obj.src = obj.src.replace("_on","_off");
	}
	