function showCustomerFeedback() {
		showCripsPopup('customerfeedback.php','cripsfeedback',600);
}

function showTasteTest() {
	showCripsPopup('tastetest.php','cripstastetest',620);
}

function showCripsPopup(fileName,title,height) {
		window.open(fileName,title,'height='+height+',width=549,scrollbars=yes');
}