function WEB_HEAD(){}; WEB_HEAD.prototype.h = false; WEB_HEAD.prototype.show = function() { this.h = false; document.getElementById('WEB_HEAD_DIALOG').style.display='block'; }; WEB_HEAD.prototype.hide = function() { if(this.h) { document.getElementById('WEB_HEAD_DIALOG').style.display='none'; } }; WEB_HEAD.prototype.hides = function() { this.h = true; setTimeout('WEB_HEAD.hide()', '200'); }; WEB_HEAD.prototype.setXY = function(obj, xy) { obj.style.backgroundPosition = xy }; var WEB_HEAD = new WEB_HEAD(); document.write("