function gallery(nav,subnav,photo_count,photo)	{	var URL;	URL = "/gallery.php?nav="+nav+"&subnav="+subnav+"&photo_count="+photo_count+"&photo="+photo;	window.open(URL,"iron_horse_gallery","height=530,width=604,location=no,resizable=no,scrollbars=no,status=no,toolbar=no,menubar=no,left=0,top=0,directories=no");	}function luxury_homes_gallery(luxury_homes_id,photo)	{	var URL;	URL = "/residences/luxury_homes_gallery.php?luxury_homes_id="+luxury_homes_id+"&photo="+photo;	window.open(URL,"iron_horse_gallery","height=530,width=604,location=no,resizable=yes,scrollbars=yes,status=no,toolbar=no,menubar=no,left=0,top=0,directories=no");	}	function homesites_gallery(homesites_id,photo)	{	var URL;	URL = "/residences/homesites_gallery.php?homesites_id="+homesites_id+"&photo="+photo;	window.open(URL,"iron_horse_gallery","height=530,width=604,location=no,resizable=yes,scrollbars=yes,status=no,toolbar=no,menubar=no,left=0,top=0,directories=no");	}function luxury_homes_gallery_sized(luxury_homes_id,photo,m_width,m_height)	{	var URL;	URL = "/residences/luxury_homes_gallery.php?luxury_homes_id="+luxury_homes_id+"&photo="+photo;	window.open(URL,"iron_horse_gallery","height=" + m_height + ",width=" + m_width + ",location=no,resizable=yes,scrollbars=yes,status=no,toolbar=no,menubar=no,left=0,top=0,directories=no");	}	function homesites_gallery_sized(homesites_id,photo,m_width,m_height)	{	var URL;	URL = "/residences/homesites_gallery.php?homesites_id="+homesites_id+"&photo="+photo;	window.open(URL,"iron_horse_gallery","height=" + m_height + ",width=" + m_width + ",location=no,resizable=yes,scrollbars=yes,status=no,toolbar=no,menubar=no,left=0,top=0,directories=no");	}