// JavaScript Document

window.onload=function(){
if(!LeeCheck())
    return;
Rounded("div#home","top","transparent","#4e2f78","border #5C5D11");
Rounded("div#diseases","top","transparent","#4e2f78","border #5C5D11");
Rounded("div#disorders","top","transparent","#4e2f78","border #5C5D11");
Rounded("div#services","top","transparent","#4e2f78","border #5C5D11");
Rounded("div#testing","top","transparent","#4e2f78","border #5C5D11");
Rounded("div#contact_us","top","transparent","#4e2f78","border #5C5D11");
Rounded("div#about_us","top","transparent","#4e2f78","border #5C5D11");

Rounded("div.page","all","transparent","#9999ff","border #9999ff");

Rounded("div.title","top","#9999FF","#ffffee","smooth");
Rounded("div.title","bottom","#9999FF","#ffffee","smooth");
Rounded("div.footer","top","#4e2f78","#ffffee","smooth");
Rounded("div.footer","bottom","#4e2f78","#ffffee","smooth");
Rounded("div.nav","top","#9999FF","#ffffee","smooth");
Rounded("div.nav","bottom","#9999FF","#ffffee","smooth");
Rounded("div.content","top","#4e2f78","#ffffee","smooth");
Rounded("div.content","bottom","#4e2f78","#ffffee","smooth");

Rounded("div.leftcol","all","#4e2f78","#ffffee","smooth");
Rounded("div.middlecol","all","#4e2f78","#ffffee","smooth");
Rounded("div.rightcol","all","#4e2f78","#ffffee","smooth");

Rounded("div#letter","top","transparent","#e1cfe9","border #5C5D11");
Rounded("div#block","top","ffffff","#000066","smooth");
Rounded("div#contactheader","top","#FFFFEe","#4e2f78","smooth");
Rounded("div#pastoralletter","top","#FFFFEe","#4e2f78","smooth");
Rounded("div.succession","top","#FFFFEe","#4e2f78","smooth");
Rounded("div#bishopdispensation","top","#FFFFEe","#4e2f78","smooth");
Rounded("div#bishopconsecration","top","#FFFFEe","#4e2f78","smooth");
Rounded("div#websitepurpose","top","#FFFFEe","#4e2f78","smooth");
Rounded("div#communitynews","top","#FFFFEe","#4e2f78","smooth");
Rounded("div#bookcovered","top","#FFFFEe","#4e2f78","smooth");
Rounded("div#apostoliclines","top","#FFFFEe","#4e2f78","smooth");
Rounded("div#printoutcontract","top","#FFFFEe","#4e2f78","smooth");
}


