var ie4up = (document.all) ? 1 : 0;
if (ie4up) document.getElementById("main").allowTransparency = true;

