﻿var s = "<select id=\"circle\" name=\"circle\" class=\"normalselect\"></select>";
document.write(s);
function fillc()
{
    box2.request("/handler/SelectHandler.ashx?type=6",fillcircle);
}
function fillcircle(cs)
{
    fill("circle" , cs);
}