var j=jQuery.noConflict();
j(document).ready(function(){
  j("a.aktualnosc").click(function(){
    j(".news").slideUp();
    var id=j(this).attr('id');
    id=id.replace("news_","");
    j("#id_"+id).slideDown(500);
  });
});

var wersja = 0;
var silnik = 0;
var noSelect

function SelectButton (nazwa)
{
	nazwa.style.background = '#bb0000';
}

function Cennik (xxx, yyy, model)
{
	cena_auta.value = 'cena cennikowa wybranej wersji : ' + tablica [xxx] [yyy] ;
	window.open ('prod_spec.php3?m=' + model + '&v=' + '&x=' + xxx + '&y=' + yyy, 'spec', 'width=920,height=500,top=50,left=30,scrollbars=yes');
}

function DoKoszykaCheck()
{
	 return false;
}

function Viewer (fname)
{
	window.open (fname, 'CloseLook', 'width=825,height=620,top=50,left=50,scrollbars=yes');
}
function ViewBanner (fname)
{
	window.open (fname, 'CloseLook', 'width=770,height=620,top=50,left=50,scrollbars=yes');
}
