
// define some colors for setting and testing. We need to do it this way, because IE
// and Firefox use different schemes (hex vs RGB) when testing and comparing colors.
if (!(window.trackviaz)) {
	window.trackviaz = document.createElement('div');

	window.trackviaz.style.backgroundColor = '#ffffff'; var cUncheckedMouseOut  = window.trackviaz.style.backgroundColor;
	window.trackviaz.style.backgroundColor = '#dddddd'; var cUncheckedMouseOver = window.trackviaz.style.backgroundColor;
	window.trackviaz.style.backgroundColor = '#9999ff'; var cCheckedMouseOut    = window.trackviaz.style.backgroundColor;
	window.trackviaz.style.backgroundColor = '#bbbbff'; var cCheckedMouseOver   = window.trackviaz.style.backgroundColor;
}

var server = 'http://www.trackvia.com';

if (!(window.trackvia_content)) {
	window.trackvia_content = new Object();
}

window.trackvia_content['156566'] = '<h1 class="reptitle">Land and Ranches For Sale In LaSalle County, Texas</h1> <p><table class="datagrid"> <tr align="baseline">    <th onclick="loadPage(156566,\'oT4PyIUw19\',1,\'varchar011\',\'A\');" class="datagrid" title="sort ascending">Photo&rsquo;s</th>    <th onclick="loadPage(156566,\'oT4PyIUw19\',1,\'text004\',\'A\');" class="datagrid" title="sort ascending">Click Below to View Information (URL)</th>    <th onclick="loadPage(156566,\'oT4PyIUw19\',1,\'double000\',\'A\');" class="datagrid" title="sort ascending">Acres&nbsp;&nbsp;<img border="0" src="http://www.trackvia.com/app/static/images/sort_desc.png"></th>    <th onclick="loadPage(156566,\'oT4PyIUw19\',1,\'double001\',\'A\');" class="datagrid" title="sort ascending">Price/Acre</th>    <th onclick="loadPage(156566,\'oT4PyIUw19\',1,\'double002\',\'A\');" class="datagrid" title="sort ascending">Total Price</th>    <th onclick="loadPage(156566,\'oT4PyIUw19\',1,\'varchar000\',\'A\');" class="datagrid" title="sort ascending">County</th>    <th onclick="loadPage(156566,\'oT4PyIUw19\',1,\'varchar001\',\'A\');" class="datagrid" title="sort ascending">Nearest City</th>    <th onclick="loadPage(156566,\'oT4PyIUw19\',1,\'text000\',\'A\');" class="datagrid" title="sort ascending">Description</th>    <th onclick="loadPage(156566,\'oT4PyIUw19\',1,\'double003\',\'A\');" class="datagrid" title="sort ascending">MLS #</th>    <th onclick="loadPage(156566,\'oT4PyIUw19\',1,\'text002\',\'A\');" class="datagrid" title="sort ascending">Status</th> </tr> <tr class="unshaded_row"  valign="baseline" id="report156566ticket44100198" name="report156566ticket44100198">    <td class="datagrid" id="grid_varchar011_44100198"><a href="http://www.SouthTexasRanches.com/892-Acre-south-Texas-hunting-ranch-for-sale.htm"><img border="0"  title="3_pic_rotation_450.gif" src="http://www.trackvia.com/app/getdoc?source=ticket&ticketid=44100198&col=011&vcode=oT4PyIUw19&reportid=156566&datasetid=25403&accountid=27128&imgsize=tckt"></a> </td>    <td class="datagrid" id="grid_text004_44100198"><a href="http://www.SouthTexasRanches.com/892-Acre-south-Texas-hunting-ranch-for-sale.htm" target="_blank">www.SouthTexasRanches.com</a></td>    <td class="datagrid" id="grid_double000_44100198"><div align="right" style="background: inherit;">892.00</div></td>    <td class="datagrid" id="grid_double001_44100198"><div align="right" style="background: inherit;">$1,995.00</div></td>    <td class="datagrid" id="grid_double002_44100198"><div align="right" style="background: inherit;">$1,779,540.00</div></td>    <td class="datagrid" id="grid_varchar000_44100198">LaSalle</td>    <td class="datagrid" id="grid_varchar001_44100198">Los Angeles,  Cotulla,  Dilley</td>    <td class="datagrid" id="grid_text000_44100198">SOLD</td>    <td class="datagrid" id="grid_double003_44100198"><div align="right" style="background: inherit;">750457</div></td>    <td class="datagrid" id="grid_text002_44100198">Sold</td> </tr> <table> <tr><td colspan="10"><span class="greyital">Showing 1 mls #.</span></td></tr> </table></p> ';
window.trackvia_content['156566-js'] = '';

// this sets the tvNNNN div with whatever is in the content var, which can be refreshed
// via the loadPage routine, which does an on-demand javascript call which changes the value.

function redraw(reportid_string) {
        window.document.getElementById('tv'+reportid_string).style.backgroundColor = '#FFFFFF';
        window.document.getElementById('tv'+reportid_string).className = 'reportwrapper';
        window.document.getElementById('tv'+reportid_string).innerHTML = window.trackvia_content[reportid_string];
	eval(window.trackvia_content[reportid_string+'-js']);
}

function initialize() {
	var head = document.getElementsByTagName("head")[0];
	
	var styles = document.createElement('link');
	styles.href = server+'/app/static/stylesheets/public.css';
	styles.rel = "stylesheet";
	styles.type = "text/css";
	head.appendChild(styles);
	
	redraw('156566');
}

function loadPage(reportid,testcode,num,sort1,dir1) {
    var res = '/app/pubrep?v='+testcode+'&a=update&r='+reportid+'&startnum='+num+'&postsort1='+sort1+'&dir1='+dir1+'&accountid=27128';
	loadScript(res);
}

function loadCal(reportid,testcode,mon,year) {
    var res = '/app/pubrep?v='+testcode+'&a=update&r='+reportid+'&cal_month='+mon+'&cal_year='+year+'&accountid=27128';
	loadScript(res);
}

function loadScript(loc) {
	var head = document.getElementsByTagName("head")[0];
    var script = document.createElement('script');
    script.type = 'text/javascript';
    script.src = server + loc;
    head.appendChild(script);
}

initialize()
