var detPath="";
function szczegoly(id)
{


	var file, opcje_okna, qString

	file = detPath+"details.asp";
	qString = "?id="+id;

	opcje_okna = "toolbar=no,menubar=no,scrollbars=yes,status=yes,resizable=yes,width=700,height=600";

	file = file + qString;

	window.open(file, "Szczegóły", opcje_okna);


}

function setPath(path)
{
	detPath = path;
}


function szczegolyOgloszenia(id)
{
	var file, opcje_okna, qString

	file = detPath+"ogloszenie_rozne_details.asp";
	qString = "?id="+id;

	opcje_okna = "toolbar=no,menubar=no,scrollbars=yes,status=yes,resizable=yes,width=700,height=600";

	file = file + qString;

	window.open(file, "Szczegóły", opcje_okna);


}

function js_koszykOferta(path, id)
{
	var file, opcje_okna, qString

file = path+"koszykOfertaAdd.asp";
qString = "?id="+id;

opcje_okna = "toolbar=no,menubar=no,scrollbars=yes,status=yes,resizable=yes,width=400,height=200";

file = file + qString;

window.open(file, "koszyk", opcje_okna);

}
function js_koszykAuto(path, id)
{
	var file, opcje_okna, qString

file = path+"koszykAutoAdd.asp";
qString = "?id="+id;

opcje_okna = "toolbar=no,menubar=no,scrollbars=yes,status=yes,resizable=yes,width=400,height=200";

file = file + qString;

window.open(file, "koszyk", opcje_okna);

}

function js_koszykOgloszenie(path, id)
{
	var file, opcje_okna, qString

file = path+"koszykOgloszenieAdd.asp";
qString = "?id="+id;

opcje_okna = "toolbar=no,menubar=no,scrollbars=yes,status=yes,resizable=yes,width=400,height=200";

file = file + qString;

window.open(file, "koszyk", opcje_okna);

}

function js_koszykOgloszenieRozne(path, id)
{
	var file, opcje_okna, qString

file = path+"koszykOgloszenieRozneAdd.asp";
qString = "?id="+id;

opcje_okna = "toolbar=no,menubar=no,scrollbars=yes,status=yes,resizable=yes,width=400,height=200";

file = file + qString;

window.open(file, "koszyk", opcje_okna);

}
//-->