// JavaScript Document
 
        function openWin(tag,obj) 
        { 
            obj.target="mainframe"; 
            obj.href = tag; 
            obj.click(); 
        } 

function show1()
{
window.document.getElementById("roombg").TGotoFrame("roombg",0);

}
function show2()
{
window.document.getElementById("roombg").TGotoFrame("roombg",2)
}
function show3()
{
window.document.getElementById("roombg").TGotoFrame("roombg",4)
}
function show4()
{
window.document.getElementById("roombg").TGotoFrame("roombg",6)
}
function show5()
{
window.document.getElementById("roombg").TGotoFrame("roombg",8)
}

function show6()
{
window.document.getElementById("roombg").TGotoFrame("roombg",5)
}

function show7()
{
window.document.getElementById("roombg").TGotoFrame("roombg",6)
}

function show8()
{
window.document.getElementById("roombg").TGotoFrame("roombg",7)
}

function show9()
{
window.document.getElementById("roombg").TGotoFrame("roombg",8)
}


