/*
	Javascript code written by PSLWeb.co.uk for Stamford Renewables Limited (www.stamfordrenewables.com)
	[except where noted below]. Copyright ©2008 PSLWeb.co.uk - All Rights Reserved.
*/
function showSummary(pid,element){if(!(popupBoxActive)){var popupBox=document.getElementById('popupBox');var p=popupBox.offsetParent;var summaryText=document.getElementById('popupText'+pid).innerHTML;var x=0;var y=0;while((element)&&(element.id!='page')){x+=element.offsetLeft;y+=element.offsetTop;element=element.offsetParent}x+=26;if(x>=440)x-=208;popupBox.style.left=x+'px';popupBox.style.top=y+'px';popupBox.innerHTML=summaryText;popupBoxActive=true;popupBox.style.visibility="visible"}};function hideSummary(){popupBoxActive=false;document.getElementById('popupBox').style.visibility="hidden"};