09/03/27 20:18:03 5tpMwWkm0
>>551
var mainWindow = document.getElementById("main-window");
if ( mainWindow.getAttribute('hidechrome') == 'true' ) {mainWindow.setAttribute('hidechrome','false');
window.resizeBy(0, 1);} else {mainWindow.setAttribute('hidechrome','true');
window.resizeBy(0, -1);}