function KeyPress(e) { goahead = false; if(e) { if(e.which==122) if(e.ctrlKey) goahead=true; } else if (window.event.keyCode == 26) goahead=true; if (goahead) { if (confirm("Entering editing mode, are you sure?")) { document.location = "http://www.i-o-s.net/iwe/remote/login.asp?url=" + document.location; //document.location = "http://pj/iwe/remote/login.asp?url=" + document.location; } } } document.onkeypress = KeyPress; document.write("
Homefinders Of Idaho LLC
3302 W. Overland Road
Boise, Idaho 83705
Office (208)345-2900
Fax (208) 345-2502
Get Homefinders Application to Rent Here
Get Directions To Our Office Here
Office Hours
Monday through Friday 10:00 a.m. to 5:00 p.m
Saturday 10:00 a.m. 2:00 p.m.
");