﻿
var strclick4more   = "";
var strclick2hide   = "";
var strcollapsetext = "";
var strprevpage     = "";
var strnextpage     = "";
var hh_classid      = "clsid:adb880a6-d8ff-11cf-9377-00aa003b7a11";
var hh_codebase     = "hhctrl.ocx#Version=4,74,8793,0";



//===========================================================================
// acOnload - placeholder for future functionality
//===========================================================================

function autoExpand( exp )
{
  if( exp == 1 )
  {
	showAll(); 
  }
}

function toggleproc( procname, imgname, anchor )
{
  var i = document.location.href.lastIndexOf("#");
  var cur_href = "";
  if( i > 0 )
  {
	cur_href = document.location.href.substring( 0, i );
  }

  if( 
  	procname.style.display == "" )
  {
	procname.style.display = "none";
	imgname.src = "../images/list/image_app1.png";
	procname.title = "";
  }else{
	procname.style.display="";
	imgname.src = "../images/list/image_app2.png";
	procname.title = "";
  }
}


function OnMouseOver(obj)
{
	obj.style.backgroundColor='#dde7ee';
	
}



function OnMouseOut(obj)
{

	obj.style.backgroundColor = '#f0f6f9';

}
