function goAnchor(str,obj)
{
window.location.hash=obj.options[str].value;
}

function over(id)
{
dom = (document.getElementById)? true:false
ns4 = (document.layers)? true:false
ie4 = (document.all && !dom)? true:false

tid="td"+id;
obj="n"+id;
img="i"+id;
if (!ns4)
	{
	if (ie4)
		{
		tabid=document.all[tid];
		imid=document.all[img];
		}
	else
		{
		tabid=document.all[tid];
		imid=document.all[img];
		}
	}
else
	{
	tabid=document.tid;
	imid=document.img;
	}
en=node[id].iend;
if (en != 1)
	{
	nimg="i"+(parseInt(id)+1);
	if (!ns4)
		{
		if (ie4)
			{
			dimg=document.all[nimg];
			}
		else
			{
			dimg=document.getElementById(nimg);
			}
		}
	else
		{
		dimg=document.nimg;
		}
    dimg.src=img3[id].src;
	}
tabid.background=img2[id].src;
imid.src=img1[id].src;
node[id].expand();
}

function out(id)
{
tid="td"+id;
obj="n"+id;
img="i"+id;
dom = (document.getElementById)? true:false
ns4 = (document.layers)? true:false
ie4 = (document.all && !dom)? true:false

tid="td"+id;
obj="n"+id;
img="i"+id;

if (!ns4)
	{
	if (ie4)
		{
		tabid=document.all[tid];
		imid=document.all[img];
		}
	else
		{
		tabid=document.getElementById(tid);
		imid=document.getElementById(img);
		}
	}
else
	{
	tabid=document.tid;
	imid=document.img;
	}

en=node[id].iend;
if (en != 1)
	{
	nimg="i"+(parseInt(id)+1);
	if (!ns4)
		{
		if (ie4)
			{
			dimg=document.all[nimg];
			}
		else
			{
			dimg=document.getElementById(nimg);
			}
		}
	else
		{
		dimg=document.nimg;
		}
	dimg.src=node[id].of3;
	}
tabid.background=node[id].of2;
imid.src=node[id].of1;
node[id].expand();
}

function open_win(title,src,width,height)
{
//winId=window.open(src,title,"width="+width+",height="+height);
winId=window.open(src,title,width+","+height);
}


function open_win_scr(title,src,width,height,scroll)
{
dom = (document.getElementById)? true:false
ns4 = (document.layers)? true:false
ie4 = (document.all && !dom)? true:false
if (!ns4)
	{
	winId=window.open("/"+src,title,"width="+width+",height="+height+","+scroll);
	}
else
	{
	winId=window.open("/"+src,title,width+","+height+","+scroll);
	}
}