// JavaScript Document

function roll(a) {a.style.cursor='pointer';if (a.className.substr((a.className.length-1),1) == 'n') {b='o';}else {b='n';}a.className=a.className.substr(0,(a.className.length-1))+b;}
function rollId(a) {a.style.cursor='pointer';if (a.id.substr((a.id.length-1),1) == 'n') {b='o';}else {b='n';}a.id=a.id.substr(0,(a.id.length-1))+b;}
function rollimg(a) {a.style.cursor='pointer';ext = a.src.substr((a.src.length-4),4);state = a.src.substr((a.src.length-6),2);if (state == '_o')a.src=a.src.substr(0,(a.src.length-6))+ext;elsea.src=a.src.substr(0,(a.src.length-4))+'_o'+ext;}
function popPic(){}
function room_details(room){if (document.getElementById('div_'+room.id).style.display == 'none'){document.getElementById('div_'+room.id).style.display = "block";document.getElementById(room.id).innerHTML = '&nbsp;' + 'close details' + '&nbsp;';} else {document.getElementById('div_'+room.id).style.display = "none";document.getElementById(room.id).innerHTML = '&nbsp;' + 'open details' + '&nbsp;';}document.getElementById("main_table").height = "99%";setTimeout('document.getElementById("main_table").height = "100%";', 0);}