
function map_001(window) {
	openWin = this.open(window, "map_001", "toolbar=1, menubar=1, location=1, resizable=1, width=450, height=430");
}


function map_002(window) {
	openWin = this.open(window, "map_002", "toolbar=1, menubar=1, location=1, resizable=1, width=450, height=430");
}

function new_window(window) {
	openWin = this.open(window, "new", "toolbar=1, menubar=1, scrollbars=1, location=1, resizable=1");
}

function explode_residents_lounge() {
	residents_lounge.style.display='block';
}

function collapse_residents_lounge() {
	residents_lounge.style.display='none';
}

function explode_dining_room() {
	dining_room.style.display='block';
}

function collapse_dining_room() {
	dining_room.style.display='none';
}

function explode_the_gallops() {
	the_gallops.style.display='block';
}

function collapse_the_gallops() {
	the_gallops.style.display='none';
}

function explode_penn_hill_suite() {
	penn_hill_suite.style.display='block';
}

function collapse_penn_hill_suite() {
	penn_hill_suite.style.display='none';
}

function explode_semerwater() {
	semerwater.style.display='block';
}

function collapse_semerwater() {
	semerwater.style.display='none';
}

function explode_en_suite() {
	en_suite_bathroom.style.display='block';
}

function collapse_en_suite() {
	en_suite_bathroom.style.display='none';
}

function explode_family_room() {
	family_room.style.display='block';
}

function collapse_family_room() {
	family_room.style.display='none';
}



