| ' +
'' +
' |
'
document.body.appendChild(nov)
var fon = document.createElement('div')
fon.setAttribute("id","fon")
fon.style.position = 'absolute'
fon.style.backgroundColor = '#000'
fon.style.opacity = '.6'
fon.style.filter = 'alpha(opacity=60)'
fon.style.width = document.body.clientWidth
fon.style.height = document.body.clientHeight
fon.style.left = '0'
fon.style.top = document.body.scrollTop
document.body.appendChild(fon)
var selectList = document.getElementsByTagName("SELECT");
for(var i = 0; i