var pointer2 = 0;

var pointer2a = 0;



function chalpha(catid)

{

var divname = 'catd'+catid;

var divname2 = 'cat'+catid;

if (pointer2<1)

{

pointer2 = pointer2+0.01;

pointer2a = pointer2a+1;

document.getElementById(divname).style.opacity = pointer2;

//document.getElementById(divname2).filters.alpha.opacity = pointer2a;

}

else

{

clearInterval(idof2);

pointer2 = 0;

pointer2a = 0;

}

}



function expand(catid)

{

var divname = 'catd'+catid;

var divname2 = 'cat'+catid;

var aname = 'cata'+catid;

document.getElementById(divname).style.position = '';

document.getElementById(divname).style.visibility = 'visible';



var url = 'javascript:hide(\''+catid+'\')';

document.getElementById(aname).href = url;

func = 'chalpha('+catid+')';

if (pointer2==0)

{

idof2 = setInterval(func,10);

}

else

{

	document.getElementById(divname).style.opacity = 1;

	//document.getElementById(divname2).filters.alpha.opacity = 100;

}

} 







function hide(catid)

{

var divname = 'catd'+catid;

var aname = 'cata'+catid;

document.getElementById(divname).style.position = 'absolute';

document.getElementById(divname).style.visibility = 'hidden';

var url = 'javascript:expand(\''+catid+'\')';

document.getElementById(aname).href = url;

clearInterval(idof2);

pointer2 = 0;

pointer2a = 0;

}





function showphoto(photoid)

{

var url = './showphoto.php?id='+photoid;

var posx = screen.width/2-210;

var posy = screen.height/2-160;

window.open(url,'photo','scrollbars=no,toolbar=no,left='+posx+',top='+posy+',width=420,height=320');

}

function szukaj()

{

var query_opis = document.getElementById('query_opis').value;

var producent = document.getElementById('producent_in').value;

var url = "index.php?query_nazwa="+query_opis+"&producent="+producent;

document.location = url;

}

function pokazopinie(id)

{

var url = './opinie.php?id='+id;

var posx = screen.width/2-400;

var posy = screen.height/2-300;

window.open(url,'photo','toolbar=no,left='+posx+',top='+posy+',width=800,height=600');

}

function zmiendane()

{

var lastcheck = confirm('Czy na pewno chcesz zmienić powyższe dane na wprowadzone?');

if (lastcheck)

{

document.getElementById('zmiendaneform').submit();

}

}

function dodajdokoszyka(id)

{

var ilosc = document.getElementById('szt-'+id).value;

var extra1 = document.getElementById('extra1-'+id).value;

var extra2 = document.getElementById('extra2-'+id).value;

var extra3 = document.getElementById('extra3-'+id).value;

var extra4 = document.getElementById('extra4-'+id).value;

var extra5 = document.getElementById('extra5-'+id).value;

var url = './dodajdokoszyka.php?id='+id+'&ilosc='+ilosc+'&extra1='+extra1+'&extra2='+extra2+'&extra3='+extra3+'&extra4='+extra4+'&extra5='+extra5;

//var url = './dodajdokoszyka.php';

var posx = screen.width/2-320;

var posy = screen.height/2-240;

window.open(url,'dodajdokoszyka','toolbar=no,left='+posx+',top='+posy+',width=640,height=480,scrollbars=yes');

}

function usunzkoszyka(id)

{

var url = './usunzkoszyka.php?id='+id;

//var url = './dodajdokoszyka.php';

var posx = screen.width/2-320;

var posy = screen.height/2-240;

window.open(url,'usunzkoszyka','toolbar=no,left='+posx+',top='+posy+',width=640,height=480');

}

function zamow()

{

var url = './zamow_pre.php';

var posx = screen.width/2-320;

var posy = screen.height/2-240;

var locker = confirm('Czy na pewno chcesz złożyć zamówienie?');

if (locker)

{

	window.open(url,'zamow','toolbar=no,left='+posx+',top='+posy+',width=640,height=480');

}

}

function pokazzamowienie(id)

{

	var url = './pokazzamowienie.php?id='+id;

	var posx = screen.width/2-400;

	var posy = screen.height/2-300;

	window.open(url,'pokazzamowienie','toolbar=no,left='+posx+',top='+posy+',width=800,height=600');

}

function zaplac(id)

{

	var url = './zaplac.php?id='+id;

	var posx = screen.width/2-400;

	var posy = screen.height/2-300;

	window.open(url,'zaplac','toolbar=no,left='+posx+',top='+posy+',width=800,height=600,scrollbars=yes');

}

function zadajpytanie()

{

	var url = './zadajpytanie.php';

	var posx = screen.width/2-400;

	var posy = screen.height/2-300;

	window.open(url,'zadajpytanie','toolbar=no,left='+posx+',top='+posy+',width=800,height=600');

}

function informacje()

{

	var url = './kosztyprzesylki.php';

	var posx = screen.width/2-400;

	var posy = screen.height/2-300;

	window.open(url,'informacje','toolbar=no,left='+posx+',top='+posy+',width=800,height=600');

}

function sprawdzdostepnosc(id)

{

	var url = './zadajpytanie.php?id='+id;

	var posx = screen.width/2-400;

	var posy = screen.height/2-300;

	window.open(url,'zadajpytanie','toolbar=no,left='+posx+',top='+posy+',width=800,height=600');

}

function platnosci()

{

	var url = './platnosci.php';

	var posx = screen.width/2-400;

	var posy = screen.height/2-300;

	window.open(url,'platnosci','toolbar=no,left='+posx+',top='+posy+',width=800,height=600,scrollbars=yes');

}
function regulamin()

{

	var url = './regulamin.php';

	var posx = screen.width/2-400;

	var posy = screen.height/2-300;

	window.open(url,'regulamin','toolbar=no,left='+posx+',top='+posy+',width=800,height=600,scrollbars=yes');

}
function zmianahasla()

{

	var url = './zmianahasla.php';

	var posx = screen.width/2-100;

	var posy = screen.height/2-100;

	window.open(url,'zmianahasla','toolbar=no,left='+posx+',top='+posy+',width=200,height=200,scrollbars=yes');

}
function zapomnianehaslo()

{

	var url = './zapomnianehaslo.php';

	var posx = screen.width/2-200;

	var posy = screen.height/2-100;

	window.open(url,'zapomnianehaslo','toolbar=no,left='+posx+',top='+posy+',width=400,height=200,scrollbars=yes');

}


function dodajzakladke(tytul,adres) {
if (window.sidebar) //  dla firefoksa
   window.sidebar.addPanel(tytul, adres, "");
else if(window.opera && window.print) { // dla opery
   var elem = document.createElement('a');
   elem.setAttribute('href',adres);
   elem.setAttribute('title',tytul);
   elem.setAttribute('rel','sidebar');
   elem.click();
} 
else if(document.all)// dla internet explorera
   window.external.AddFavorite(adres, tytul);
}
