

var preVal="";
function expandContent(id)
{  		
	if(preVal!="" && preVal!=id)
	{
		document.getElementById("w"+preVal).className="text_hidden";
		preVal="";
	}
	val=((document.getElementById("w"+id).className)=="text_hidden")? true:false;
	if(val)
	{
		document.getElementById("w"+id).className="text_visible";
	}
	else
	{
		document.getElementById("w"+id).className="text_hidden";
	}
	preVal=id;
}

var preVal="";
function expandContentBold(id)
{  		
	if(preVal!="" && preVal!=id)
	{
		document.getElementById("bullet_"+preVal).src="../../images/info_on.gif";
		document.getElementById("a"+preVal).className="normal";
		document.getElementById("w"+preVal).className="text_hidden";
		preVal="";
	}
	val=((document.getElementById("w"+id).className)=="text_hidden")? true:false;
	if(val)
	{
		document.getElementById("bullet_"+id).src="../../images/info_off.gif";
		document.getElementById("a"+id).className="s_bold";
		document.getElementById("w"+id).className="text_visible";
		
	}
	else
	{
		document.getElementById("bullet_"+id).src="../images/info_on.gif";
		document.getElementById("a"+preVal).className="normal";
		document.getElementById("w"+id).className="text_hidden";
	}
	preVal=id;
}

// This Script for to get Query String URL
var sqsParm = new Array();
function mqs()
{
var query = window.location.search.substring(1);
var parms = query.split('&');
for (var i=0; i<parms.length; i++) 
{
   var pos = parms[i].indexOf('=');
   if (pos > 0) 
   {
      var key = parms[i].substring(0,pos);
      var val = parms[i].substring(pos+1);
      sqsParm[key] = val;
    }
 }
   return sqsParm["id"];
}


var preVal="";
function expandWin(id)
{
	if(preVal!="" && preVal!=id)
	{
		document.getElementById("win"+preVal).className="text_hidden";
		preVal="";
	}
	
	if(document.getElementById("win"+id).className=="text_visible")
	{
		document.getElementById("win"+id).className="text_hidden";
		document.getElementById('arrow1').src="../../images/archive_arrow01.gif";
	}
	else
	{
		document.getElementById("win"+id).className="text_visible";
		document.getElementById('arrow1').src="../../images/archive_arrow02.gif";
	}
	
	preVal=id;
}

var preVal="";
function expandContentBold(id)
{  	
	if(preVal!="" && preVal!=id)
	{
		//document.getElementById("bullet_"+preVal).src="../images/info_on.gif";
		//alert(id);
		//document.getElementById("a"+preVal).className="normal";
		document.getElementById("w"+preVal).className="text_hidden";
		preVal="";
	}
	val=((document.getElementById("w"+id).className)=="text_hidden")? true:false;
	if(val)
	{
		//alert(id);
		//document.getElementById("bullet_"+id).src="../images/info_off.gif";
		//document.getElementById("a"+id).className="hand";
		document.getElementById("w"+id).className="text_visible";
		
	}
	else
	{
		//document.getElementById("bullet_"+id).src="../images/info_on.gif";
		//document.getElementById("a"+preVal).className="normal";
		document.getElementById("w"+id).className="text_hidden";
	}
	preVal=id;
}
var preVa2="";
function expandContentBold2(id)
{  	
	if(preVa2!="" && preVa2!=id)
	{
		document.getElementById("bullet_"+preVa2).src="../../images/info_on.gif";
		//alert(id);
		//document.getElementById("a"+preVa2).className="normal";
		document.getElementById("w"+preVa2).className="text_hidden";
		preVal="";
	}
	val=((document.getElementById("w"+id).className)=="text_hidden")? true:false;
	if(val)
	{
		//alert(id);
		document.getElementById("bullet_"+id).src="../../images/info_off.gif";
		//document.getElementById("a"+id).className="hand";
		document.getElementById("w"+id).className="text_visible";
		
	}
	else
	{
		document.getElementById("bullet_"+id).src="../../images/info_on.gif";
		//document.getElementById("a"+preVa2).className="normal";
		document.getElementById("w"+id).className="text_hidden";
	}
	preVa2=id;
}

<!-- Popup Window
var popUpWin=0;
function popUpWindow(URLStr, left, top, width, height)
{
  if(popUpWin)
  {
    if(!popUpWin.closed) popUpWin.close();
  }
  popUpWin = open(URLStr, 'popUpWin', 'toolbar=no,location=no,directories=no,status=no,menub ar=no,scrollbars=1,resizable=1,copyhistory=yes,width='+width+',height='+height+',left='+left+', top='+top+',screenX='+left+',screenY='+top+'');
}
-->


