window.onerror=err;
function err() { return true; }

if (top.location.host!=self.location.host) top.location.replace(self.location.href)

function mOv(it) { it.bgColor='#C8FFFF'; }

function mOt(it) { it.bgColor='#98C8FF'; }

function mCl(it) {
	if (event.srcElement.tagName=='TH') it.children.tags('a')[0].click();
}

function fill() {
	if (screen.availWidth > 780) {
		document.open();
//		document.write('<img src="bin/fill.gif" alt="" />');
		document.write('&nbsp;');
		document.close();
	} else {
		document.open();
		document.write('&nbsp;');
		document.close();
	}
}

function ogal() {
  window.open('gallery/index.html','galwin','width=550,innerwidth=550,height=400,innerheight=400,resizable=0,scrollbars=0');
}
