
function scrollerScomparsaVerticale(color, width, height)
  {
document.write("<table width='200' height=200 cellpadding=0 cellspacing=0 border=0     >")
document.write("<tr>")
document.write("<td>")
document.write("<iframe src='http://www.edilportale.com/download/ScrollerScomparsaVerticale_c.asp?backcolor=" + color + "&width=" + width + "&height=" + height + "'  scrolling=no frameborder=no></iframe>")
document.write("</td>")
document.write("</tr>")
document.write("</table>")
          }
