function writeLink (url, name, newWindow) {
document.write('
| ');
if (newWindow == 1) {
url = 'javascript:popup(\'' + url + '\')';
}
document.write('' + name + '');
document.write(' |
');
}
if (document.images) {
mapicon_img3N= new Image();
mapicon_img3N.src= 'http://drhorton.com//images/homesearch/mapicons/icon_phoenix.gif' ;
mapicon_img3H= new Image();
mapicon_img3H.src= 'http://drhorton.com//images/homesearch/mapicons/icon_phoenix_o.gif' ;
}
function mapiconOn(myImgName) {
document[myImgName].src=eval(myImgName+ 'H' ).src;
}
function mapiconOut(myImgName) {
document[myImgName].src=eval(myImgName+ 'N' ).src;
}
document.write('
');
document.write('');
document.write('');
document.write('
');