<!-- ABRIR EVENTO ///////////
function Exibe(id) {
	window.open('album.aspx?evento=' + id,id,"width=790,height=500,top=0,left=0,scrollbars=yes");
}
//-->

<!-- ABRIR POP-UP ////////////
function AbrePop(theURL,winName,features) {
	window.open(theURL,winName,features);
}
//-->

<!-- SCROLLING VERTICAL //////////
function slow(id) {
	id.scrollAmount = 0;
}
 
function fast(id) {
	id.scrollAmount = 1;
}
//-->

function position() {
	if (screen.width == "1024") {
		document.getElementById('english').style.right = '122px';
	}
	else if (screen.width == "1152") {
		document.getElementById('english').style.right = '184px';
	}
	else if (screen.width == "1280") {
		document.getElementById('english').style.right = '250px';
	}
}