function recipes() {
		window.open ("recipes/index.html", "newwindow", config="height=400, width=800, toolbar=no, menubar=no, scrollbars=no, resizable=no, location=no, directories=no, status=no");
		//window.open ("http://www.javascript-coder.com","mywindow");
}