//<!---

function PopUpSlideshow(url) {
   winStats='toolbar=no,location=no,directories=no,menubar=no,'
   winStats+='scrollbars=no,width=443,height=480'
   if (navigator.appName.indexOf("Microsoft")>=0) {
      winStats+=',left=100,top=50'
    }else{
      winStats+=',screenX=100,screenY=50'
    }
   teaseWin=window.open(url,"",winStats)
}

function openBioWindow(theURL,winName,features) { //v2.0
	window.open(theURL,winName,features);
}

function popUp(URL, name, features) {
	window.open(URL, name, features);
}



var theImages = new Array() 
theImages[0] = '<a href="/services/integration.cfm"><img src="/images/buttons/merger.jpg" border="0"></a>'
theImages[1] = '<a href="/services/projectmanagement.cfm"><img src="/images/buttons/pm_resources.jpg" border="0"></a>'
/*theImages[2] = '<img src="/images/buttons/reap.jpg" border="0">'*/

var j = 0
var p = theImages.length;
var preBuffer = new Array()
for (i = 0; i < p; i++){
   preBuffer[i] = new Image()
   preBuffer[i].src = theImages[i]
}
var whichImage = Math.round(Math.random()*(p-1));
function showImage(){
document.write(theImages[whichImage]);
}

//  End -->



//--->

