function chat() {
	window.open('/ajax_chat/index.php','chat','width=800,height=600,scrollbars=yes');
}

function ident() {

top.location = "/ingresar.cfm";
//	window.open('/includes/menu2.cfm','ingresar','width=300,height=200,scrollbars=yes');

//	idStyle = document.getElementById('identMen').style
//	if (idStyle.display != 'block') idStyle.display = 'block';
//	else idStyle.display = 'none';
}

function help() {
	window.open('/includes/FAQ.html','help','width=520,height=440,scrollbars=yes');
}

function dGetPass() {
	window.open('/USR/dGetPass.cfm','pass','width=400,height=250');
}