browserName=navigator.appName;
browserVer=parseInt(navigator.appVersion);

if(browserVer >=3)
version="3";
else
version="2";

if (version=="3")
{
	home_h = new Image(179,28);
	home_h.src = "../images/home_h.gif";
	home_n = new Image(179,28);
	home_n.src = "../images/home_n.gif";
	
	profiles_h = new Image(200,28);
	profiles_h.src = "../images/profiles_h.gif";
	profiles_n = new Image(200,28);
	profiles_n.src = "../images/profiles_n.gif";
	
	locate_h = new Image(200,28);
	locate_h.src = "../images/locate_h.gif";
	locate_n = new Image(200,28);
	locate_n.src = "../images/locate_n.gif";
	
	article_h = new Image(200,28);
	article_h.src = "../images/article_h.gif";
	article_n = new Image(200,28);
	article_n.src = "../images/article_n.gif";
	
	featured_therapists_h = new Image(205,28);
	featured_therapists_h.src = "../images/featured_therapists_h.gif";
	featured_therapists_n = new Image(205,28);
	featured_therapists_n.src = "../images/featured_therapists_n.gif";
	
	news_events_h = new Image(185,28);
	news_events_h.src = "../images/news_events_h.gif";
	news_events_n = new Image(185,28);
	news_events_n.src = "../images/news_events_n.gif";
	
	psych_bytes_h = new Image(179,28);
	psych_bytes_h.src = "../images/psych_bytes_h.gif";
	psych_bytes_n = new Image(179,28);
	psych_bytes_n.src = "../images/psych_bytes_n.gif";
	
	book_review_h = new Image(179,28);
	book_review_h.src = "../images/book_review_h.gif";
	book_review_n = new Image(179,28);
	book_review_n.src = "../images/book_review_n.gif";
	
	about_group_h = new Image(185,28);
	about_group_h.src = "../images/about_group_h.gif";
	about_group_n = new Image(185,28);
	about_group_n.src = "../images/about_group_n.gif";
}


function hiLite(imgName, TEXT)
{
	browserName=navigator.appName;
	browserVer=parseInt(navigator.appVersion);

	if(browserVer >=3)
	version="3";
	else
	version="2";

	if (version=="3")
	{
	document[imgName].src = eval(imgName + "_h.src");
	parent.window.status = TEXT;
	}
}


function restore(imgName, TEXT)
{
	browserName=navigator.appName;
	browserVer=parseInt(navigator.appVersion);

	if(browserVer >=3)
	version="3";
	else
	version="2";

	if (version=="3")
	{
		document[imgName].src = eval(imgName + "_n.src");
		parent.window.status = TEXT;
	}
}
//====================================================



function openremote(filename)
{

	var newWindow;
	
	var filename
	
	newWindow=window.open(filename,'win','location=no,directories=no,status=no,toolbar=no,menubar=no,scrollbars=yes,resizable=yes');

}

//====================================================

