function on(co,styl)
{
var styl2=styl+'_on';
co.className=styl2;
}

function off(co,styl)
{
co.className=styl;
}

function poz(){
var divBe = document.getElementById("made");
divBe.innerHTML='Realizacja: www.Belart.pl';
}


function rollover(obj, img) {
        obj.src = 'i/' + img + '_on.gif';
}
function rollout(obj, img) {
        obj.src = 'i/' + img + '.gif';
}

function go(adres)
{
if(adres!=0){
location.href=adres;}
}

function menu_on(id)
{

nazwa='t'+id;
cel = document.getElementById(nazwa);

cel.className='typy_on';
}

function menu_off(id)
{
nazwa='t'+id;
cel = document.getElementById(nazwa);

cel.className='typy';
}

function zom(obr)
{

 cel=document.getElementById("cart_img_pro");
 cel.innerHTML='<img src="produkty/'+obr+'" >';
}



function showDiv(celW)
{
var stylW="faq_open";


var divW = document.getElementById(celW);


divW.className=stylW;


}

function closeDiv(celW)
{

var stylN="faq_close";

var divW = document.getElementById(celW);


divW.className=stylN;


}

