// JavaScript Document

function openMenu() {

	window.open('menu.php', '',	'resizable=yes,width=670,height=500,scrollbars=yes');

}