function setupPanes() {
	return common_setupPanes();
}

function showPane(showID, alias, useFlash, gotoFloorplan, delay) {
	return common_showPane(showID, alias, useFlash, gotoFloorplan, delay);
}

function goto(url) {
	return common_goto(url);
}

function setupInventorySweep(rows) {
	return common_setupInventorySweep(rows);
}

function doInventorySweep(row, delay) {
	return common_doInventorySweep(row, delay);
}

function toggleInAddition(siteID, blocks, delay) {
	return common_toggleInAddition(siteID, blocks, delay);
}	

function swapImage(image_container, new_image, clicked_image) {
	return common_swapImage(image_container, new_image, clicked_image);
}
