function FeeterMeeter() 
	{
	newWin=window.open("feetermeeter.html",'con','toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=yes,width=400,height=200>');
	newWin.focus();
	}

function OuncerBouncer() 
	{
	newWin=window.open("ouncerbouncer.html",'con','toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=yes,width=400,height=200>')
 	newWin.focus();
	}

function IncherPincher() 
	{
	newWin=window.open("incherpincher.html",'con','toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=yes,width=400,height=200>')
	newWin.focus();
	} 

