function Pisz_total(co){
var d=window.parent.document;
co="<b>"+co+"&nbsp;&euro;</b>";
if(d.layers)with(d.layers["div_total"].document){
write(co);close();return}
if(d.getElementById){d.getElementById("div_total").innerHTML=co;return}
if(d.all)d.all["div_total"].innerHTML=co;
//alert(gdzie);
}



function Pisz_netto(co){
var d=window.parent.document;
co="<b>"+co+"&nbsp;&euro;</b>";
if(d.layers)with(d.layers['div_netto'].document){
write(co);close();return}
if(d.getElementById){d.getElementById("div_netto").innerHTML=co;return}
if(d.all)d.all["div_netto"].innerHTML=co;
//alert(gdzie);
}



function Pisz_tax(co){
var d=window.parent.document;
co="<b>"+co+"&nbsp;&euro;</b>";
if(d.layers)with(d.layers["div_tax"].document){
write(co);close();return}
if(d.getElementById){d.getElementById("div_tax").innerHTML=co;return}
if(d.all)d.all["div_tax"].innerHTML=co;
//alert(gdzie);
}



function Pisz_prod_price(co){
var d=window.parent.document;
co="<b>"+co+"&nbsp;&euro;</b>";
if(d.layers)with(d.layers["div_prprice"].document){
write(co);close();return}
if(d.getElementById){d.getElementById("div_prprice").innerHTML=co;return}
if(d.all)d.all["div_prprice"].innerHTML=co;
//alert(gdzie);
}


function Pisz_prod_price_btm(co){
var d=window.parent.document;
co="<b>"+co+"&nbsp;&euro;</b>";
if(d.layers)with(d.layers["div_prprice_btm"].document){
write(co);close();return}
if(d.getElementById){d.getElementById("div_prprice_btm").innerHTML=co;return}
if(d.all)d.all["div_prprice_btm"].innerHTML=co;
//alert(gdzie);
}


function Pisz_disc_total(co)
{
var d=window.parent.document;
co="<b>"+co+"&nbsp;&euro;</b>";
if(d.layers)with(d.layers["div_disc_perc"].document){
write(co);close();return}
if(d.getElementById){d.getElementById("div_disc_perc").innerHTML=co;return}
if(d.all)d.all["div_disc_perc"].innerHTML=co;
//alert(gdzie);
}


function Pisz_y_total(co){
var d=window.parent.document;
co="<b>"+co+"&nbsp;&euro;</b>";
if(d.layers)with(d.layers["div_y_total"].document){
write(co);close();return}
if(d.getElementById){d.getElementById("div_y_total").innerHTML=co;return}
if(d.all)d.all["div_y_total"].innerHTML=co;
//alert(gdzie);
}



function Pisz_y_netto(co){
var d=window.parent.document;
co="<b>"+co+"&nbsp;&euro;</b>";
if(d.layers)with(d.layers['div_y_netto'].document){
write(co);close();return}
if(d.getElementById){d.getElementById("div_y_netto").innerHTML=co;return}
if(d.all)d.all["div_y_netto"].innerHTML=co;
//alert(gdzie);
}



function Pisz_y_tax(co){
var d=window.parent.document;
co="<b>"+co+"&nbsp;&euro;</b>";
if(d.layers)with(d.layers["div_y_tax"].document){
write(co);close();return}
if(d.getElementById){d.getElementById("div_y_tax").innerHTML=co;return}
if(d.all)d.all["div_y_tax"].innerHTML=co;
}



function Pisz_brutto_prprice(co){
var d=window.parent.document;
co="<b>"+co+"&nbsp;&euro;</b>";
if(d.layers)with(d.layers["div_bruttoprprice"].document){
write(co);close();return}
if(d.getElementById){d.getElementById("div_bruttoprprice").innerHTML=co;return}
if(d.all)d.all["div_bruttoprprice"].innerHTML=co;
}


function Pisz_serv_price(co){
var d=window.parent.document;
if (co!='') co="<b>(&nbsp;"+co+"&nbsp;&euro;&nbsp;)</b>";
if(d.layers)with(d.layers["div_serv_pr"].document){
write(co);close();return}
if(d.getElementById){d.getElementById("div_serv_pr").innerHTML=co;return}
//if(d.all)d.all["div_serv_pr"].innerHTML=co;
}


/*


function Pisz_serviceprice(co){
var d=document;
co="<b>"+co+"&nbsp;</b>";
if(d.layers)with(d.layers["div_serviceprice"].document){
write(co);close();return}
if(d.getElementById){d.getElementById("div_serviceprice").innerHTML=co;return}
if(d.all)d.all["div_tax"].innerHTML=co;
alert(gdzie);
}



function Pisz_standard_price(co){
var d=document;
co="<b>"+co+"&nbsp;</b>";
if(d.layers)with(d.layers["div_total_standard"].document){
write(co);close();return}
if(d.getElementById){d.getElementById("div_total_standard").innerHTML=co;return}
if(d.all)d.all["div_tax"].innerHTML=co;
alert(gdzie);
}

*/