// JavaScript Document

function OpenHouse2()
{
var newwin = window.open("openhouse.htm","Openhouse","width=400,height=350","location=false","toolbar=false");

newwin.focus();
}
function OpenHouse()

{

document.location.replace ("feature.htm");




}

