window.onload = function()
{ fadepg1 = new fx.Height('pg1', {duration: 500}); 
fadepg2 = new fx.Height('pg2', {duration: 500}); 
fadepg3 = new fx.Height('pg3', {duration: 500});
fadepg4 = new fx.Height('pg4', {duration: 500});}