function swImg(iName,str){
	document.images[iName].src = str;
}
function flashMenu(mode) {
	fMenu = document.getElementById('rooms');
	if( mode == 0 ){
		fMenu.innerHTML = '<iframe src="menu.html" scrolling="no" width="900" height="300" border="0" frameborder="0"></iframe>';

	}else if( mode == 1 ){
		fMenu.innerHTML = '<iframe src="tmenu.html" scrolling="no" width="900" height="300" border="0" frameborder="0"></iframe>';

	}else if( mode == 2 ){
		fMenu.innerHTML = '<iframe src="amenu.html" scrolling="no" width="900" height="300" border="0" frameborder="0"></iframe>';

	}
}

