/************************************************************************/
/* PHP-NUKE: Ajax Post                                                  */
/* Version: 8.2 and up			                                        */
/* ===========================                                          */
/*                                                                      */
/* Copyright (c) 2010 by Nukers.ir [SajjadSalemi]                       */
/* Made by Nukers.ir [SajjadSalemi]				     	        		*/
/* http://phpnuke.ir                                                    */
/*                                                                      */
/* This program is free software. You can redistribute it and/or modify */
/* it under the terms of the GNU General Public License as published by */
/* the Free Software Foundation; either version 2 of the License.       */
/************************************************************************/
jQuery(function(){var a=jQuery("#p_t > div");a.hide().filter(":first").show();jQuery("#p_t ul.tabnavig a").click(function(){a.hide();a.filter(this.hash).show();jQuery("#p_t ul.tabnavig a").removeClass("selected");jQuery(this).addClass("selected");return false}).filter(":first").click()});jQuery(function(){var a=jQuery("#dl_t > div");a.hide().filter(":first").show();jQuery("#dl_t ul.tabnavig a").click(function(){a.hide();a.filter(this.hash).show();jQuery("#dl_t ul.tabnavig a").removeClass("selected");jQuery(this).addClass("selected");return false}).filter(":first").click()});

