var combowidth1=''
var comboheight1=''

function initialize(){
if (document.all){
combowidth1=divBottom1.offsetWidth
comboheight1=divBottom1.offsetHeight
setInterval("staticit_ie()",50)
divBottom1.style.visibility="visible"

}
else if (document.layers){
combowidth1=document.divBottom1.document.width
comboheight1=document.divBottom1.document.height
setInterval("staticit_ns()",50)
document.divBottom1.visibility="show"}

else if (document.getElementById){
combowidth1=document.divBottom1.document.width
comboheight1=document.divBottom1.document.height
setInterval("staticit_mz()",50)
document.divBottom1.visibility="show"}

}

function staticit_ie(){
divBottom1.style.pixelLeft=960
divBottom1.style.pixelTop=document.body.scrollTop+140
}

function staticit_ns(){
document.divBottom1.left=924
document.divBottom1.top=document.body.scrollTop+140
}

function staticit_mz(){
document.divBottom1.left=924
document.divBottom1.top=document.body.scrollTop+140
}

