// JavaScript Document
// This add Round Corners to the yellow box
window.onload=function(){
//Nifty("div#center","large same-height transparent bottom");
//Nifty("div#center","large same-height transparent");
Nifty("div#center","large same-height transparent");
Nifty("div#header_top","large top");
//Nifty("div#center_left","same-height large");
Nifty("div#center_left","transparent large");
Nifty("div#center_animation","same-height transparent large");
//Nifty("div#center_animation","transparent large");
Nifty("div#backforthbuttons", "medium");
Nifty("div#center_picture","transparent big");
Nifty("div#center_picture1","transparent big");
Nifty("div#center_picture2","transparent big");
Nifty("div#center_picture3","same-height transparent big");
Nifty("div#footer","large bottom");

//For the drop-down button
Nifty("div#fence_content","big same-height transparent");
Nifty("div#gate_content","big same-height transparent");
}