var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));


try {
var pageTracker = _gat._getTracker("UA-4691727-4");
pageTracker._trackPageview();
} catch(err) {}

function Smilies(Smilie)
{
document.Form.body.value+=Smilie+" ";
document.Form.body.focus();
}

var g_nExpando=0;
function putItemInState(n,bState)
{var oItem,oGif;
oItem=document.getElementById("descr"+n);
oGif=document.getElementById("expandoGif"+n);
if (bState=='toggle')
bState=(oItem.style.display=='block');
if(bState)
{
bState=(oItem.style.display='none');
bState=(oGif.src='images/cross.gif');
}
else
{
bState=(oItem.style.display='block');
bState=(oGif.src='images/noncross.gif');
}
}



function expand(nItem)

{

    putItemInState(nItem,'toggle');

}



function expandAll()

{



    if (!g_nExpando)

    {

        document.all.chkFlag.checked=false;

        return;



    }

    var bState=!document.all.chkFlag.checked;

    for(var i=0; i<g_nExpando; i++)

        putItemInState(i,bState);

}



var tns6=document.getElementById&&!document.all

var ie=document.all



function show_text(thetext, whichdiv){

if (ie) {eval("document.all."+whichdiv).innerHTML=thetext;}

else if (tns6) {document.getElementById(whichdiv).innerHTML=thetext;}

}



function resetit(whichdiv){



if (ie) eval("document.all."+whichdiv).innerHTML=''

else if (tns6) document.getElementById(whichdiv).innerHTML=''

}