/*nifty corners layout*/
/*individual page layouts are complex and hard to manage*/
/*most pages share the same classes and id's*/
/*extras have little effect on performance*/
/*therefore all effects are described here.....*/

window.onload=function(){
Nifty("div#headerbasket,div#sidemenu,div#miscdivright,div#miscdiv,div#footer,div#productdiv");
Nifty("div.featuredproductitem","tl,br,same-height");
Nifty("div.subdepitem","tl,br,same-height");
Nifty("div#mainheader,div#addressbar","top");
Nifty("div#miscbody,div#headmenu","bottom");
}

