function update() { 
	try {
		iH = window.innerHeight ? window.innerHeight : document.body.clientHeight; 
		document.getElementById('frame').style.height = (iH - 33) + 'px'; 
	}
	catch (e) {}
}