function chbg(objRef, state){
objRef.style.backgroundColor=(1==state)?'#d9e0e6':'#e1e8ec';
return;
}
function goUrl(location){
if (location=='news')
window.location="news/index.php?linkID=bce059749d61c1c247c303d0118d0d53";
if (location=='news01')
window.location="news/index.php?linkID=bce059749d61c1c247c303d0118d0d53";
if (location=='news02')
window.location="news/index.php?linkID=fd704c583dd4cc02935d0c4e7f3e945f";
if (location=='news03')
window.location="news/index.php?linkID=bce059749d61c1c247c303d0118d0d53";
if (location=='news04')
window.location="news/index.php?linkID=bce059749d61c1c247c303d0118d0d53";
return;
}
function shTimer(){
{
var thetime=new Date();
var nday=thetime.getDay();
var ndate=thetime.getDate();
var nmonth=thetime.getMonth();
var nyear=thetime.getYear();
var th="th"
if ((ndate==1) || (ndate==21) || (ndate==31))
th="st";
if ((ndate==2) || (ndate==22))
th="nd";
if ((ndate==3) || (ndate==23))
th="rd";

if (nday==0)
nday="Sunday";
if (nday==1)
nday="Monday";
if (nday==2)
nday="Tuesday";
if (nday==3)
nday="Wednesday";
if (nday==4)
nday="Thursday";
if (nday==5)
nday="Friday";
if (nday==6)
nday="Saturday";
nmonth+=1;
if (nmonth==1)
nmonth="January";
if (nmonth==2)
nmonth="February";
if (nmonth==3)
nmonth="March"
if (nmonth==4)
nmonth="April";
if (nmonth==5)
nmonth="May";
if (nmonth==6)
nmonth="June";
if (nmonth==7)
nmonth="July";
if (nmonth==8)
nmonth="August";
if (nmonth==9)
nmonth="Sept";
if (nmonth==10)
nmonth="Oct";
if (nmonth==11)
nmonth="Nov";
if (nmonth==12)
nmonth="Dec";

if (nyear<=99)
nyear="19"+nyear;
if ((nyear>99) && (nyear<2000))
nyear+=1900;
document.write(nday+", "+ndate+"<sup>"+th+"<\/sup>&nbsp;"+nmonth+", "+nyear);
}
}

if (document.images){
piclogo=new Image(768,152);
piclogo.src="images/sitelogo.gif";
pic1=new Image(541,175);
pic1.src="images/indexpic1.jpg";
pic2=new Image(541,175);
pic2.src="images/profilepic.jpg";
pic3=new Image(525,166);
pic3.src="images/servicespic.jpg";
pic4=new Image(541,175);
pic4.src="images/pace.jpg";
pic5=new Image(541,175);
pic5.src="images/careers.jpg";
pic6=new Image(541,175);
pic6.src="images/news.jpg";

function shwpic(dlink){
var f;
f="pic";
if (dlink=="profile")
document[f].src="images/profilepic.jpg";
if (dlink=="services")
document[f].src="images/servicespic.jpg";
if (dlink=="invest")
document[f].src="images/pace.jpg";
if (dlink=="news")
document[f].src="images/news.jpg";
if (dlink=="careers")
document[f].src="images/careers.jpg";
}

function relpic(){
pic1=new Image();
pic1.src="images/indexpic1.jpg";
var f;
f="pic";
document[f].src="images/indexpic1.jpg";
}

}

function lightup(pglink){
document.link2.bgColor='#ff9900';
}
function jumpCheck(pglink){
if (pglink==""){
alert('Please select a section');
return false;
}
}

function sitemap(objRef,see){
visi=see;
			if(document.layers){

			document.objRef.visibility=visi;
			}
			if(document.all){

			document.all.objRef.style.visibility=visi;
			}
			if(document.getElementById){

			document.getElementById(objRef).style.visibility=visi;
			}
}