//DEFINE PROPERTIES SLIDESHOW IN 'INVESTMENTS/PROPERTIES'

//'DIRECT OWNED ASSETS CATEGORY
//define link names
var arrLinkDirect = [];
arrLinkDirect[0] = 'DFW Freeport Business Park';
arrLinkDirect[1] = 'Fossil Creek';
arrLinkDirect[2] = 'Hyatt Regency Dallas at Reunion';
arrLinkDirect[3] = 'Hyatt Regency DFW';
arrLinkDirect[4] = 'North End';

//define images we are displaying in slideshow
var arrImgDirect = [];
arrImgDirect[0] = '../assets/Investments_Direct_DFWFreeport.jpg';
arrImgDirect[1] = '../assets/Investments_Direct_FossilCreek.jpg';
arrImgDirect[2] = '../assets/Investments_Direct_HyattRegencyDallas.jpg';
arrImgDirect[3] = '../assets/Investments_Direct_HyattRegencyDFW.jpg';
arrImgDirect[4] = '../assets/Investments_Direct_JeffersonNorthEnd.jpg';

//preload images
var MyImg
for (var i = 0; i <arrImgDirect.length; i++ ) {
	MyImg = new Image (361,370);
	MyImg.src = '../assets/' + arrImgDirect[i];
}

//define titles for images
var arrTitleDirect = [];
arrTitleDirect[0] = '<h2>DFW Freeport Business Park</h2><p>Irving, Texas<br />Direct-Owned Assets</p>';
arrTitleDirect[1] = '<h2>Fossil Creek</h2><p>Dallas, Texas<br />Direct-Owned Assets</p>';
arrTitleDirect[2] = '<h2>Hyatt Regency Dallas at Reunion</h2><p>Dallas, Texas<br />Direct-Owned Assets</p>';
arrTitleDirect[3] ='<h2>Hyatt Regency DFW</h2><p>Dallas Fort Worth International Airport<br />Direct-Owned Assets</p>';
arrTitleDirect[4] = '<h2>North End</h2><p>Dallas, Texas<br />Direct-Owned Assets</p>';

//define descriptions forimages
var arrDescDirect = [];
arrDescDirect[0] = '<p class="properties_bullet">High-quality, 550-acre international business park strategically located near the Dallas Fort Worth International Airport.</p><p class="properties_bullet">Carefully controlled development including office, warehouse, distribution and commercial space.</p><p class="properties_bullet">Home to major multinational corporations including Nissan Motor Company, American Honda Motor Company, All State Insurance, Federal Home Loan Bank and Brinks.</p>';
arrDescDirect[1] = '<p class="properties_bullet">A 1,150-acre master-planned, mixed-use project strategically located in northeast Fort Worth.</p><p class="properties_bullet">Home to corporate clients including Coca-Cola, Haggar Clothing Company, Motorola and Countrywide Mortgage.</p><p class="properties_bullet">Amenities include The Golf Club at Fossil Creek, an Arnold Palmer-designed, 18-hole championship course.</p';
arrDescDirect[2] = '<p class="properties_bullet">Incomparable location adjacent to expanded Dallas Convention Center.</p><p class="properties_bullet">Dallas\' premier Central Business District hotel</p><p class="properties_bullet">Pioneering public/private partnership is a nationally recognized model.</p><p class="properties_bullet">50-story Reunion Tower is a Dallas landmark and international icon.</p><p class="properties_bullet">Project totals 1,122 guest rooms and 160,000 square feet of meeting and exhibit hall space.</p>';
arrDescDirect[3] = '<p class="properties_bullet">Strategically located Dallas Fort Worth International Airport hotel with 811 guest rooms and 85,000 square feet of recently renovated rooms and meeting space</p><p class="properties_bullet">Unparalleled location adjacent to American Airlines passenger terminals on airport property.</p><p class="properties_bullet">Widely used for top-tier conventions, meetings and exhibitions.</p>';
arrDescDirect[4] = '<p class="properties_bullet">540-unit multi-family apartment complex strategically located in Dallas\' downtown/uptown area adjacent to the Victory Park development and the American Airlines Center.</p><p class="properties_bullet">Adjacent to the planned expansion of the Dallas Museum of Natural History.</p>';


//--------------------------------------------
//'PROJECT DEVELOPMENT CATEGORY


//define link names
var arrLinkLand = [];
arrLinkLand[0] = 'Cornerstone';
arrLinkLand[1] = 'Mexico Investments';
arrLinkLand[2] = 'Midtown Park';
arrLinkLand[3] = 'Sharyland Plantation';

//define images we are displaying in slideshow
var arrImgLand = new Array(2);
arrImgLand[0] = '../assets/Investments_Direct_Cornerstone.jpg';
arrImgLand[1] = '../assets/Investments_Direct_Mexico.jpg';
arrImgLand[2] = '../assets/Investments_Direct_Midtown.jpg';
arrImgLand[3] = '../assets/Investments_Direct_Sharyland.jpg';

//preload images
var MyImg
for (var i = 0; i <arrImgLand.length; i++ ) {
	MyImg = new Image (361,370);
	MyImg.src = '../assets/' + arrImgLand[i];
}

//define titles for images
var arrTitleLand = new Array(2);
arrTitleLand[0] = '<h2><a href="http://www.cornerstonecolorado.com/" target="_blank">Cornerstone</a></h2><p>Telluride, Colorado<br />Project Development</p>';
arrTitleLand[1] = '<h2>Mexico Investments</h2><p>Aquascalientes, Mexico<br />Project Development</p>';
arrTitleLand[2] = '<h2>Midtown Park</h2><p>Dallas, Texas<br />Project Development</p>';
arrTitleLand[3] = '<h2><a href="http://www.sharyland.com/" target="_blank">Sharyland Plantation</a></h2><p>Mission/McAllen, Texas<br />Project Development</p>';

//define descriptions forimages
var arrDescLand = new Array(2);
arrDescLand[0] = '<p class="properties_bullet">A 6,000-acre master-planned, second-home golf resort located in southwest Colorado near Telluride.</p><p class="properties_bullet">412 Homesteads planned - from 1/4 acre to over 150 acres</p><p id="abovetextindent" class="properties_bullet">Amenities include:</p><p class="textindent">- Greg Norman-designed championship golf course</p><p class="textindent">- Ski-in/ski-out clubhouse in Telluride Mountain Village.</p><p class="textindent">- Over 30 miles of hiking, biking and horseback riding trails</p><p class="textindent">- Onsite stable facilities</p><p class="textindent">- Private access fly-fishing</p><p class="textindent">- Personalized concierge, home management and vacation planning services</p><p class="textindent">- More than 3,000 acres of open space</p>';
arrDescLand[1] = '<p class="properties_bullet">Hunt Realty Investments, Inc. and Hunt Mexico, Inc. together have entered into a venture to invest in, entitle and develop a variety of different land opportunities in Mexico.</p><p class="properties_bullet">Hunt Mexico\'s management team, headquartered in Guadalajara, possesses relationships in leading growth markets across the country. When coupled with Hunt Realty Investment\'s proven capabilities, the venture is uniquely positioned to source opportunities locally yet applies an institutional approach to execution. </p><p class="properties_bullet">Targeted investments include residential housing comprised of both primary and secondary/resort homes. Additional investments may include office, retail, hotel and industrial uses.</p>';
arrDescLand[2] = '<p class="properties_bullet">Hunt Realty Investments has been engaged to provide project management and development services.</p><p class="properties_bullet">83.4 acres of land assemblage adjacent to Presbyterian Hospital of Dallas.</p><p class="properties_bullet">Successfully rezoned for high density, transit-oriented, mixed-use development.</p><p class="properties_bullet">Infrastructure designed for pedestrian-friendly urban development with institutional-quality medical, hospitality and a wide range of residential uses.</p><p class="properties_bullet">Municipal support via bond issuance to partially finance infrastructure.</p>';
arrDescLand[3] = '<p class="properties_bullet">One of the largest master-planned developments on the Texas-Mexico border with 6,000 acres of business park, residential, commercial and recreational development</p><p class="properties_bullet">Focused on providing an optimum cost structure and living/working environment for Global 1000 companies and employees.</p><p class="properties_bullet">Over 1,900 homes have been built ranging in price from the low $100,000’s to well over $1.0 million.</p><p class="properties_bullet">The future Anzalduas International Crossing, scheduled for completion in 2009, will connect major transportation arteries between the United States and Mexico.</p>';


//--------------------------------------------
//'OPERATING COMPANIES AND JOINT VENTURES CATEGORY


//define link names
var arrLinkOperating = [];
arrLinkOperating[0] = 'American Newland Communities';
arrLinkOperating[1] = 'Castle Group';
arrLinkOperating[2] = 'Madison Communities';
arrLinkOperating[3] = 'Oakmont Industrial Group';
arrLinkOperating[4] = 'Pierce Education Properties';
arrLinkOperating[5] = 'TriVest Holdings';
arrLinkOperating[6] = 'Valencia Capital Management';
arrLinkOperating[7] = 'WCB Properties';
arrLinkOperating[8] = 'Woodbine Development Corporation';
arrLinkOperating[9] = 'Argent Investment Group';
arrLinkOperating[10] = 'JPI';

//define images we are displaying in slideshow
var arrImgOperating = [];
arrImgOperating[0] = '../assets/Investments_Operating_AmericanNewland.jpg';
arrImgOperating[1] = '../assets/Investments_Operating_CastleGroup.jpg';
arrImgOperating[2] = '../assets/Investments_Operating_MadisonCommunities.jpg';
arrImgOperating[3] = '../assets/Investments_Operating_OakmontIndustrial.jpg';
arrImgOperating[4] = '../assets/Investments_Operating_PierceEducation.jpg';
arrImgOperating[5] = '../assets/Investments_Operating_TrivestHoldings.jpg';
arrImgOperating[6] = '../assets/Investments_Operating_ValenciaCapital.jpg';
arrImgOperating[7] = '../assets/Investments_Operating_WCBProperties.jpg';
arrImgOperating[8] = '../assets/Investments_Operating_WoodbineDevelopment.jpg';
arrImgOperating[9] = '../assets/Investments_Operating_ArgentInvestment.jpg';
arrImgOperating[10] = '../assets/Investments_Operating_JPI.jpg';

//preload images
var MyImg
for (var i = 0; i <arrImgOperating.length; i++ ) {
	MyImg = new Image (361,370);
	MyImg.src = '../assets/' + arrImgOperating[i];
}

//define titles for images
var arrTitleOperating = [];
arrTitleOperating[0] = '<h2>American Newland Communities<h2><p>Sterling on the Lake<br />Flowery Branch, Georgia<br />Operating Companies and Joint Ventures</p>';
arrTitleOperating[1] = '<h2>Castle Group<h2><p>Cahill Park<br />San José, California<br />Operating Companies and Joint Ventures</p>';
arrTitleOperating[2] = '<h2>Madison Communities<h2><p>San Riva<br />Phoenix, Arizona<br />Operating Companies and Joint Ventures</p>';
arrTitleOperating[3] = '<h2>Oakmont Industrial Group<h2><p>Parkway Logistics Centre<br />Atlanta, Georgia<br />Operating Companies and Joint Ventures</p>';
arrTitleOperating[4] = '<h2>Pierce Education Properties<h2><p>Piedra del Sol<br />San Diego State University<br />Operating Companies and Joint Ventures</p>';
arrTitleOperating[5] = '<h2>TriVest Holdings<h2><p>Antilles Apartment Homes<br />Houston, Texas<br />Operating Companies and Joint Ventures</p>';
arrTitleOperating[6] = '<h2>Valencia Capital Management</h2><p>200 West Madison<br />Chicago, Illinois<br />Operating Companies and Joint Ventures</p>';
arrTitleOperating[7] = '<h2>WCB Properties<h2><p>Xerox Center<br />San Diego, California<br /> Operating Companies and Joint Ventures</p>';
arrTitleOperating[8] = '<h2>Woodbine Development Corporation<h2><p>Hyatt Regency Lost Pines Resort and Spa<br />Austin, Texas<br />Operating Companies and Joint Ventures</p>';
arrTitleOperating[9] = '<h2>Argent Investment Group<h2><p>Frankford Trade Center<br />Carrolton, Texas<br />Operating Companies and Joint Ventures</p>';
arrTitleOperating[10] = '<h2>JPI<h2><p>Jefferson at Mill Creek<br />Irving, Texas<br />Operating Companies and Joint Ventures</p>';

//define descriptions forimages
var arrDescOperating = [];
arrDescOperating[0] = '<p class="properties_bullet">Largest land acquisition and residential master-planned community development company  in the nation with active operations in California, Texas, Florida, Oregon, Washington, Arizona, Minnesota, Georgia and the Carolinas.</p><p class="properties_bullet">Seasoned team has developed more than 50,000 acres, 225,000 residential lots and 12 golf courses.</p><p class="properties_bullet">Strategic financial relationships with insurance companies, pension and endowment funds resulting in managing equity commitments over $1.5 billion.</p>';
arrDescOperating[1] = '<p class="properties_bullet">Residential real estate development company specializing in high-density for-sale and rental housing in supply constrained urban markets.</p><p class="properties_bullet">Initial geographic focus in San Francisco Bay area with future expansion planned for other urban markets with relatively high land and labor costs.</p><p class="properties_bullet">Management team has spent more than 10 years refining innovative building process utilizing off-site construction to deliver substantially complete modular units to sites which shortens the development time, accelerates recycling of capital and lowers exposure to changing market conditions.</p>';
arrDescOperating[2] = '<p class="properties_bullet">Experienced, fully integrated condominium conversion team focused on the acquisition of rental multifamily projects to reposition and market as condominiums.</p><p class="properties_bullet">Executives have worked on more than 50 projects totaling 25,000 units.</p><p class="properties_bullet">Target markets include key locations in the Southwest, Southeast and East Coast.</p><p class="properties_bullet">Strategically focused on creating meaningful investment value through disciplined underwriting and efficient execution of redesign, renovation and marketing process.</p>';
arrDescOperating[3] = '<p class="properties_bullet">Industrial real estate development leasing and management company with over 6 million square feet in 18 business parks located in Atlanta, Savannah, Orlando and Southern California.</p><p class="properties_bullet">Strategy includes acquisition of land for development of state-of-the-art industrial product in high-quality business parks as well as the acquisition of existing industrial properties in strategic locations with repositioning potential.</p>';
arrDescOperating[4] = '<p class="properties_bullet">National real estate investment and development firm exclusively serving higher educational institutions and communities.</p><p class="properties_bullet">Specialization in large-scale university-related mixed-use development projects including San Diego State University, Arizona State University and Michigan State University.</p><p class="properties_bullet">Acquires, owns and operates student housing communities at major universities.</p>'; 
arrDescOperating[5] = '<p class="properties_bullet">Fully integrated operating company specializing in the acquisition, redevelopment and management of middle-market multifamily apartment projects.</p><p class="properties_bullet">Has acquired a portfolio of 4,000 units for management and repositioning and is seeking value-added opportunities across the southwestern and southeastern United States.</p><p class="properties_bullet">Primary strategy includes redevelopment after acquisition to improve unit interiors, building exteriors and tenant amenities.</p>'; 
arrDescOperating[6] = '<p class="properties_bullet">Investment management and advisory firm with experience in formulating specific real estate investment strategies to achieve attractive returns.</p><p class="properties_bullet">Provides acquisition, portfolio management, asset management, disposition, accounting and consulting services.</p><p class="properties_bullet">Investment management clients include General Motors Asset Management and CalPERS and LACERS.</p>';
arrDescOperating[7] = '<p class="properties_bullet">A national real estate investment and development firm experienced in value-added office acquisitions and development</p><p class="properties_bullet">Primary focus is on office-related investments in major urban and suburban markets in California</p><p class="properties_bullet">Targets investments in which it can add value through improved operations, upgrading asset or tenancy or substantive repositioning through expansion, development, redevelopment or change in use</p>';
arrDescOperating[8] = '<p class="properties_bullet">Vertically integrated hotel, land and mixed-use development company with full-service consulting capabilities</p><p class="properties_bullet">More than 30 years of successful, broad-based real estate experience</p><p class="properties_bullet">Development and management assignments encompass 6,000 hotel rooms, five championship golf courses, 9 million sq.ft. of resort, hotel, office and industrial space and 15,000 acres of land</p><p class="properties_bullet">Notable development projects include the Westin La Cantera Resort in San Antonio; the Hyatt Lost Pines Resort near Austin; and the Kierland mixed-use development in Scottsdale</p>';
arrDescOperating[9] = '<p class="properties_bullet">Industrial acquisition and development joint venture focusing on the southwestern United States</p><p class="properties_bullet">Developer of Frankford Trade Center in Carrollton, Texas, a 165-acre foreign trade zone master planned for 3.2 million square feet of light industrial space</p><p class="properties_bullet">Developing buildings and sites in select markets including the technology corridor in Plano, Texas and Sharyland Business Park in McAllen, Texas</p>'; 
arrDescOperating[10] = '<p class="properties_bullet">Hunt Realty Investments, Inc., previously Hunt Realty Corporation, was the founding financial investment partner of JPI and its affiliated companies beginning in 1991</p><p class="properties_bullet">JPI is one of the nation\'s largest and most successful multifamily real estate firms with 1,300 associates, providing acquisition, development, construction and asset management services for conventional multifamily and student living communities nationwide</p><p class="properties_bullet">After a highly successful twelve year relationship, Hunt Realty Investments sold the majority of its interests to JPI management in 2004</p>'; 


//--------------------------------------------
//'REAL ESTATE FINANCIAL ACTIVITIES CATEGORY


var arrLinkReal = [];
arrLinkReal[0] = 'Presidio Investments';
arrLinkReal[1] = 'Public Equity';
arrLinkReal[2] = 'Special Situations';

//define images we are displaying in slideshow
var arrImgReal = [];
arrImgReal[0] = '../assets/Investments_Operating_PresidioInvestments.jpg';
arrImgReal[1] = '../assets/Investments_RealEstate_PublicReal.jpg';
arrImgReal[2] = '../assets/Investments_RealEstate_Wolverine.jpg';

//preload images
var MyImg
for (var i = 0; i <arrImgReal.length; i++ ) {
	MyImg = new Image (361,370);
	MyImg.src = '../assets/' + arrImgReal[i];
}

//define titles for images
var arrTitleReal = [];
arrTitleReal[0] = '<h2><a href="http://www.presidioinvestments.com/" target="_blank">Presidio Investments</a><h2><p>Real Estate Financial Activities</p>';
arrTitleReal[1] = '<h2>Public Equity</h2><p>Real Estate Financial Activities</p>';
arrTitleReal[2] = '<h2>Wolverine</h2><p>Typical 7-Eleven Convenience Store<br />Real Estate Financial Activities</p>';

//define descriptions forimages
var arrDescReal = [];
arrDescReal[0] = '<p class="properties_bullet">Presidio Investments is a highly opportunistic real estate debt acquisition and investment management company.</p><p class="properties_bullet">Target investments include commercial real estate structured finance products, such as mortgage backed securities (CMBS), mezzanine loans and B-notes, as well as whole loans.</p><p class="properties_bullet">Experienced team successfully acquired over $300 million of CMBS.</p>';
arrDescReal[1] = '<p class="properties_bullet">Public real estate investments are part of Hunt Realty Investments\' overall investment strategy including publicly traded REITS, REOC\'s and non investment-grade tranches of CMBS.</p><p class="properties_bullet">Ray L. Hunt was a founding investor and director in Security Capital Group, a holding company that spawned numerous Real Estate Investment Trusts specializing in various real estate types.</p><p class="properties_bullet">Experience with recapitalizations, growth capital financings and consolidations provides a distinct competitive advantage.</p><p class="properties_bullet">In 1996 acquired stock in three publicly traded industrial REITS, recapitalized and consolidated to form Meridian Industrial Trust, which grew from $325 million to more than $1.5 billion.</p>';
arrDescReal[2] = '<p class="properties_bullet">Hunt Realty Investments, Inc., previously Hunt Realty Corporation, was the capital partner in the Wolverine portfolio with The Staubach Company from 1999 until 2003.</p><p class="properties_bullet">Fund focused on acquiring portfolios of single-tenant properties subject to longer-term triple net leases to credit tenants.</p>';


//--------------------------------------------
//'INITIALIZE VARIABLES


var imgCount = 0; //image counter
var arrType = 'Direct'; //defines category we are pulling up





