mySlide1 = new JSFX.ClickableSlideShow();
mySlide1.addSlide("images/dangerous_dan.jpg", "./DangerousDan.htm", "_self", "Dangerous Dan - the Gangster Man has wit and charm and loves a yarn - click for details", "cursor: help;");
mySlide1.addSlide("images/mr_white.jpg", "./MrWhite.htm", "_self", "Mr White - he is simply sexy, and super stylish; the perfect man, he’s so polite - click for details", "cursor: help;");
mySlide1.addSlide("images/fancy_attendant.jpg", "./FancyFlightAttendant.htm", "_self", "Fancy Flight Attendant - fantastic, fun and a real riot, a true professional - click for details", "cursor: help;");
mySlide1.addSlide("images/mr_magic.jpg", "./MrMagic.htm", "_self", "Mr Magic - his expressions and impressions will blow your mind as he blows balloons into wonderful and strange creations - click for details", "cursor: help;");
mySlide1.setStartDelay(0);
mySlide1.setSlideDelay(10);
mySlide1.setTransType(24);
mySlide1.setTransDuration(1.5);

mySlide2 = new JSFX.ClickableSlideShow();
mySlide2.addSlide("images/father_flannigan.jpg", "./FatherFlannigan.htm", "_self", "Father Flanigan - he’s loud and proud with a funny outlook on life - click for details", "cursor: help;");
mySlide2.addSlide("images/santa_claus.jpg", "./SantaClaus.htm", "_self", "Santa Claus - celebrate with Christmas songs and presents for all - click for details", "cursor: help;");
mySlide2.addSlide("images/scalliwags.jpg", "./Scalliwags.htm", "_self", "Scalliwags - outrageously funny, clumsy and endearing all at the same time - click for details", "cursor: help;");
mySlide2.addSlide("images/klassy_klown.jpg", "./KlassyKlown.htm", "_self", "Klassy Klown - He has a posh accent and prezzies for all, does magic, balloons, and is so sophisticated it hurts - click for details", "cursor: help;");
mySlide2.setStartDelay(2);
mySlide2.setSlideDelay(10);
mySlide2.setTransType(24);
mySlide2.setTransDuration(1.5);

mySlide3 = new JSFX.ClickableSlideShow();
mySlide3.addSlide("images/mr_mime.jpg", "./MrMime.htm", "_self", "Mr Mime - all the three stooges rolled into one without the voice - click for details", "cursor: help;");
mySlide3.addSlide("images/dr_doolittle.jpg", "./DoctorDoLittle.htm", "_self", "Doctor Do Little - why not give the Doc a call, he will leave you in stitches - click for details", "cursor: help;");
mySlide3.addSlide("images/krazy_klown.jpg", "./KrazyKlown.htm", "_self", "Krazy Klown - Smile in delight to the mystical magic and truly unforgettable adventures of this lovable klown - click for details", "cursor: help;");
mySlide3.addSlide("images/brucy.jpg", "./Brucy.htm", "_self", "Brucy - Hellllloooo, he's cute, cuddly and funny - click for details", "cursor: help;");
mySlide3.setStartDelay(4);
mySlide3.setSlideDelay(10);
mySlide3.setTransType(24);
mySlide3.setTransDuration(1.5);

mySlide4 = new JSFX.ClickableSlideShow();
mySlide4.addSlide("images/shananikins.jpg", "./Shananikins.htm", "_self", "Shananikins - bright, funny, weird, outgoing, lovable... he will be the life of the party - click for details", "cursor: help;");
mySlide4.addSlide("images/kid_karate.jpg", "./KidKarate.htm", "_self", "Kid Karate - hilarious, hysterical, humorous.... and he's Funny - click for details", "cursor: help;");
mySlide4.addSlide("images/krazy_kowboy.jpg", "./KrazyKowboy.htm", "_self", "Krazy Kowboy - He cannot ride a horse or even shoot a gun, but he has some great toothpick tricks - click for details", "cursor: help;");
mySlide4.addSlide("images/saucy_santa.jpg", "./SaucySanta.htm", "_self", "Saucy Santa - at his saucy best, he'll tell you his thoughts on marriage, work and kids - click for details", "cursor: help;");
mySlide4.setStartDelay(6);
mySlide4.setSlideDelay(10);
mySlide4.setTransType(24);
mySlide4.setTransDuration(1.5);

mySlide5 = new JSFX.ClickableSlideShow();
mySlide5.addSlide("images/luna_tic_tic_tic.jpg", "./LunaTicTicTic.htm", "_self", "Luna Tic Tic Tic - He is crazy, he is wild, he is very funny, and repeats everything - click for details", "cursor: help;");
mySlide5.addSlide("images/olivia_newtop_john.jpg", "./OliviaNewtopJohn.htm", "_self", "Olivia Newtop John - a beautiful, young, caring, sensitive girl with great talent and a large personality - click for details", "cursor: help;");
mySlide5.addSlide("images/radical_robot.jpg", "./RadicalRobot.htm", "_self", "Radical Robot - his movements and motions are radical, and will captivate you with sheer delight - click for details", "cursor: help;");
mySlide5.addSlide("images/krazy_kid.jpg", "./KrazyKid.htm", "_self", "Krazy Kid - he’s everything you want your children NOT to be - click for details", "cursor: help;");
mySlide5.setStartDelay(8);
mySlide5.setSlideDelay(10);
mySlide5.setTransType(24);
mySlide5.setTransDuration(1.5);

function JSFX_StartEffects()
{
	mySlide1.start();
	mySlide2.start();
	mySlide3.start();
	mySlide4.start();
	mySlide5.start();
}
