function wstaw(img,wid)
{
	cel=document.getElementById("fotobig");
	cel.innerHTML='<img src="'+img+'" width="'+wid+'" alt="Buty, obuwie - sejpol" />';
}




function dodaj(id_pro,id_kolor,id_roz)
{

adres='http://www.sejpol-buty.pl/sklep/a'+id_pro+'-'+id_kolor+'-'+id_roz+'1.html';
window.opener.go(adres);
window.close();

}