﻿function addtoonscroll(fname){
  s=String(window.onscroll);
  tmp=s.split('{');
  tt=tmp[1].split('}');
  core=tt[0];
  window.onscroll=new Function(core+' '+fname);
}

function toolwinopen(f){
  toolwinclose();
  if (window.opera) document.body.style.height=window.innerHeight+'px';
  bb=document.createElement('div');
  document.body.appendChild(bb);
  bb.id='newbody';
  bb.style.width=document.all?document.documentElement.clientWidth-(window.opera?0:18):window.innerWidth+'px';
  bb.style.height=document.all?document.documentElement.clientHeight:window.innerHeight+'px';
  bb.style.position='absolute';
  bb.style.left='0px';
  bb.style.opacity='0.7';
  bb.style.filter='alpha(opacity=70)';
  bb.style.top='0px';
  bb.style.zIndex=900;
  bb.style.background='#000';
  bb.style.left="0px";
  bb.style.top="0px";
  ablak=document.createElement('iframe');
  ablak.style.width='400px';
  ablak.style.height='270px';
  ablak.frameBorder=0;
  ablak.style.position='absolute';
  ablak.style.left='50%';
  ablak.style.top='50%';
  ablak.src=f;
  ablak.style.margin='-135px 0px 0px -201px';
  ablak.style.zIndex=1000;
  ablak.style.background="#fff";
  ablak.style.border="1px solid #aaa";
  bb2=bb.cloneNode(false);
  document.body.appendChild(bb2);
  bb2.style.opacity='1';
  bb2.style.filter='alpha(opacity=100)';
  bb2.style.background='transparent';  
  bb2.id="newbody2";
  if (document.all && !window.opera){
    bb.style.position="absolute";
    bb2.style.position="absolute";
  } 
  else{
    bb.style.position="fixed";
    bb2.style.position="fixed";
  }
  bb2.appendChild(ablak);
  
  xb=document.createElement('img');
  xb.src="http://www.akcios-szallas.hu/themes/pictures/exit.png";
  xb.style.position='absolute';
  xb.style.left='50%';
  xb.style.top='50%';
  xb.style.zIndex=1001;
  xb.style.margin='-134px 0px 0px 186px';
  xb.style.cursor='pointer';
  xb.onclick=toolwinclose;

  bb2.appendChild(xb);
  bb2.style.zIndex=920;
  if (document.all && !window.opera){
    bb.style.top=document.documentElement.scrollTop+'px';
    bb2.style.top=document.documentElement.scrollTop+'px';
    
    addtoonscroll("bb.style.top=document.documentElement.clientHeight-bb.offsetHeight+document.documentElement.scrollTop+'px'; bb2.style.top=document.documentElement.clientHeight-bb2.offsetHeight+document.documentElement.scrollTop+'px';");
  }
}

function toolwinclose(){
  b=document.getElementById('newbody');
  if (b) document.body.removeChild(b);
  b=document.getElementById('newbody2');
  if (b) document.body.removeChild(b);
}

function addtoolmenu(){
  tm=document.createElement('div');
  tm.id="toolmenu";
  tm_cont=document.createElement('div');
  document.body.appendChild(tm);
  tm.style.width="240px";
  tm.style.height="46px";
  tm.style.position="relative";
  //tm.style.border="1px solid #000";
  tm.style.zIndex=1000;
  tm.style.overflow="hidden";
  tm.appendChild(tm_cont);
  tm_cont.style.width="220px";
  tm_cont.style.height="38px";
  //tm_cont.style.styleFloat="left";
  //tm_cont.style.cssFloat="left";
  tm_cont.style.position="absolute";
  tm.style.zIndex=101;
  tm_cont.style.top="3px";
  tm_cont.style.left="21px";
  tm_cont.style.zIndex='1000';
  tm_cont.style.overflow="hidden";
  tm_cont.style.padding="0px 0px 0px 5px";
  tm.style.right="0px";
  tm.style.bottom="0px";
  tm_x=document.createElement('div');
  tm_x.style.position='absolute';
  tm_x.style.width='20px';
  tm_x.style.height='46px';
  //tm_x.style.zIndex=100;
  tm_x.style.cursor='pointer';
  tm_x.style.left="0px";
  tm_x.style.top="0px";
  if (document.all && !window.opera){
    tm.style.position="absolute";
    //tm.style.right="17px";
    tm_bg=document.createElement('div');
    tm_bg.style.position="absolute";
    tm_bg.style.width="240px";
    tm_bg.style.height="46px";
    tm.appendChild(tm_bg);
    tm_bg.style.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.akcios-szallas.hu/themes/pictures/lm_bg.png', sizingMethod='crop');";
    //tm.style.zIndex=99;
    window.onscroll=function(){
      tm.style.top=document.documentElement.clientHeight-tm.offsetHeight+document.documentElement.scrollTop+'px';
    }
  } 
  else{
    tm.style.position="fixed";
    tm.style.backgroundImage="url('http://www.akcios-szallas.hu/themes/pictures/lm_bg.png')";
  }
  tm.appendChild(tm_x);
  tm_x.onclick=function(){
    if (tm.getAttribute('state')=='close'){
      tm.style.width='240px';
      tm.setAttribute('state','open');
    }
    else{
      tm.style.width='20px';
      tm.setAttribute('state','close');
    }
  }
  ico_1=document.createElement('img');
  tm_cont.appendChild(ico_1);
  ico_1.src="http://www.akcios-szallas.hu/themes/pictures/newsletter.png";
  ico_1.title="Sign up our newsletter";
  ico_1.style.position='relative';
  ico_1.style.cursor='pointer';
  ico_1.onclick=function(){
    toolwinopen('http://www.akcios-szallas.hu/hirlevel.php?u='+window.location.href);
  }
  ico_1.onmouseover=function(){
    ico_1.style.top='-38px';
  }
  ico_1.onmouseout=function(){
    ico_1.style.top='0px';
  }
  ico_2=document.createElement('img');
  tm_cont.appendChild(ico_2);
  ico_2.src="http://www.akcios-szallas.hu/themes/pictures/vote_stat.png";
  ico_2.title="Rate this webpage";
  ico_2.style.position='relative';
  ico_2.style.cursor='pointer';
  ico_2.onclick=function(){
    toolwinopen('http://www.akcios-szallas.hu/rate.php?u='+window.location.href);
  }
  ico_2.onmouseover=function(){
    ico_2.style.top='-38px';
  }
  ico_2.onmouseout=function(){
    ico_2.style.top='0px';
  }
  ico_3=document.createElement('img');
  tm_cont.appendChild(ico_3);
  ico_3.src="http://www.akcios-szallas.hu/themes/pictures/error_report.png";
  ico_3.title="Error on the page";
  ico_3.style.position='relative';
  ico_3.style.cursor='pointer';
  ico_3.onclick=function(){
    toolwinopen('http://www.akcios-szallas.hu/hibabejelento.php?u='+window.location.href);
  }
  ico_3.onmouseover=function(){
    ico_3.style.top='-38px';
  }
  ico_3.onmouseout=function(){
    ico_3.style.top='0px';
  }
  
  ico_4=document.createElement('img');
  tm_cont.appendChild(ico_4);
  ico_4.src="http://www.akcios-szallas.hu/themes/pictures/send_to_a_friend.png";
  ico_4.title="Send to a friend";
  ico_4.style.position='relative';
  ico_4.style.cursor='pointer';
  ico_4.onclick=function(){
    toolwinopen('http://www.akcios-szallas.hu/ajanlas.php?u='+window.location.href);
  }
  ico_4.onmouseover=function(){
    ico_4.style.top='-38px';
  }
  ico_4.onmouseout=function(){
    ico_4.style.top='0px';
  }
}