<!--function popPhoto(img, w, h) { 	var popWidth = (window.screen.width/2) - ((w/2) + 10);    var popHeight = (window.screen.height/2) - ((h/2) + 50);	newWindow = window.open("","","toolbar=0,resizable=0,location=0,menubar=0,status=0,width=" + w + ",height=" + h + ",left=" + popWidth + ",top=" + popHeight + ",screenX=" + popWidth + ",screenY=" + popHeight + ",scrollbars=0"); 	newWindow.document.open(); 	newWindow.document.write('<HTML><TITLE>COUNTERPOINT Communications Inc</TITLE><BODY bgcolor="#ffffff" LEFTMARGIN="0" TOPMARGIN="0" MARGINHEIGHT="0" MARGINWIDTH="0">'); 	newWindow.document.write('<table cellpadding="0" cellspacing="0" border="0" width="100%" align="center">');	newWindow.document.write('<tr><td><a href="javascript:close()">');	newWindow.document.write('<img src="' + img + '" border="0">');	newWindow.document.write('</a></td></tr></table>');			newWindow.document.write('</BODY></HTML>'); 	newWindow.document.close(); 	newWindow.focus(); } if (document.images){ ImageArray = new Array()}function BuildArray(){ if (document.images){  for (var i = 0; i < arguments.length; i++){   eval('ImageArray["' + arguments[i] + '0"] = new Image()')   eval('ImageArray["' + arguments[i] + '0"].src = "images/btn_' + arguments[i] + '_0.gif"')   eval('ImageArray["' + arguments[i] + '1"] = new Image()')   eval('ImageArray["' + arguments[i] + '1"].src = "images/btn_' + arguments[i] + '_1.gif"')  } }}function Rollover(which){ if (document.images){  eval('document.' + which + '.src = ImageArray["' + which + '1"].src') }}function Rollout(which){ if (document.images){  eval('document.' + which + '.src = ImageArray["' + which + '0"].src') }}BuildArray('lurbdev','urbandev','tcorporate','twhoweare','twhatwedo','twhatwesaid','tcontactus','lpublicaffairs','lstrategiccomplan','lcommunityrelations','lcrisismanagement','lpublicrelations','lcommcoaching','leconomicdev','ladvertising','ldesign','ladvocacy','lpublicconsult','lmarketing');//-->