function pushBUTTON(WHICH,DIR) {

	var BUTTON = document.getElementById(WHICH)
	if (DIR == 1) {BUTTON.style.backgroundImage="url(http://www.garrettecustomhomes.com/WEBPARTS/IMAGES/backbuttonPUSH.png)"; BUTTON.style.top='1px'; BUTTON.style.lineHeight='34px'}
	else {BUTTON.style.backgroundImage="url(http://www.garrettecustomhomes.com/WEBPARTS/IMAGES/backbutton.png)"; BUTTON.style.top='0px'; BUTTON.style.lineHeight='25px'}

}


function openL4S() {
  document.getElementById("LANDFORSALEMENU").style.display = "block"
}

function closeL4S() {
  document.getElementById("LANDFORSALEMENU").style.display = "none"
}

function PrintThisPage() {
 window.frames['propView'].focus();
 window.frames['propView'].print();
}

function backTOFRM(WHICH) {
 if (parent.parent.parent.document.getElementById("TRKPGE")) {
    closeProp();
    disPropB(parent.parent.parent.document.getElementById("TRKPGE").innerHTML);
 }
}



function disNlarge(WHICH) {

  if (!document.getElementById("NLARGE") && !document.getElementById("NLARGE2") && !document.getElementById("NLARGE")) {window.open(WHICH); return}


  var NLARGE = document.getElementById("NLARGE");
  var NLARGE2 = document.getElementById("NLARGE2");
  var NLARGE3 = document.getElementById("NLARGE3");

  if (document.getElementById("SHOWPROPSAMPLE")) {
    var SHOWPROPSAMPLE = document.getElementById("SHOWPROPSAMPLE");
    if (SHOWPROPSAMPLE.style.display == "block") {
      NLARGE.style.top = SHOWPROPSAMPLE.style.top;
      NLARGE2.style.top = SHOWPROPSAMPLE.style.top;
      NLARGE3.style.top = SHOWPROPSAMPLE.style.top;

      NLARGE.style.height = "550px";
      NLARGE2.style.height = "550px";
      NLARGE3.style.height = "550px";
      
    } else {
      NLARGE.style.top = "95px";
      NLARGE2.style.top = "95px";
      NLARGE3.style.top = "95px";

      NLARGE.style.height = "690px";
      NLARGE2.style.height = "690px";
      NLARGE3.style.height = "690px";

    }
  }

 NEWWHICH = 0;
 if (WHICH.match(".jpg") || WHICH.match(".php") || WHICH.match(".JPG") || WHICH.match(".gif") || WHICH.match(".GIF") || WHICH.match(".png") || WHICH.match(".PNG")) {NEWWHICH = 1;}
 if (WHICH.match("MAP.php")) {NEWWHICH = 0;}
 if (WHICH.match("changesearch.php")) {NEWWHICH = 0;}
 if (WHICH.match("index")) {NEWWHICH = 0;}
 if (WHICH.match("Tour")) {NEWWHICH = 0;}
 if (WHICH.match("Builder")) {NEWWHICH = 0;}
 if (WHICH.match("Free")) {NEWWHICH = 0;}
 if (WHICH.match("dispGOOGNB.php")) {NEWWHICH = 0;}
 if (WHICH.match("dispNEARBY.php")) {NEWWHICH = 0;}

 if (NEWWHICH == 1) {
  WHICH = WHICH.replace("&", "ZZZ");
  WHICH = "http://www.garrettecustomhomes.com/OUTPAGE.php?GO="+WHICH
 }


  
    var IFRAME = "<div align=right><a href='#' onclick='closeN(); return false' style='text-decoration:none; color:black'>close<img src='http://www.garrettecustomhomes.com/WEBPARTS/IMAGES/CLOSE.jpg' width=15 height=15 border=0></a></div><iframe id='elrg' name='elrg' allowtransparency='true' src='"+WHICH+"' width=690 height=95% border=0 frameborder=0 style='position:absolute; top:20px; right:0px; width:690px; height:95%; z-index:200000'></iframe>";
  NLARGE.innerHTML = IFRAME;
  NLARGE.style.display = "block";

}


function closeN() {

  var N = document.getElementById("NLARGE")
  N.style.display = "none";

}





function disNlarge2(WHICH) {

  if (!document.getElementById("NLARGE") && !document.getElementById("NLARGE2") && !document.getElementById("NLARGE")) {window.open(WHICH); return}

  var NLARGE = document.getElementById("NLARGE");
  var NLARGE2 = document.getElementById("NLARGE2");
  var NLARGE3 = document.getElementById("NLARGE3");

  if (document.getElementById("SHOWPROPSAMPLE")) {
    var SHOWPROPSAMPLE = document.getElementById("SHOWPROPSAMPLE");
    if (SHOWPROPSAMPLE.style.display == "block") {
      NLARGE.style.top = SHOWPROPSAMPLE.style.top;
      NLARGE2.style.top = SHOWPROPSAMPLE.style.top;
      NLARGE3.style.top = SHOWPROPSAMPLE.style.top;
      NLARGE.style.height = "550px";
      NLARGE2.style.height = "550px";
      NLARGE3.style.height = "550px";

    } else {
      NLARGE.style.top = "95px";
      NLARGE2.style.top = "95px";
      NLARGE3.style.top = "95px";

      NLARGE.style.height = "690px";
      NLARGE2.style.height = "690px";
      NLARGE3.style.height = "690px";
    }
  }

 NEWWHICH = 0;
 if (WHICH.match(".jpg") || WHICH.match(".php") || WHICH.match(".JPG") || WHICH.match(".gif") || WHICH.match(".GIF") || WHICH.match(".png") || WHICH.match(".PNG")) {NEWWHICH = 1;}
 if (WHICH.match("MAP.php")) {NEWWHICH = 0;}
 if (WHICH.match("dispGOOGNB.php")) {NEWWHICH = 0;}
 if (WHICH.match("dispNEARBY.php")) {NEWWHICH = 0;}
 if (WHICH.match("changesearch.php")) {NEWWHICH = 0;}


 if (NEWWHICH == 1) {
  WHICH = WHICH.replace("&", "ZZZ");
  WHICH = "http://www.garrettecustomhomes.com/OUTPAGE.php?GO="+WHICH
 }

    var IFRAME = "<div align=right><a href='#' onclick='closeN2(); return false' style='text-decoration:none; color:black'>close<img src='http://www.garrettecustomhomes.com/WEBPARTS/IMAGES/CLOSE.jpg' width=15 height=15 border=0></a></div><iframe id='elrg2' name='elrg2' allowtransparency='true' src='"+WHICH+"' width=690 height=95% border=0 frameborder=0 style='position:absolute; top:20px; right:0px; width:690px; height:95%; z-index:200000'></iframe>";
  NLARGE2.innerHTML = IFRAME;
  NLARGE2.style.display = "block";

}


function closeN2() {

  var N = document.getElementById("NLARGE2")
  N.style.display = "none";

}





function disNlarge3(WHICH) {

  if (!document.getElementById("NLARGE") && !document.getElementById("NLARGE2") && !document.getElementById("NLARGE")) {window.open(WHICH); return}

  var NLARGE = document.getElementById("NLARGE");
  var NLARGE2 = document.getElementById("NLARGE2");
  var NLARGE3 = document.getElementById("NLARGE3");

  if (document.getElementById("SHOWPROPSAMPLE")) {
    var SHOWPROPSAMPLE = document.getElementById("SHOWPROPSAMPLE");
    if (SHOWPROPSAMPLE.style.display == "block") {
      NLARGE.style.top = SHOWPROPSAMPLE.style.top;
      NLARGE2.style.top = SHOWPROPSAMPLE.style.top;
      NLARGE3.style.top = SHOWPROPSAMPLE.style.top;
      NLARGE.style.height = "550px";
      NLARGE2.style.height = "550px";
      NLARGE3.style.height = "550px";

    } else {
      NLARGE.style.top = "95px";
      NLARGE2.style.top = "95px";
      NLARGE3.style.top = "95px";

      NLARGE.style.height = "690px";
      NLARGE2.style.height = "690px";
      NLARGE3.style.height = "690px";
    }
  }

 NEWWHICH = 0;
 if (WHICH.match(".jpg") || WHICH.match(".php") || WHICH.match(".JPG") || WHICH.match(".gif") || WHICH.match(".GIF") || WHICH.match(".png") || WHICH.match(".PNG")) {NEWWHICH = 1;}
 if (WHICH.match("MAP.php")) {NEWWHICH = 0;}
 if (WHICH.match("dispGOOGNB.php")) {NEWWHICH = 0;}
 if (WHICH.match("dispNEARBY.php")) {NEWWHICH = 0;}
 if (WHICH.match("changesearch.php")) {NEWWHICH = 0;}

 
 if (NEWWHICH == 1) {
  WHICH = WHICH.replace("&", "ZZZ");
  WHICH = "http://www.garrettecustomhomes.com/OUTPAGE.php?GO="+WHICH
 }
    var IFRAME = "<div align=right><a href='#' onclick='closeN3(); return false' style='text-decoration:none; color:black'>close<img src='http://www.garrettecustomhomes.com/WEBPARTS/IMAGES/CLOSE.jpg' width=15 height=15 border=0></a></div><iframe id='elrg2' name='elrg2' allowtransparency='true' src='"+WHICH+"' width=690 height=95% border=0 frameborder=0 style='position:absolute; top:20px; right:0px; width:690px; height:95%; z-index:200000'></iframe>";
  NLARGE3.innerHTML = IFRAME;
  NLARGE3.style.display = "block";

}


function closeN3() {

  var N = document.getElementById("NLARGE3")
  N.style.display = "none";

}



function closeALL() {

 closeN3();
 closeProp();
 closePropMap();
 closeN2();
 closeN();

}








function disPropB(WHICH) {

  var SHOWPROP = document.getElementById("SHOWPROP");
  if (document.getElementById("SSHOW")) {document.getElementById("SSHOW").style.display = "none";}
    var IFRAME = "<div align=right><a href='#' onclick='closeProp(); return false' style='text-decoration:none; color:black'>close<img src='http://www.garrettecustomhomes.com/WEBPARTS/IMAGES/CLOSE.jpg' width=15 height=15 border=0></a></div><iframe id='propView' name='propView' allowtransparency='true' src='"+WHICH+"' width=690 height=95% border=0 frameborder=0 style='position:absolute; top:20px; right:0px; width:690px; height:95%; z-index:200000'></iframe>";
  SHOWPROP.innerHTML = IFRAME;
  SHOWPROP.style.display = "block";

}

function disProp(WHICH) {

  var SHOWPROP = document.getElementById("SHOWPROP");
  if (document.getElementById("SSHOW")) {document.getElementById("SSHOW").style.display = "none";}
  var IFRAME = "<div align=right><a href='#' onclick='closeProp(); return false' style='text-decoration:none; color:black'>close<img src='http://www.garrettecustomhomes.com/WEBPARTS/IMAGES/CLOSE.jpg' width=15 height=15 border=0></a></div><iframe id='propView' name='propView' allowtransparency='true' src='"+WHICH+"' width=690 height=95% border=0 frameborder=0 style='position:absolute; top:20px; right:0px; width:690px; height:95%; z-index:200000'></iframe>";
  SHOWPROP.innerHTML = IFRAME;
  SHOWPROP.style.display = "block";

}



function disPropSAMPLE(WHICH) {

  var SHOWPROP = document.getElementById("SHOWPROPSAMPLE");
  if (document.getElementById("SSHOW")) {document.getElementById("SSHOW").style.display = "none";}
  var IFRAME = "<div align=right><a href=# onclick='PrintThisPage(); return false'><img src='http://www.garrettecustomhomes.com/WEBPARTS/IMAGES/PRINT.jpg' width=15 height=15 border=0></a> <a href='#' onclick='closePropSAMPLE(); return false'><img src='http://www.garrettecustomhomes.com/WEBPARTS/IMAGES/CLOSE.jpg' width=15 height=15 border=0></a></div><iframe id='propView' name='propView' allowtransparency='true' src='"+WHICH+"' width=675 width=690 height=95% border=0 frameborder=0 style='position:absolute; top:20px; right:0px; width:690px; height:95%; z-index:200000'></iframe>";
  SHOWPROP.innerHTML = IFRAME;
  SHOWPROP.style.display = "block";

}



function closePropSAMPLE() {

  if (document.getElementById("SSHOW")) {document.getElementById("SSHOW").style.display = "block";}
  var SHOWPROP = document.getElementById("SHOWPROPSAMPLE")
  SHOWPROP.style.display = "none";

}





function disPropMap(WHICH) {

  var SHOWPROP = document.getElementById("SHOWPROPMAP");
  if (document.getElementById("SSHOW")) {document.getElementById("SSHOW").style.display = "none";}
  var IFRAME = "<div align=right><a href=# onclick='PrintThisPage(); return false'><img src='http://www.garrettecustomhomes.com/WEBPARTS/IMAGES/PRINT.jpg' width=15 height=15 border=0></a> <a href='#' onclick='closePropMap(); return false'><img src='http://www.garrettecustomhomes.com/WEBPARTS/IMAGES/CLOSE.jpg' width=15 height=15 border=0></a></div><iframe id='propView' name='propView' allowtransparency='true' src='"+WHICH+"' width=450 height=300 border=0 frameborder=0 marginheight=0 marginwidth=0 topmargin=0 leftmargin=0 scrolling=no style='position:absolute; top:20px; right:0px; width:450px; height:300px; z-index:200000'></iframe>";
  SHOWPROP.innerHTML = IFRAME;
  SHOWPROP.style.display = "block";

}



function closeProp() {

  if (document.getElementById("SSHOW")) {document.getElementById("SSHOW").style.display = "block";}
  var SHOWPROP = document.getElementById("SHOWPROP")
  SHOWPROP.style.display = "none";

}

function closePropMap() {

  if (document.getElementById("SSHOW")) {document.getElementById("SSHOW").style.display = "block";}
  var SHOWPROP = document.getElementById("SHOWPROPMAP")
  SHOWPROP.style.display = "none";

}

var START = 24;
var END = 100;


function setOpacity( div, val ) {

  if (div.filters) {  //For IE
    try {
      div.filters.item("DXImageTransform.Microsoft.Alpha").opacity = val;
    } catch (e) {
      // If it is not set initially, the browser will throw an error.  This will set it if it is not set yet.
      div.style.filter = 'progid:DXImageTransform.Microsoft.Alpha(opacity='+val+')';
    }
  } else {
    val = val * .01;
    div.style.opacity = val;
    div.style.MozOpacity = val;  //This is for older Mozilla Browsers
  }


}

function switOF(WHICH,WHAT) {
if (IE6 != "YES") {
 var ONOFF = WHICH + "o";
 var ONOFF = document.getElementById(ONOFF);
 if (ONOFF.innerHTML != "cl"){ONOFF.innerHTML = WHAT}
}
}


function ON(WHICH) {
if (IE6 != "YES") {
 var ONOFF = WHICH + "o";
 var ONOFF = document.getElementById(ONOFF).innerHTML;
 var BUTTON = document.getElementById(WHICH);
 var BNUM = BUTTON.innerHTML * 1;

 setOpacity(BUTTON, BNUM);


 if (ONOFF == 'on') {GROW = 5;}
 if (ONOFF == 'off') {GROW = -1;}
 if (ONOFF == 'cl') {GROW = 0; BNUM = 101}

 BNUM = BNUM + GROW


 if (BNUM < START) { BUTTON.innerHTML = START; return}
 if (BNUM > END) { BUTTON.innerHTML = END; return}
 BUTTON.innerHTML = BNUM;  setTimeout("ON('" +WHICH+ "')", 5)
}

}

function stp(WHICH) {

 INFO = "STEP" + stripAlphaChars(WHICH)
 var STEP = document.getElementById("STEP")
 STEP.innerHTML = document.getElementById(INFO).innerHTML

}

function stripAlphaChars(pstrSource) {
    var m_strOut = new String(pstrSource);
    m_strOut = m_strOut.replace(/[^0-9]/g, '');
    return m_strOut;
}

function submitASKQUESTIONS()  {
  var x=document.getElementById("THEFORM");
//  if (navigator.userAgent.indexOf("MSIE")!=-1) {x.target="THANKYOUFRAME";}
  x.submit();
}


var numb = "0123456789";
var letnumb = "0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ ";

function res(t,v){
var w = "";
for (i=0; i < t.value.length; i++) {
x = t.value.charAt(i);
if (v.indexOf(x,0) != -1)
w += x;
}
t.value = w;
}


