// JavaScript Document
function open_law() {
	window.open('ley42.htm', '', 'width=565,height=200,left=0,top=0');
}
function open_assembly(lang) {
	if(!lang) lang='sp';
	window.open('../' + lang + '/guaimaro.htm', '', 'width=795,height=500,scrollbars=yes,resizable=yes,top=0,left=0');
}
function open_const() {
	window.open('../sp/const.htm', '', 'width=778,top=0,left=0,resizable=yes');
}
function open_map(lang) {
	window.open(lang + '/mapa.htm', '', 'width=449,height=369,top=0,left=0');
}