impas_s = 200; impas_l = 2000;
function trackTime() {
	impas = movMenu();
	setTimeout("trackTime()",impas);
}

function movMenu() {
	var y, impas;

	if (self.pageYOffset) { y = self.pageYOffset; } //Mozilla
	else if (document.body) { y = document.body.scrollTop; } // Explorer

	barra = document.getElementById('men_but').style;

	if (y == 0) impas = impas_l;
	else impas = impas_s;

	ny = Math.max(y,altura_menu);
	barra.top = ny+'px';

	return impas;
}

function ident() {
	idStyle = document.getElementById('identMen').style
	if (idStyle.display != 'block') idStyle.display = 'block';
	else idStyle.display = 'none';
}

function formSub() {
	formu = document.getElementById('men_form');
	//auxIframe('ifr');
	formu.target = 'ifr';
	formu.submit();
}

function brCheck() {
	if (brNeedUpdate()) document.write("<td align='right'><a href='http://www.spreadfirefox.com/?q=affiliates&amp;id=80921&amp;t=1'><img src='/images/browsers/firefox.gif' title='Download Mozilla Web Browser - Rediscover the web' border='0'></a>&nbsp;</td>");
}

function help() {
	window.open('help/FAQ.html','help','width=520,height=440,scrollbars=yes');
}

function dGetPass() {
	window.open('/USR/dGetPass.cfm','pass','width=400,height=150');
}