

var nav_home = 'http://homes.augusta.com'
var current_page = '';
var site_name = "AUGUSTA REAL ESTATE";

var main_tabs = new Array;
main_tabs[0] = 'HOME';
main_tabs[1] = 'FIND AN AGENT';
main_tabs[2] = 'FIND A HOME';
main_tabs[3] = 'CLASSIFIEDS';
main_tabs[4] = 'OPEN HOUSES';
main_tabs[5] = 'APARTMENTS';
main_tabs[6] = 'ABOUT AUGUSTA';
main_tabs[7] = 'VIDEO TOURS';
main_tabs[8] = 'MAGAZINES';

var main_tab_urls = new Array;
main_tab_urls[0] = 'http://homes.augusta.com';
main_tab_urls[1] = 'http://homes.augusta.com/realestate?tp=Homes.Augusta.com&classification=mdRealEstate&temp_type=search&tl=2';
main_tab_urls[2] = 'http://homes.augusta.com/realestate?tp=Homes.Augusta.com&classification=mdRealEstate&temp_type=results&search=1';
main_tab_urls[3] = 'http://homes.augusta.com/realestate?tp=Homes.Augusta.com&classification=mdRealEstate&temp_type=results&search=6';
main_tab_urls[4] = 'http://homes.augusta.com/realestate?tp=Homes.Augusta.com&classification=mdRealEstate&temp_type=results&search=1&fs_open_house_enddate=today';
main_tab_urls[5] = 'http://www.csraapartmentfinder.com/v4/new/index.shtml';
main_tab_urls[6] = 'http://chronicle.augusta.com/community/';
main_tab_urls[7] = 'http://homes.augusta.com/realestate?tp=Homes.Augusta.com&classification=mdRealEstate&temp_type=detail&tid=263302';
main_tab_urls[8] = 'http://homes.augusta.com/realestate?tp=Homes.Augusta.com&classification=mdRealEstate&temp_type=toc#magazines';

var main_tab_desc = new Array;
main_tab_desc[0] = 'Home';
main_tab_desc[1] = 'Find an Agent';
main_tab_desc[2] = 'Find a Home';
main_tab_desc[3] = 'Classifieds';
main_tab_desc[4] = 'Open Houses';
main_tab_desc[5] = 'Apartments';
main_tab_desc[6] = 'About Augusta';
main_tab_desc[7] = 'Video Tours';
main_tab_desc[7] = 'Magazines';


function drawHeader(){
	document.write('<table width=100% cellpadding=0 cellspacing=0 border=0><tr><td valign=middle>');
	document.write('<a href="' + nav_home + '"><img style="position:relative;left:7px;top:6px" src="http://www.augustaautos.com/DEV/v3/images/nav/logo_helv2.gif" border=0></a><br></td>');
	document.write('<td width=521 height=53 align=left valign=middle bgcolor="#cccccc" style="background-repeat:no-repeat; background-position:0 0; background-image:url(http://www.augustaautos.com/DEV/v3/images/promo/promo_bkg.gif); " id="promonav">');
//	document.write('<img style="margin:0 0 0 32px" src="http://www.augustaautos.com/DEV/v3/images/promo/top_promo_sample.gif"><br>');
	document.write('</td></tr></table>');
}

function drawTopNav(section,page) {

	var tab_class = new Array;
	for (i=0; i < main_tabs.length; i++)	{
		tab_class[i] = "tab";
	}	
	
	if (section=="" || page=="home") {
		document.title = site_name + " ++ The guide to home listings in Augusta, GA";
	}
//	else if ((section=="shop")) {
//		tab_class[0] = "tab_on";
//		if (page=="advanced") {document.title = document.title + ": Advanced Search"; }
//		if (page=="pick") {document.title = document.title + ": Pick of the Lot"; }
//		if (page=="svcdir") {document.title = document.title + ": Service Directory"; }
//	}
//	else if (section=="my") {
//		tab_class[3] = "tab_on";
//		if (page=="front") {document.title = document.title + ": My AugustaAutos"; }
//		if (page=="searches") {document.title = document.title + ": My saved searches"; }
//		if (page=="favorites") {document.title = document.title + ": My favorites"; }
//	}
//	else if (section=="research") {
//		tab_class[1] = "tab_on";
//		if (page=="front") {document.title = document.title + " - Research";}
//	}
//	else if (section=="svcdir") {
//		tab_class[4] = "tab_on";
//		document.title = document.title + " - Aftermarket: Services & accessories from A to Z";
//	}
//	else if ((section=="feedback")) {
//		document.title = document.title + " - Feedback";
//	}

	document.write ('<div id="mnu_top">');	
	document.write ('<img src="/DEV/v4/images/1px_charcoal.gif" width=760 height=1 border=0><br>');

	for (i=0; i < main_tabs.length; i++) {
		var tabstr = '';
		if (main_tabs[i]){
			tabstr = '<a title="' + main_tab_desc[i] + '" class="' + tab_class[i] + '" href="' + main_tab_urls[i]  + '">' + main_tabs[i] + '</a>'
		}
		document.write (tabstr);
	}
	document.write ('<br>');
	document.write ('</div>');
	document.write ('<img src="/DEV/v4/images/1px_charcoal.gif" width=760 height=1 border=0><br>');

//	drawSubNav(section,page);
}

function drawSubNav(section,page) {
	if (section=="" || page=="home") {
	}
	else if (section=="shop") {
		document.write ('<div id="subnav" style="margin-top:0px;">')
			document.write ('<b><a href="' + nav_root + '/shop/advanced/">Advanced Search</a></b><span class="sep">|</span>');
			document.write ('<b><a href="' + nav_root + 'http://augusta30.autochooser.com/results.asp?gid=0&pagename=dealersearch.asp&resulttype=2&postto=results.asp&pp=100">Find a Dealer</a></b><span class="sep">|</span>');
//			document.write ('<b><a href="' + nav_root + '/shop/pick/">Pick of the Lot Gallery</a></b><span class="sep">|</span>');
			document.write ('<b><a href="' + nav_root + '/shop/svcdir/">Auto-related Services</a></b><br>');
		document.write ('</div>');

	}
	else if (section=="my") {
		document.write ('<div id="subnav">')
			document.write ('<b><a href="' + nav_root + '/my/searches/">My Saved Searches</a></b><span class="sep">|</span>');
			document.write ('<b><a href="' + nav_root + '/my/favorites/">My Favorites</a></b><span class="sep">|</span>');
		document.write ('</div>');

	}
	else if (section=="svcdir") {
//		document.write ('<div id="subnav" style="height:12px;padding:0;"></div>');
	}
	else if (section=="research") {

	}
}
