<!--VERSION[] = "380@(#) features.js 380.1@(#) 03/03/08 14:14:33"; -->

function openNewWindow( newURL )
{
	var w = (window.open (newURL, 'relsearch', 'width=550,height=650,status=yes,scrollbars=yes,resizable'));
	w.focus ();

	return false;
}


function setToolVisibility(obj, sVisible, obj2, sVisible2)
{
	if ( !document.images ) 
		return; 
	if ( typeof obj == "string" ) 
		obj = document.getElementById (obj); 
		obj.style.display = sVisible; 
	if ( typeof obj2 == "string" ) 
		obj2 = document.getElementById (obj2); 
		obj2.style.display = sVisible2; 

	return false;
}


isIE=document.all;
isNN=!document.all && document.getElementById;
isHot=false;
revIdent = null;

function getReview(id){
	revIdent=document.getElementById(id);
}


