/*nifty corners layout*/

window.onload=function(){
Nifty("div#menu a","small transparent top");
Nifty("div#contouter", "tl, bottom");
Nifty("div#content,div#images","same-height, none");
Nifty("div#content h2");
Nifty("div#container h2");
Nifty("div.comments div");
Nifty("div#footer");
Nifty("div#container","tl,bottom");
Nifty("div#inform1Left,div#Inform1RightFrame","same-height");
Nifty("div#inform2Left,div#Inform2Right","same-height");
Nifty("div#inform3Left,div#Inform3Right","same-height");
}