function forumOpen(lang) {
    var w=window.open("../forum/index.php","coelhoforum");
	w.focus();
}
