function skipintro() {
new Effect.Fade("intro", { duration: 1 });

new Effect.Appear("menu", { duration: 1 });
new Effect.Appear("content", { duration: 1 });
new Effect.Appear("leftbar", { duration: 1 });
new Effect.Appear("smalllogo", { duration: 1 });
new Effect.Appear("footer", { duration: 1 });
}


