﻿
window.onload=function()
{
    if(!RoundedCornersCheck())
        return;
        
       
    /* Divs */
    Rounded ("div#Menu", "all", "#FFF", "#FFE3AB", "smooth");
    Rounded ("div#SideMenu", "all", "#FFF", "#B32317", "smooth");
    Rounded ("div#Statement", "bottom", "#FFF", "#FFE3AB", "smooth");
    Rounded ("div#Content", "all", "#FFF", "#FFD378", "small border #FFD378");
    Rounded ("div#BottomAds", "bottom", "#FFF", "#FFDD96", "smooth");

    /*
    Rounded ("div#brCornerAd","all", "#FFF", "#FFF", "small border #c3c3c3");

    Rounded ("div#AdRotator", "all", "#FFF", "#FFF", "border #FFE3AB");
    Rounded ("div#FlashContent", "all", "#FFF", "#FFF", "small border #f1f1f1");
    Rounded ("div#brCornerAd","all", "#FFF", "#FFF", "small border #c3c3c3");
    */    
}
