﻿//Function to open a new internet browser
function MM_openBrWindow(theURL, winName, features)
{
	window.open(theURL, winName, features);
}
/* hover script start here */
function hoverRow(whichRow, id)
{
	whichRow.style.backgroundColor = '#575353';
	whichRow.style.cursor = 'pointer';
	document.getElementById(id).src = '/Images/Com/Icons/arrow_selected.gif';
}
function unHoverRow(whichRow, id)
{
	document.getElementById(id).src = '/Images/Com/Icons/arrow_unselected.gif';
	whichRow.style.backgroundColor = '#000000';
}
function hoverCommunityRow(whichRow, id)
{
	whichRow.style.backgroundColor = '#575353';
	whichRow.style.cursor = 'pointer';
	document.getElementById(id).src = '/Images/Com/Icons/arrow_selected.gif';
}
function unHoverCommunityRow(whichRow, id)
{
	document.getElementById(id).src = '/Images/Com/Icons/arrow_unselected.gif';
	whichRow.style.backgroundColor = '#222020';
}

/* hover script end here */

function CommunityRatingsAfterLogin() {
    Lennar.Global.reloadPage();
}
