// JavaScript Document
function OpenMap() {
	newWindow = window.open('map.html', '', 'menubar=no, toolbar=no, location=no, scrollbars=no, resizable=no, status=no, width=1000, height=658')
}

function OpenForm() {
	newWindow = window.open('form.php', '', 'menubar=no, toolbar=no, location=no, scrollbars=no, resizable=no, status=no, width=554, height=500')
}

function OpenFefco() {
	newWindow = window.open('fefco.html', '', 'menubar=no, toolbar=no, location=no, scrollbars=no, resizable=no, status=no, width=800, height=600')
}