function Pisz_total(co){
var d=window.parent.document;
co="<b>"+co+"&nbsp;"+currency_symbol+"</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;"+currency_symbol+"</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;"+currency_symbol+"</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;"+currency_symbol+"</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_brutto_prprice(co){
var d=window.parent.document;
co="<b>"+co+"&nbsp;"+currency_symbol+"</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_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);
}

*/