/*
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//
//	Copyright (C) 2008 Cro-Cec, Inc. dba Digital Solutions.
//	A complete description of the Digital Solutions (c) copyright notice can be found online at: 
//	http://www.digitalsolutionslc.com/copyright_notice.php 
//		
//	Digital Solutions is a premier marketing and web development company in Las Cruces, New Mexico. 
//	We offer professional web design including flash and database web sites, graphic design, marketing materials, 
//	and video production. 
//
//	If you enjoyed this website and are looking for custom web development, give us a call at (575) 523-7661.
//		
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
*/
function activateWindow(url)
{ 
	myLightWindow.activateWindow({
		title: "<b>Premier GMAC Real Estate</b>",
		href: url, 
		width: '520', 
		height: '244' 
	});
}
function activateWindowIndex(url)
{ 
	myLightWindow.activateWindow({
		title: "<b>Premier GMAC Real Estate</b>",
		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: "<b>Premier GMAC Real Estate</b>",
		href: url, 
		width: '2000', 
		height: '900' 
	});
}
function activateWindowCompareMyHome(url)
{ 
	myLightWindow.activateWindow({
		title: "<b>Premier GMAC Real Estate</b>",
		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: "<b>Premier GMAC Real Estate</b>",
			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: "<b>Premier GMAC Real Estate</b>",
		href: url, 
		width: '540', 
		height: '394'  
	});
}
function activateWindowSetUpApptResidential(url,account_num)
{ 
	myLightWindow.activateWindow({
		title: account_num,
		href: url, 
		width: '800',  
		height: '525' 
	});
}