/* ======================================================================
JScript Source File -- Created with Dengine v1.2
NAME: Fishfinder.gr
AUTHOR: DCN Hellas, GregoryPhytros 
COMMENT: This file is copyrighted by DCN Hellas. (www.dcn.gr , info@dcn.gr)
========================================================================= */
function iForumIndexErr(request){$F('iForumIndexsDIV') = "Error";}
function iForumIndexPgs(request){$F('iForumIndexsDIV') = "Searching...";}
function iForumIndex(cmd){var ajax = new Ajax.Updater({success: 'iForumIndexsDIV'},'/Jigas.Object/Modules/@QuickForum.asp',{method: 'get', parameters: '&action=' + cmd + '&rand=' + parseInt(Math.random()*99999999) , onFailure: iForumIndexErr, onLoading: iForumIndexPgs, evalScripts:true});
if (cmd == ''){return};for (var i=0;i<index_tabs.length;i++){document.getElementById('t_' + index_tabs[i]).style.fontWeight = 'normal';};document.getElementById('t_' + cmd).style.fontWeight = 'bold';}