		
		
	// ------------ Location Links ------------ //
		
		
function new_win01() 
{ 
NewWindow01 = window.open("http://www.albanytexas.com","NewWindow01","toolbar=1,location=1,directories=1,status=1,menubar=1,scrollbars=1,resizable=1,width=800,height=475,top=10,left=10"); 
}

function new_win02() 
{ 
NewWindow02 = window.open("http://www.breckenridgetexas.com","NewWindow02","toolbar=1,location=1,directories=1,status=1,menubar=1,scrollbars=1,resizable=1,width=800,height=475,top=10,left=10"); 
}

function new_win03() 
{ 
NewWindow03 = window.open("http://www.texasfortstrail.com","NewWindow03","toolbar=1,location=1,directories=1,status=1,menubar=1,scrollbars=1,resizable=1,width=800,height=475,top=10,left=10"); 
}


	// ------------ Download Plugins ------------ //


function new_win04() 
{ 
NewWindow04 = window.open("http://www.macromedia.com/software/flashplayer/","NewWindow04","toolbar=1,location=0,directories=1,status=1,menubar=1,scrollbars=1,resizable=1,width=575,height=475,top=10,left=10"); 
}


	// ------------ Lot Map HTML Chart ------------ //


function new_win05() 
{ 
NewWindow05 = window.open("lotmapchart.htm","NewWindow05","toolbar=0,location=0,directories=0,status=1,menubar=0,scrollbars=1,resizable=0,width=400,height=475,top=10,left=10"); 
}





		// INSTRUCTIONS :::::::::::::::::
		
		// Place into the head tag of your document
		// <script src="popup.js" language="JavaScript">< /script >
		
		// Place into the body of your document
		// <a href="javascript:new_win01()"> popup window </a>

