function activateWindow(url)
{ 
	myLightWindow.activateWindow({
		title: "<strong>Farrell Thurston Realty</strong>",
		href: url, 
		width: '525', 
		height: '325' 
	});
}
function activateWindowIndex(url)
{ 
	myLightWindow.activateWindow({
		title: "<strong>Farrell Thurston Realty</strong>",
		href: url, 
		width: '500', 
		height: '220' 
	});
}
function activateWindowListing(url,title_listing)
{ 
	myLightWindow.activateWindow({
		title: title_listing,
		href: url, 
		width: '800', 
		height: '525' 
	});
}
function activateWindowCompare(url)
{ 
	myLightWindow.activateWindow({
		title: "<strong>Farrell Thurston Realty</strong>",
		href: url, 
		width: '2000', 
		height: '900' 
	});
}
function activateWindowCompareMyHome(url)
{ 
	myLightWindow.activateWindow({
		title: "<strong>Farrell Thurston Realty</strong>",
		href: url, 
		width: '2000', 
		height: '900' 
	});
}
function activateWindowShareListing(url,account_num)
{
	if(account_num == '')
	{
		alert("Please Login or Create an Account to Share This Home");
		return;
	} 
	else
	{
		myLightWindow.activateWindow(
		{
			title: "<strong>Farrell Thurston Realty</strong>",
			href: url, 
			width: '500', 
			height: '485'  
		});
	}
}
function activateWindowRental(url,rental_address)
{ 
	myLightWindow.activateWindow({
		title: rental_address,
		href: url, 
		width: '800', 
		height: '525'  
	});
}
function activateWindowLand(url,land_title)
{ 
	myLightWindow.activateWindow({
		title: land_title,
		href: url, 
		width: '800',  
		height: '525' 
	});
}
function activateWindowCommunity(url,community_title)
{ 
	myLightWindow.activateWindow({
		title: community_title,
		href: url, 
		width: '800',  
		height: '525' 
	});
}
function activateWindowAgent(url,realtor)
{ 
	myLightWindow.activateWindow({
		title: realtor,
		href: url, 
		width: '900', 
		height: '525' 
	});
}
function activateWindowRCpopUp(url)
{ 
	myLightWindow.activateWindow({
		title: "<strong>Farrell Thurston Realty</strong>",
		href: url, 
		width: '540', 
		height: '394'  
	});
}
function activateWindowSetUpApptResidential(url,account_num)
{ 
	myLightWindow.activateWindow({
		title: account_num,
		href: url, 
		width: '800',  
		height: '525' 
	});
}