// JavaScript Document

function popHouse()
{
House=window.open('rooms/house.cfm','Room Information');
}

function popGarage()
{
Garage=window.open('rooms/garage.cfm','Room Information');
}

function popKitchen()
{
Kitchen=window.open('rooms/kitchen.cfm','Room Information');
}

function popBath()
{
Bath=window.open('rooms/bath.cfm','Room Information');
}

function popDining()
{
Room=window.open('rooms/room.cfm','Room Information');
}
