// JavaScript Document
function newPopup(url) 
{
	popupWindow = window.open(url,'popUpWindow','height=400,width=600,left=10,top=10,resizable=yes,scrollbars=yes,toolbar=yes,menubar=no,location=no,directories=no,status=yes')
}
function showTestimonial(pmId)
{
	if(pmId==1)
	{
		vContent = newPopup("testimonial1.html");
  	}
  	else if(pmId==2)
	{
  		vContent = newPopup("testimonial2.html");
  	}
  	else if(pmId==3)
	{
  		vContent = newPopup("testimonial3.html");
  	}
  	else if(pmId==4)
	{
  		vContent = newPopup("testimonial4.html");
  	}
  	else if(pmId==5)
	{
  		vContent = newPopup("testimonial5.html");
  	}
  	else if(pmId==6)
	{
  		vContent = newPopup("testimonial6.html");
  	}
  	else if(pmId==7)
	{
  		vContent = newPopup("testimonial7.html");
  	}
  	else if(pmId==8)
	{
  		vContent = newPopup("testimonial8.html");
  	}
  	else if(pmId==9)
	{
  		vContent = newPopup("testimonial9.html");
  	}
  	else if(pmId==10)
	{
  		vContent = newPopup("testimonial10.html");
  	}
  	else if(pmId==11)
	{
  		vContent = newPopup("testimonial11.html");
  	}
  	else if(pmId==12)
	{
  		vContent = newPopup("testimonial12.html");
  	}
  	else if(pmId==13)
	{
  		vContent = newPopup("testimonial13.html");
  	}
  	else if(pmId==14)
	{
  		vContent = newPopup("testimonial14.html");
  	}
	else if(pmId==15)
	{
  		vContent = newPopup("testimonial15.html");
  	}
}


