	

	function salePopup()
		{
		salesWindow=window.open("formPop-up.html", "littleWindow", "location=no,null,width=600,height=650,scrollbars=yes, left=+150,top=+50"); 
		fwd();
		}

	function popUpClose()
		{
		self.close();
		fwd();
		}

	function popup()
		{		
  		TestimonialsWindow = window.open("formPop-up.html", "littleWindow", "location=no,null,width=500,height=400,scrollbars=yes, left=+50,top=+50"); 
		}

	
