function makeTabRound(tab) {
	if (tab != portal) {
		Rounded("li#"+tab,"top","transparent","#25408F","");
	}
}
window.onload=function(){
if (!NiftyCheck()) return;
	Rounded("div#page","top","#C0C0C0","#FFFFFF","");
	Rounded("div#page","bottom","#FFFFFF","#C0C0C0","");
//	Rounded("div#menutop li","top","transparent","#25408F","border #C0C0C0");
	Rounded("li.menucurr","top","transparent","#B9CFDC","");
	makeTabRound("home");
	makeTabRound("about");
	makeTabRound("customers");
	makeTabRound("software");
	makeTabRound("partners");
	makeTabRound("contact");
	Rounded("div#postits h2","top","#FFFFFF","#841D20","smooth");
	Rounded("div#postits div","bottom","#FFFFFF","#DFDFDF","smooth");
}
