// 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 OpenMap_en() {
	newWindow = window.open('map_en.html', '', 'menubar=no, toolbar=no, location=no, scrollbars=no, resizable=no, status=no, width=1000, height=658')
}
function OpenMap_ru() {
	newWindow = window.open('map_ru.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 OpenForm_en() {
	newWindow = window.open('form_en.php', '', 'menubar=no, toolbar=no, location=no, scrollbars=no, resizable=no, status=no, width=554, height=500')
}
function OpenForm_ru() {
	newWindow = window.open('form_ru.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')
}
