// ==UserScript==
// @name           ChatMove
// @author         Kasza Zsolt
// @description    sorkollektor.hu chat áthelyező
// @version        Opera
// @include        http://www.sorkollektor.hu/*
// ==/UserScript==


  if(window.opera) document.addEventListener('load', function (e) {
    var d = document.getElementById('bowob_window');  
    d.setAttribute('style', 'top: 30px; left: 20px; height: 350px;');
  }, false); else {
    var d = document.getElementById('bowob_window');  
    d.setAttribute('style', 'top: 30px; left: 20px; height: 350px;');
  }
