/*
function scriptTimer($number,$numberB) 
{
   $newNumber = $number;
   if($newNumber==0)
   {
   	$newNumberB = $numberB + 1
	if($newNumberB==8)
	{
		$newNumberB=1;
	}
   }
   $newNumber = $newNumber + 1;
 
	$timerID  = setTimeout("scriptTimer($newNumber,$newNumberB)", 5000);
	$newNumber = 0;
   	$opacityIE = 100;
	$opacityMoz = 1;	   

   if($newNumberB==1)
   {
		$textMessage = "Market Leaders with 25 years experience";
   }
   if($newNumberB==2)
   {
		$textMessage = "Nationwide Enforcement you can rely on";
   }
   if($newNumberB==3)
   {
		$textMessage = "More Writs enforced per year than any other UK firm";
   }   
   if($newNumberB==4)
   {
		$textMessage = "Our Officers attended 50,000 addresses in 2005";
   }
   if($newNumberB==5)
   {
		$textMessage = "Over &pound;30 Million recovered for clients";
   }
   if($newNumberB==6)
   {
		$textMessage = "The facts speak for themselves...";
   }
   if($newNumberB==7)
   {
		$textMessage = "We are the Professionals' Choice";
   }
   
	$elementID = document.getElementById('barLayer');
	$elementID.innerHTML = "<div style='-moz-opacity: "+$opacityMoz+"; filter:alpha(opacity="+$opacityIE+");' ID='fadingTextLayer'><center>"+$textMessage+"</center></div>";
  
}
 */
function displayProfile($profileNumber)
{
	if($profileNumber==1)
	{
		$elementID = document.getElementById('profileArea');
		$elementID.innerHTML = "<div ID=\"profileArea\"><table cellspacing=0 cellpadding=0 border=0 width=\"100%\"><tr><td width=\"40%\" valign=\"top\"><center><img src=\"images/profiles/jpm.jpg\"/></center></td><td width=\"10%\" valign=\"top\"></td><td width=\"50%\" valign=\"top\"><span CLASS=\"black_text\"><b>John Marston OBE</b></span><br /><br /><span CLASS=\"blue_text\">Former Chair of the High Court Enforcement Officers' Association and expert in the Council of Europe, John Marston is the Company's Chairman.<br /><br />A Government Advisor on Civil Enforcement, John has 25 years experience in the industry and was authorised as a High Court Enforcement Officer on 1st April 2004.</div></td></tr></table></span>";
	}
	if($profileNumber==2)
	{
		$elementID = document.getElementById('profileArea');
		$elementID.innerHTML = "<div ID=\"profileArea\"><table cellspacing=0 cellpadding=0 border=0 width=\"100%\"><tr><td width=\"40%\" valign=\"top\"><center><img src=\"images/profiles/idm.jpg\"/></center></td><td width=\"10%\" valign=\"top\"></td><td width=\"50%\" valign=\"top\"><span CLASS=\"black_text\"><b>Ian Morgan</b></span><br /><br /><span CLASS=\"blue_text\">Prior to his partnership with John Marston, Ian trained at Portsmouth Management Centre and studied mechanical engineering at Birmingham University.<br /><br />With 25 years experience in the industry, Ian was authorised as a High Court Enforcement Officer on 1st April 2004.</div></td></tr></table></span>";
	}
	if($profileNumber==3)
	{
		$elementID = document.getElementById('profileArea');
		$elementID.innerHTML = "<div ID=\"profileArea\"><table cellspacing=0 cellpadding=0 border=0 width=\"100%\"><tr><td width=\"40%\" valign=\"top\"><center><img src=\"images/profiles/as.jpg\"/></center></td><td width=\"10%\" valign=\"top\"></td><td width=\"50%\" valign=\"top\"><span CLASS=\"black_text\"><b>Alan Smith</b></span><br /><br /><span CLASS=\"blue_text\">Since joining Marston Group in 1991, Alan has developed on his experience of external enforcement and became office manager in 2002.<br /><br />Alan was authorised as a High Court Enforcement Officer on 1st August 2006 and is continuing in his role within Marston Group.</div></td></tr></table></span>";
	}
	if($profileNumber==4)
	{
		$elementID = document.getElementById('profileArea');
		$elementID.innerHTML = "<div ID=\"profileArea\"><table cellspacing=0 cellpadding=0 border=0 width=\"100%\"><tr><td width=\"40%\" valign=\"top\"><center><img src=\"images/profiles/mpj.jpg\"/></center></td><td width=\"10%\" valign=\"top\"></td><td width=\"50%\" valign=\"top\"><span CLASS=\"black_text\"><b>Michael Jackson</b></span><br /><br /><span CLASS=\"blue_text\">Michael has worked in enforcement since 1981, becoming Sheriffs Officer for the Counties of Greater London and Hertfordshire in 1993.<br /><br />Michael joined John Marston & Co in July 2001. He became an authorised High Court Enforcement Officer on 21st June 2005 and is continuing in his role within Marston Group.</div></td></tr></table></span>";
	}
	if($profileNumber==5)
	{
		$elementID = document.getElementById('profileArea');
		$elementID.innerHTML = "<div ID=\"profileArea\"><table cellspacing=0 cellpadding=0 border=0 width=\"100%\"><tr><td width=\"40%\" valign=\"top\"><center><img src=\"images/profiles/pb.jpg\"/></center></td><td width=\"10%\" valign=\"top\"></td><td width=\"50%\" valign=\"top\"><span CLASS=\"black_text\"><b>Penny Bache</b></span><br /><br /><span CLASS=\"blue_text\">Penny was appointed Sheriffs Officer of Herefordshire, Worcestershire and West Midlands in 1993, and has 30 years industry experience. She joined Marston Group in 2002 to manage office administration, and is continuing in her role within Marston Group. <br /><br />Penny was recognised as an authorised High Court Enforcement Officer on 1st August 2006.</span></td></tr></table></div>";
	}
if($profileNumber==6)
    {
        $elementID = document.getElementById('profileArea');
        $elementID.innerHTML = "<div ID=\"profileArea\"><table cellspacing=0 cellpadding=0 border=0 width=\"100%\"><tr><td width=\"40%\" valign=\"top\"><center><img src=\"images/profiles/pb.jpg\"/></center></td><td width=\"10%\" valign=\"top\"></td><td width=\"50%\" valign=\"top\"><span CLASS=\"black_text\"><b>Amir Ali</b></span><br /><br /><span CLASS=\"blue_text\">Amir joined John Marston & Co after 21 years working in private practice for various solicitors, covering Debt Recovery and Insolvency at Senior Management Level.<br /><br />Amir was also Head of Litigation at a Midlands based PLC prior to his current role as Head of Marketing & Business Development at Marston Group Limited. </span></td></tr></table></div>";
    }
}


