// JavaScript Document
window.onload=function(){
document.getElementById('sm1').style.display='none';
document.getElementById('sm2').style.display='none';
document.getElementById('sm3').style.display='none';

if(!NiftyCheck())
    return;
Rounded("ul.sm","bottom","transparent","#366f40","normal");
Rounded("div.boxcol","bottom","#fff","#f2efef","big");
Rounded("h2.bgGreen1","top","#fff","#466f40","big");
Rounded("h2.bgGreen2","top","#fff","#7a9985","big");
Rounded("div.boxarchive","all","#fff","#dfeade","big");
Rounded("p.back","all","#fff","#e7e7e7","normal");
Rounded("h3.titlearea","top","#fff","#fc0","normal");
}
