// JavaScript Document
var zdjecia_produktu_win=0;
function zdjecia_produktu_window(URLStr, width, height)
{
  var left = (screen.width/2) - width/2;
  var top = (screen.height/2) - height/2;
  if(zdjecia_produktu_win)
  {
    if(!zdjecia_produktu_win.closed) zdjecia_produktu_win.close();
  }
  zdjecia_produktu_win = open(URLStr, 'zdjecie', 'toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbar=no,resizable=yes,copyhistory=yes,width='+width+',height='+height+',left='+left+', top='+top+',screenX='+left+',screenY='+top+'');
}
var drukuj_produkt_win=0;
function drukuj_produkt_window(URLStr, width, height)
{
  var left = (screen.width/2) - width/2;
  var top = (screen.height/2) - height/2;
  if(drukuj_produkt_win)
  {
    if(!drukuj_produkt_win.closed) drukuj_produkt_win.close();
  }
  drukuj_produkt_win = open(URLStr, 'drukuj', 'toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbar=yes,resizable=yes,copyhistory=yes,width='+width+',height='+height+',left='+left+', top='+top+',screenX='+left+',screenY='+top+'');
}
function select_action_mode(f,id,msg)
{
	var n;
	if(msg) {
		n=confirm(msg);
		if(n) {
			document.forms[f].action = document.forms[f].elements['action_mode_'+id].value;
			document.forms[f].submit();
		}
	} else {
		document.forms[f].action = document.forms[f].elements['action_mode_'+id].value;
		document.forms[f].submit();
	}
}
function checkbox(f, flag)
{
	var e= document.forms[f].elements['select[]'];
	var e_c  = e.length;
	for (var i = 0; i < e_c; i++) {
		e[i].checked = flag;
	}
}
function startowa()
{
	var width = 300;
	var height = 80;
 	var left = (screen.width/2) - width/2;
 	var top = (screen.height/2) - height*2;
	document.write('<div id="startowa" style="position: absolute; width:'+width+'px; height: '+height+'; top:'+top+'px; left:'+left+'px; background: #ff0000; border: 2px solid #fff; font: bold 11px Tahoma; color: #fff; text-align: center; z-index: 100;"><br>Sklep w trakcie realizacji !!!<br>Otwarcie wkrótce.<br><br>kontakt: <a href="mailto:puchatki1966@o2.pl" style="color: #ffff00; text-decoration: none;">puchatki1966@o2.pl</a></div>');
	setTimeout("startowa_zamknij()", 3000);
}
function startowa_zamknij()
{
	document.getElementById('startowa').style.display = "none";
}
//document.onLoad = startowa();
function formFocBlur(ob,txt,flag)
{
	if(flag) {
		//	focus
		if(ob.value == txt) ob.value='';
	} else {
		//	blur
		if(ob.value == '') ob.value=txt;
	}
}
var popUpWin=0;
function produkt_popup(URLStr)
{
	var left=0;
	var top=0;
	var width=0;
	var height=0;	
	if(popUpWin)
	{
		if(!popUpWin.closed) popUpWin.close();
	}
	popUpWin = open('/prod_popup.php?id='+URLStr, 'popUpWin', 'toolbar=no,location=no,directories=no,status=no,menubars=no,scrollbar=no,resizable=no,copyhistory=yes,width='+width+',height='+height+',left='+left+', top='+top+',screenX='+left+',screenY='+top+'');
}

function popKosztyTerm(_http, id)
{
	var left=0;
	var top=0;
	var width=0;
	var height=0;
	if(popUpWin)
	{
		if(!popUpWin.closed) popUpWin.close();
	}
	popUpWin = open(_http+'popup.php?img='+_http+'data/'+id, 'popUpWin', 'toolbar=no,location=no,directories=no,status=no,menubars=no,scrollbar=no,resizable=no,copyhistory=yes,width='+width+',height='+height+',left='+left+', top='+top+',screenX='+left+',screenY='+top+'');
}

function GHOSTOB_imgPopupLoad()
{
	var width = document.getElementById('GHOSTOB_GALERIA_ID1').width;
	var height = document.getElementById('GHOSTOB_GALERIA_ID1').height;
	var left = (screen.width/2) - width/2;
	var top = (screen.height/2) - height/2;
	var qsk = document.getElementById('GHOSTOB_GALERIA_LAY');
	//
	qsk.style.left = left+'px';
	qsk.style.top = document.documentElement.scrollTop + top+'px';
}
function GHOSTOB_galeriaZ(src, txt)
{
	document.getElementById('GHOSTOB_GALERIA_ID1').src = '/images/preload.png';
	document.getElementById('GHOSTOB_GALERIA_LAY').style.display = 'none';
}

