// JavaScript Document
var RELinks = new Array();
RELinks[0] = '<a class="Links" target="_blank" href="http://www.pikenet.com">PikeNet- The best site on the net for real estate!</a>';
RELinks[1] = '<a class="Links" target="_blank" href="http://www.reis.com">Reis- Research and news for all segments of the market</a>';
RELinks[2] = '<a class="Links" target="_blank" href="http://www.cononline.com">Commercial Property News- Trends in the market</a>';
RELinks[3] = '<a class="Links" target="_blank" href="http://www.nreionline.com">National Real estate investor- good city profiles</a>';
RELinks[4] = '<a class="Links" target="_blank" href="http://www.mwrenonline.com">Midwest Real Estate News- Local Interest</a>';
RELinks[5] = '<a class="Links" target="_blank" href="http://www.gridsite.com">GRID- "The magazine of real estate business</a>';
RELinks[6] = '<a class="Links" target="_blank" href="http://www.ired.com">International Real Estate Directory- Speaks for itself</a>';
RELinks[7] = '<a class="Links" target="_blank" href="http://www.fiabci.org">FIABCI- The international real estate federation</a>';
RELinks[8] = '<a class="Links" target="_blank" href="http://www.businessleader.com">Commercial Real Estate Today- Good articles</a>';
RELinks[9] = '<a class="Links" target="_blank" href="http://www.inside.com/default.asp?entity=americandemo">American Demographics- Helpful for market Research</a>';
RELinks[10] = '<a class="Links" target="_blank" href="http://www.census.gov/statab/www/">Statistical Abstract of the U.S.- More market research</a>';
//--------------------------------------------------
var BizLinks = new Array();

BizLinks[0] = '<a class="Links" target="_blank" href="http://news.ft.com/home/us">Financial Times- Everything about business</a>';
BizLinks[1] = '<a class="Links" target="_blank" href="http://moneycentral.msn.com/investor/home.asp">CNBC- Site of the popular business network</a>';
BizLinks[2] = '<a class="Links" target="_blank" href="http://www.iht.com/frontpage.html">International Herald Tribune- US take on world news</a>';
BizLinks[3] = '<a class="Links" target="_blank" href="http://www.economist.com/">Economist- Excellent world perspective</a>';
BizLinks[4] = '<a class="Links" target="_blank" href="http://www.cnn.com/WEATHER/">Biz Travel Advisory- CNN Weather</a>';
BizLinks[5] = '<a class="Links" target="_blank" href="http://www.foxnews.com">FOX News- Up to the minute news</a>';
BizLinks[6] = '<a class="Links" target="_blank" href="http://www.drudgereport.com">The Drudge Report- links to news sites</a>';
BizLinks[7] = '<a class="Links" target="_blank" href="http://www.worldtimeserver.com/">Atomic Clock- Never be late again</a>';
//--------------------------------------------------
var ToolsLinks = new Array();

ToolsLinks[0] = '<a class="Links" target="_blank" href="http://www.xe.com/ucc">Currency Converter</a>';
ToolsLinks[1] = '<a class="Links" target="_blank" href="http://loantobuild.com/calc2.htm">Loan Calculator</a>';
ToolsLinks[2] = '<a class="Links" target="_blank" href="http://www.wihatools.com/conversion.htm">Metric Converter</a>';
ToolsLinks[3] = '<a class="Links" target="_blank" target="_blank" href="http://www.westegg.com/inflation/">Inflation Calculator</a>';
ToolsLinks[4] = '<a class="Links" target="_blank" href="http://www.usps.gov/ncsc/lookups/lookup_zip+4.html">Zip Code + 4 lookup</a>';
ToolsLinks[5] = '<a class="Links" target="_blank" href="http://www.irs.ustreas.gov/forms_pubs/formpub.html">IRS Forms</a>';
ToolsLinks[6] = '<a class="Links" target="_blank" href="http://www.areadecoder.com">Area Code Finder</a>';
ToolsLinks[7] = '<a class="Links" target="_blank" href="http://www.bls.gov">Bureau of Labor Statistics</a>';
ToolsLinks[8] = '<a class="Links" target="_blank" href="http://www.trip.com/trs/trip/flighttracker/flight_tracker_home.xsl">Flight Tracker</a>';
ToolsLinks[9] = '<a class="Links" target="_blank" href="http://www.bestmovinginfo.com/sample/mileage_calculator.htm">Mileage Calculator</a>';
//--------------------------------------------------
var FapLinks =  new Array();

FapLinks[0] = '<a class="Links" target="_blank" href="http://www.fedex.com/us/tracking/">FedEx- When it absolutely has to be there</a>';
FapLinks[1] = '<a class="Links" target="_blank" href="http://www.eaa.org">Experimental Aviation Association</a>';
FapLinks[2] = '<a class="Links" target="_blank" href="http://www.odci.gov/cia/publications/factbook/index.html">CIA Worldfacts- Valuable resource</a>';
FapLinks[3] = '<a class="Links" target="_blank" href="http://www.huskers.com">Huskers.com- Go Big Red!</a>';
FapLinks[4] = '<a class="Links" target="_blank" href="http://www.historychannel.com/index.html">The History Channel- updated daily</a>';
FapLinks[5] = '<a class="Links" target="_blank" href="http://www.worldtravelguide.net/navigate/world.asp">World Travel Guide- Very complete</a>';
FapLinks[6] = '<a class="Links" target="_blank" href="http://www.bartleby.com/100/">Bartlett\'s Quotations- Amaze and confound your friends</a>';
FapLinks[7] = '<a class="Links" target="_blank" href="http://www.bedandbreakfast.com/index.aspx">Bed & Breakfast- Guide to B&B\'s worldwide</a>';
FapLinks[8] = '<a class="Links" target="_blank" href="http://weather.yahoo.com/imgindex/index.html">Weather Images- Satellite/radar/forecast worldwide</a>';
//--------------------------------------------------
function ShowLinks(TabObj, LinkSet)
{
	var LinksTable = document.getElementById('LinksTabs');
	var Tabs = new Array();
	
	switch(LinkSet)
	{
		case 'Gre':
		ShowDivMemeber('REBox', 'LinksBox');
		break;
		
		case 'Biz':
		ShowDivMemeber('BizBox', 'LinksBox');
		break;
		
		case 'Web':
		ShowDivMemeber('ToolsBox', 'LinksBox');
		break;
		
		case 'Fap':
		ShowDivMemeber('FunBox', 'LinksBox');
		break;
	}
	Tabs = LinksTable.getElementsByTagName('td');
	
	for (i=0; i<Tabs.length; i++)
	{
	    if (Tabs[i] != TabObj)
	    {
	        Tabs[i].style.background = 'url(images/LinksTabBG.jpg) center repeat-x';
	        Tabs[i].style.color = '#000000';
	    }
	    else
	    {
	    	Tabs[i].style.background = 'url(images/LinksTabSelBG.jpg) center repeat-x';
	        Tabs[i].style.color = '#ffffff';
	    }
	}

}
//--------------------------------------------------
function BuildLinksTable(LinksArray)
{
	var i = 0;
	var Data = '';
	var Class;
	
	Data = '<table id="LinksTbl">';
	for (i in LinksArray)
	{
	    Class = (i % 2 == 0) ? 'EvenRow' : 'OddRow';
		Data += '<tr class="' + Class + '"><td>';
		Data += LinksArray[i];
		Data += '</td></tr>';
	}
	Data += '</table>';
	
	return Data;
}
//--------------------------------------------------
function RunOnLinksLoad()
{
    document.getElementById('REBox').innerHTML = BuildLinksTable(RELinks);
    document.getElementById('BizBox').innerHTML = BuildLinksTable(BizLinks);
    document.getElementById('ToolsBox').innerHTML = BuildLinksTable(ToolsLinks);
    document.getElementById('FunBox').innerHTML = BuildLinksTable(FapLinks);
}
//--------------------------------------------------
function hi()
{
    alert('hey me..');
}
