<!--
SLIDES = new slideshow("SLIDES");

s = new slide();
s.src =  "webpages/23a.jpg";
s.text = "We can offer you a high quality and affordable web site design to fit your needs.";
s.link =  "orginazations.asp";
SLIDES.add_slide(s);

s = new slide();
s.src =  "webpages/24a.jpg";
s.text = "We can offer you a high quality and affordable web site design to fit your needs.";
s.link =  "smallbusiness.asp";
SLIDES.add_slide(s);

s = new slide();
s.src =  "webpages/18a.jpg";
s.text = "We can offer you a high quality and affordable web site design to fit your needs.";
s.link =  "smallbusiness.asp";
SLIDES.add_slide(s);

s = new slide();
s.src =  "webpages/21a.jpg";
s.text = "If your club needs a way to communicate with its members then a web site is the perfect way to do it.";
s.link =  "clubs.asp";
SLIDES.add_slide(s);

s = new slide();
s.src =  "webpages/13a.jpg";
s.text = "A well designed web site can be a asset to your business and open the world of e-commerce to you.";
s.link =  "ecommerce.asp";
SLIDES.add_slide(s);

s = new slide();
s.src =  "webpages/19a.jpg";
s.text = "When your business is on the web, your business is open 24/7/365.";
s.link =  "smallbusiness.asp";
SLIDES.add_slide(s);

s = new slide();
s.src =  "webpages/7a.jpg";
s.text = "If you can't be found, your web site is nothing more than an electronic brochure that you can send existing prospects to see.";
s.link =  "smallbusiness.asp";
SLIDES.add_slide(s);

s = new slide();
s.src =  "webpages/17a.jpg";
s.text = "Have you announced the engagement? Ring in the news with a Personal Wedding Web Site.";
s.link =  "promotional.asp";
SLIDES.add_slide(s);

//-->