function insPng(gif, png, w, h) {
if (/*@cc_on!@*/false)
 document.write('<img src="'+gif+'" width="'+w+'" height="'+h+'" style="background-image:url('+png+')" alt="" class="pngfix" />')
else
 document.write('<img src="'+gif+'" width="'+w+'" height="'+h+'" style="background-image:url('+png+')" alt="" />')
}

function insPngStreet(gif, png, w, h) {
if (/*@cc_on!@*/false)
 document.write('<img src="'+gif+'" width="'+w+'" height="'+h+'" style="background:url('+png+') right no-repeat" alt="" class="pngfix" />')
else
 document.write('<img src="'+gif+'" width="'+w+'" height="'+h+'" style="background-image:url('+png+') right no-repeat" alt="" />')
}
