window.onload=function(){
if (ie4||dom) startit()
else setInterval("rotateimage()",pause)
}

var st_var;
var el_menu;

function show_oferta_menu(link, linia){
 clearTimeout(st_var)
 if (link){
  el_menu=link
  var tab=findPos(link)
  $('menu_offer').style.left=(tab[0])+'px'
  var tab=findPos($(linia))
  $('menu_offer').style.top=(tab[1])+'px'
  $('menu_offer').style.display='block'
  link.style.background='url(gfx/mg_patka123.jpg)'
 }
}

function hide_oferta_menu(){
 st_var=setTimeout("$('menu_offer').style.display='none'; el_menu.style.background=''",200)
}

function $(id){return document.getElementById(id)}

function findPos(obj) {
	var curleft = curtop = 0
	if (obj.offsetParent) {
		curleft = obj.offsetLeft
		curtop = obj.offsetTop
		while (obj = obj.offsetParent) {
			curleft += obj.offsetLeft
			curtop += obj.offsetTop
		}
	}
	var a = new Array()
	a[0]=curleft
	a[1]=curtop
	return a
}

function target_new(pag){
 if (typeof pag!='string') pag=pag.href;
 window.open(pag,'new','menubar=yes, location=yes, resizable=yes, scrollbars=yes, status=yes, toolbar=yes, directories=yes').focus();
 return false;
}

function show_picture_scroll(pag,pic_w,pic_h){
 if(typeof pag!='string')pag=pag.href
 pic_l=(screen.width)?(screen.width-pic_w)/2:0
 pic_t=(screen.height)?(screen.height-pic_h)/2:0
 window.open(pag,'new','menubar=no, toolbar=no, location=no, scrollbars=yes, resizable=no, status=no,width='+pic_w+', height='+pic_h+', left='+pic_l+', top='+pic_t).focus()
 return false
}

