<!--VERSION[] = "450@(#) features.js 450.1@(#) 12/03/08 12:33:21"; -->

function openNewWindow( newURL )
{
	var w = (window.open (newURL, 'relsearch', 'width=800,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);
}

