function popupAppa() {	
	popup = window.open("","", "width=678,height=950,status=0,toolbar=0,resizable=0,scrollbars=0,location=0");
	popup.document.write('<html><head><title>APPA</title><style type="text/css">table.instructions td {vertical-align: top;font-size: 13px;}</style></head><body style="margin: 0; padding: 0; background-color: #ffffff; color: #ffffff; font-size: 12px; font-family: arial, sans-serif;"><img src="/images/appaBrochure.jpg" width="680px" height="904px" alt="APPA Brochure"/><br /><br />&nbsp;&nbsp;&nbsp;<input type="button" name="button" value="Close Window" onClick="window.close();self.close();"></body></html> ');
}

	
