function toggleDiv(divid)
  {
    if(document.getElementById(divid).style.display == 'none'){
      document.getElementById(divid).style.display = 'block';
    }else{
      document.getElementById(divid).style.display = 'none';
	 
    }
  }

function nav(destination) {
		document.location.href= destination;
		}

  
var params = { allowScriptAccess: "always" };
    var atts = { id: "myytplayer" };
    swfobject.embedSWF("http://www.youtube.com/v/3SotjnQWNsw&enablejsapi=1&playerapiid=ytplayer", 
                       "ytapiplayer", "425", "356", "8", null, null, params, atts);

 

 

        function updateHTML(elmId, value) {
          document.getElementById(elmId).innerHTML = value;
        }

        function setytplayerState(newState) {
          updateHTML("playerstate", newState);
        }

        function onYouTubePlayerReady(playerId) {
          ytplayer = document.getElementById("myytplayer");
          setInterval(updateytplayerInfo, 250);
          updateytplayerInfo();
          ytplayer.addEventListener("onStateChange", "onytplayerStateChange");
          ytplayer.addEventListener("onError", "onPlayerError");
        }

        function onytplayerStateChange(newState) {
          setytplayerState(newState);
        }

        function onPlayerError(errorCode) {
          alert("An error occured: " + errorCode);
        }

        function updateytplayerInfo() {
          updateHTML("bytesloaded", getBytesLoaded());
          updateHTML("bytestotal", getBytesTotal());
          updateHTML("videoduration", getDuration());
          updateHTML("videotime", getCurrentTime());
          updateHTML("startbytes", getStartBytes());
          updateHTML("volume", getVolume());
        }

        // functions for the api calls
        function loadNewVideo(id, startSeconds) {
          if (ytplayer) {
            ytplayer.loadVideoById(id, parseInt(startSeconds));
          }
        }

        function cueNewVideo(id, startSeconds) {
          if (ytplayer) {
            ytplayer.cueVideoById(id, startSeconds);
          }
        }

        function play() {
          if (ytplayer) {
            ytplayer.playVideo();
          }
        }

        function pause() {
          if (ytplayer) {
            ytplayer.pauseVideo();
          }
        }

        function stop() {
          if (ytplayer) {
            ytplayer.stopVideo();
          }
        }

        function getPlayerState() {
          if (ytplayer) {
            return ytplayer.getPlayerState();
          }
        }

        function seekTo(seconds) {
          if (ytplayer) {
            ytplayer.seekTo(seconds, true);
          }
        }

        function getBytesLoaded() {
          if (ytplayer) {
            return ytplayer.getVideoBytesLoaded();
          }
        }

        function getBytesTotal() {
          if (ytplayer) {
            return ytplayer.getVideoBytesTotal();
          }
        }

        function getCurrentTime() {
          if (ytplayer) {
            return ytplayer.getCurrentTime();
          }
        }

        function getDuration() {
          if (ytplayer) {
            return ytplayer.getDuration();
          }
        }

        function getStartBytes() {
          if (ytplayer) {
            return ytplayer.getVideoStartBytes();
          }
        }

        function mute() {
          if (ytplayer) {
            ytplayer.mute();
          }
        }

        function unMute() {
          if (ytplayer) {
            ytplayer.unMute();
          }
        }
        
        function getEmbedCode() {
          alert(ytplayer.getVideoEmbedCode());
        }

        function getVideoUrl() {
          alert(ytplayer.getVideoUrl());
        }
        
        function setVolume(newVolume) {
          if (ytplayer) {
            ytplayer.setVolume(newVolume);
          }
        }

        function getVolume() {
          if (ytplayer) {
            return ytplayer.getVolume();
          }
        }

        function clearVideo() {
          if (ytplayer) {
            ytplayer.clearVideo();
          }
        }




var detailsWindow;

function showHolmes(bookURL)
{
detailsWindow = window.open (bookURL,"holmesDemo", "width=749,height=490");
 detailsWindow.focus();
return false;
}


function showFlash(bookURL)
{
detailsWindow = window.open (bookURL,"flashDemo", "width=750,height=447");
detailsWindow.focus();
return false;
}



function advance(xx)
{


var fileNameStart = xx.lastIndexOf("/") + 1;
fileName =  xx.substr(fileNameStart);
 

switch (fileName)
{

alert(fileName);
case "1.jpg":

mod1.src = "graphics/2.jpg";
pagenumbertext.innerhtml= "2 of 21";
imgtext.innerhtml = "Pick A Theme And Stick To It";
imgtext2.innerhtml = "A strong theme unifies your site and gives it polish.  A theme helps sharpen your focus and punch up your brand.
<p>
Unfortunately, many sites lack clear vision and end up choppy and unmemorable.
</p>

<p>
Remember, a bit of drama goes a long way to stand out in the crowd.
</p>

<p>
With this site we capitalized on their strong orange logo setting it off against a dramatic dark charcoal backdrop. The client fell in love with the image of a tree in hand, so we put it front and center on the home page and pushed the theme further by using tree thumbnail images in the main menu.
</p>

<p>
<a href='http://villagelandscapesusa.com/'>villagelandscapesusa.com</a>"
</p>;
break;

case "2.jpg":
mod1.src = "graphics/3.jpg";
pagenumbertext.innerHTML= "3 of 21";
imgtext.innerHTML = "Your Tag Line Is Important";
imgtext2.innerHTML = "Short, descriptive and memorable: that's the key to a great tag line. And a great tag line is a the key to get visitors exploring your site.  Make sure your tag line tells the world exactly what you do and how what you do can benefit them.<br><br>For this U.S. State Department intranet site, the tag line 'Training for today's job and tomorrows challenge' is both descriptive and contains an implied benefit (we can help you succeed now and in the future).<br><br>Spend the time to get your tag line right and make sure your tag line has a prominent place on your home page.<br><br>Internal site: no public link";
break;

case "3.jpg":
mod1.src = "graphics/4.jpg";
pagenumbertext.innerHTML= "4 of 21";
imgtext.innerHTML = "Focus On Key Objectives";
imgtext2.innerHTML = "Do you really know why you need a web site?  It's not a trick question.<br><br>Too many sites are built without clear objectives.<br><br>Spend the time to spell out your top three of four objectives to make sure you achieve them.  Forget the shotgun approach: too many objectives is the road to failure.<br><br>Notice the two large image buttons on the home page of this internal site we designed of the U.S. State Department.  They are the action items for the top two objectives for this site.<br><br>And remember, the best way to achieve your objectives is by helping your visitors achieve their objectives.<br><br>Internal site: no public link";
break;

case "4.jpg":
mod1.src = "graphics/5.jpg";
pagenumbertext.innerHTML= "5 of 21";
imgtext.innerHTML = "Start Off Strong: Get Your Home Page Right";
imgtext2.innerHTML = "You only have a few precious seconds to make your best impression: so don't blow it.  Your home page is your most important page by far.<br><br>Your first and most important objective is to reduce the bounce rate on your home page.  When visitors to your site drop out on your home page they are lost for good, generally never to return.<br><br>So take the time and make the effort to make sure your home page hits a home run, the first time and every time.<br><br>We designed this home page with a certain amount of intrigue to entice visitors to discover what 'Classic Interiors With A Twist' is all about.";
break;

case "5.jpg":
mod1.src = "graphics/6.jpg";
pagenumbertext.innerHTML= "6 of 21";
imgtext.innerHTML = "People Buy From People";
imgtext2.innerHTML = "Too many web sites lack human touch.  There's no emotion and that's too bad because emotion plays an important part in the decision to act and buy.<br><br>In this site we use a brief banner video to begin building relationships.  This video makes it personal.  Visitors get to see and hear from the owners of the business and from the inspectors who will come to your house to perform the work.<br><br>This video goes a long way to build trust and confidence and give emotional motivation to do business with this company rather than a competitor.";
break;

case "6.jpg":
mod1.src = "graphics/7.jpg";
pagenumbertext.innerHTML= "7 of 21";
imgtext.innerHTML = "Satisfied Customers Make The Sale";
imgtext2.innerHTML = "Pay attention to the 'Testimonials' link on this CD business card (which we also produce).<br><br>This link plays a two minute video which features customers talking about this business with genuine enthusiasm and passion.<br><br>Social support is a key part of the sales process.  That's why testimonials should be an important part of your web site.  Visitors look for testimonials and expect them.  And a video testimonial packs the biggest punch by far.";
break;

case "7.jpg":
mod1.src = "graphics/8.jpg";
pagenumbertext.innerHTML= "8 of 21";
imgtext.innerHTML = "Watch Your Language";
imgtext2.innerHTML = "Design matters: but words matter more.<br><br>We always start with the words:the copy and content of your site.  Getting the words right is the hardest-and longest-part of building a site.<br><br>The copy for The Reformed Catholic web site is written by using the word 'you', a lot.  That's because web copy should always focus on THEM, the visitors to your site and less on you.  Your copy should always answer the question 'What's in it for me.'<br><br>Visitors to your site scan your words: so keep sentences and paragraphs short.  Pay attention to your headlines and sub-heads.  And always write about the benefit of a feature, not just the feature alone.";
break;

case "8.jpg":
mod1.src = "graphics/9.jpg";
pagenumbertext.innerHTML= "9 of 21";
imgtext.innerHTML = "Baby Steps First";
imgtext2.innerHTML = "Yes, you need a web site.  And the temptation is to go into overdrive and do it all at once.  But that's a mistake.<br><br>Building a custom web site is a big job and takes time to get it right.  Clients are often surprised by the level of detail and just plain hard work that goes into a site.<br><br>Our best advice is to go slow: Quality over quantity always win.  Build the essentials and then wait and watch. Find out what works and what doesn't. All sites need tweaking.  We often say that site launch is just the start.<br><br>Holmes Middle School actually started off with us producing a video for them.  They liked it so much they made it the banner for their site.  From a small start to a full site, slow and steady.";
break;

case "9.jpg":
mod1.src = "graphics/10.jpg";
pagenumbertext.innerHTML= "10 of 21";
imgtext.innerHTML = "What About A Template?";
imgtext2.innerHTML = "It's tempting.  And frankly, there are some good looking templates available that, at first glance, look like a great deal.  But hold on.<br><br>In our experience, templates often end up costing nearly as much, or more, than a custom site.  That's because it's hard to fit your brand and your content into a rigid, immovable format.  By the time you end up hiring a designer to modify the template you're often better off starting off with your own design.<br><br>Take a look at this design.  It's unmistakably custom with the entire site framed by a stylized version of this firm's logo (DS for Design Solutions). Custom design sends all the right messages: that your business is stable, substantial and credible.  Your web site is important: does a template solution really make sense?";
break;

case "10.jpg":
mod1.src = "graphics/11.jpg";
pagenumbertext.innerHTML= "11 of 21";
imgtext.innerHTML = "24/7 Customer Service";
imgtext2.innerHTML = "Design Solutions in Herndon, Virginia is all about customer service.  High six figure kitchen projects are the norm. Their customers demand top flight customer service and need to track their project at any time and anywhere in the world.<br><br>We built a robust solution that allows their customers to access a secure client area to review their project specifications, blueprints, progress photos and schedule.  A message center allows live interaction with their designer.<BR><BR>Your web site can be a great way to open a conversation with your customers and prospects.  It can be a great way to offer superior customer service.";
break;

case "11.jpg":
mod1.src = "graphics/12.jpg";
pagenumbertext.innerHTML= "12 of 21";
imgtext.innerHTML = "Search Engine Success";
imgtext2.innerHTML = "Google rewards high quality web sites with up to date, great content.  Over the long haul, it's the best game plan to for a coveted pole position in Google and other engines.<br><br>Unfortunately, there's no quick and easy way to climb to the top.  It takes dedication and hard work and a dedication to offering up useful content that slowly builds traffic and other web sites linking to yours.";
break;

case "12.jpg":
mod1.src = "graphics/13.jpg";
pagenumbertext.innerHTML= "13 of 21";
imgtext.innerHTML = "Content Trumps All";
imgtext2.innerHTML = "Content is king.  Leverage what you know best and share it with the world.<br><br>Get in the habit of writing brief articles that offer practical, helpful and knowledgeable information and advice.  Consider adding a blog to your web site as an easy way to publish timely content and the opportunity for your visitors to contribute comments, questions and still more useful information.<br><br>Great content is the best way to ensure the world beats a path to your door.";
break;

case "13.jpg":
mod1.src = "graphics/14.jpg";
pagenumbertext.innerHTML= "14 of 21";
imgtext.innerHTML = "Design Matters";
imgtext2.innerHTML = "Good design can spell the difference between software that sits on the shelf and software that gets used.<br /><br />And good design is more than just visual appeal: it's about solid functionality, simplicity and clarity.  Great software design should go beyond functionality and actually delight the user.";
break;


case "14.jpg":
mod1.src = "graphics/15.jpg";
pagenumbertext.innerHTML= "15 of 21";
imgtext.innerHTML = "Makeovers";
imgtext2.innerHTML = "Resist the urge to toss out your current web site.  Often, it's better to renovate rather than start all over from scratch.<br /><br />This US State Department intranet site benefited from a new, more contemporary visual treatment and content reworked to focus on the user."
break;

case "15.jpg":
mod1.src = "graphics/16.jpg";
pagenumbertext.innerHTML= "16 of 21";
imgtext.innerHTML = "Use Flash Wisely";
imgtext2.innerHTML = "Flash can be used to combine live video and motion graphics into a powerful multimedia presentation.<br /><br />But don't make the mistake of building an entire site around Flash.  It's tough for search engines to index and a Flash site can be slow to download."
break;

case "16.jpg":
mod1.src = "graphics/17.jpg";
pagenumbertext.innerHTML= "17 of 21";
imgtext.innerHTML = "Make It Look Familiar";
imgtext2.innerHTML = "A great user interface takes no explanation: it's totally intuitive.<br /><br />Make things look like the real world and users will feel right at home."
break;

case "17.jpg":
mod1.src = "graphics/18.jpg";
pagenumbertext.innerHTML= "18 of 21";
imgtext.innerHTML = "Sell the Sizzle";
imgtext2.innerHTML = "At the end of the day, all the elements come into play to make a web site or application really work.<br /><br />Great style, terrific images and easy to scan copy that pulls your visitor's into your message.<br /><br />And don't forget what goes on behind the scene: make sure your page markup cleanly separates content from presentation markup."
break;

case "18.jpg":
mod1.src = "graphics/19.jpg";
pagenumbertext.innerHTML= "19 of 21";
imgtext.innerHTML = "First Impressions Count";
imgtext2.innerHTML = "This is a custom web application splash screen which sets overall look and mood for the entire project.<br /><br />The National Cyber Range is a leading edge organization to fight cyber terrorism worldwide.  This design plays up a dark and somewhat foreboding theme."
break;

case "19.jpg":
mod1.src = "graphics/20.jpg";
pagenumbertext.innerHTML= "20 of 21";
imgtext.innerHTML = "Pay Attention To Visual Quality";
imgtext2.innerHTML = "This is another web application splash screen that established the design direction and quality for the entire project.<br /><br />This design incorporates established branding from the client, in this case, the government of Singapore."
break;

case "20.jpg":
mod1.src = "graphics/21.jpg";
pagenumbertext.innerHTML= "21 of 21";
imgtext.innerHTML = "Details Matter";
imgtext2.innerHTML = "Meaningful icons custom designed for a specific web site or application add style and functionality to any project.<br /><br />This collection of custom icons was designed for an on-line military logistics application."
break;
}
}




function retreat(xx)
{
var fileNameStart = xx.lastIndexOf("/") + 1;
fileName =  xx.substr(fileNameStart);
switch (fileName)
{

case "21.jpg":
mod1.src = "graphics/20.jpg";
pagenumbertext.innerHTML= "20 of 21";
imgtext.innerHTML = "Pay Attention To Visual Quality";
imgtext2.innerHTML = "This is another web application splash screen that established the design direction and quality for the entire project.<br /><br />This design incorporates established branding from the client, in this case, the government of Singapore."
break;

case "20.jpg":
mod1.src = "graphics/19.jpg";
pagenumbertext.innerHTML= "19 of 21";
imgtext.innerHTML = "First Impressions Count";
imgtext2.innerHTML = "This is a custom web application splash screen which sets overall look and mood for the entire project.<br /><br />The National Cyber Range is a leading edge organization to fight cyber terrorism worldwide.  This design plays up a dark and somewhat foreboding theme."
break;

case "19.jpg":
mod1.src = "graphics/18.jpg";
pagenumbertext.innerHTML= "18 of 21";
imgtext.innerHTML = "Sell the Sizzle";
imgtext2.innerHTML = "At the end of the day, all the elements come into play to make a web site or application really work.<br /><br />Great style, terrific images and easy to scan copy that pulls your visitor's into your message.<br /><br />And don't forget what goes on behind the scene: make sure your page markup cleanly separates content from presentation markup."
break;



case "18.jpg":
mod1.src = "graphics/17.jpg";
pagenumbertext.innerHTML= "17 of 21";
imgtext.innerHTML = "Make It Look Familiar";
imgtext2.innerHTML = "A great user interface takes no explanation: it's totally intuitive.<br /><br />Make things look like the real world and users will feel right at home."
break;

case "17.jpg":
mod1.src = "graphics/16.jpg";
pagenumbertext.innerHTML= "16 of 21";
imgtext.innerHTML = "Use Flash Wisely";
imgtext2.innerHTML = "Flash can be used to combine live video and motion graphics into a powerful multimedia presentation.<br /><br />But don't make the mistake of building an entire site around Flash.  It's still be tough for search engines to index and a Flash site can be slow to download."
break;

case "16.jpg":
mod1.src = "graphics/15.jpg";
pagenumbertext.innerHTML= "15 of 21";
imgtext.innerHTML = "Makeovers";
imgtext2.innerHTML = "Resist the urge to toss out your current web site.  Often, it's better to renovate rather than start all over from scratch.<br /><br />This US State Department intranet site benefited from a new, more contemporary visual treatment and content reworked to focus on the user."
break;

case "15.jpg":
mod1.src = "graphics/14.jpg";
pagenumbertext.innerHTML= "14 of 21";
imgtext.innerHTML = "Design Matters";
imgtext2.innerHTML = "Good design can spell the difference between software that sits on the shelf and software that gets used.<br /><br />And good design is more than just visual appeal: it's about solid functionality, simplicity and clarity.  Great software design should go beyond functionality and actually delight the user.";
break;


case "14.jpg":
mod1.src = "graphics/13.jpg";
pagenumbertext.innerHTML= "13 of 21";
imgtext.innerHTML = "Content Trumps All";
imgtext2.innerHTML = "Content is king.  Leverage what you know best and share it with the world.<br><br>Get in the habit of writing brief articles that offer practical, helpful and knowledgeable information and advice.  Consider adding a blog to your web site as an easy way to publish timely content and the opportunity for your visitors to contribute comments, questions and still more useful information.<br><br>Great content is the best way to ensure the world beats a path to your door.";
break;

case "13.jpg":
mod1.src = "graphics/12.jpg";
pagenumbertext.innerHTML= "12 of 21";
imgtext.innerHTML = "Search Engine Success";
imgtext2.innerHTML = "Google rewards high quality web sites with up to date, great content.  Over the long haul, it's the best game plan to for a coveted pole position in Google and other engines.<br><br>Unfortunately, there's no quick and easy way to climb to the top.  It takes dedication and hard work and a dedication to offering up useful content that slowly builds traffic and other web sites linking to yours.";
break;

case "12.jpg":
mod1.src = "graphics/11.jpg";
pagenumbertext.innerHTML= "11 of 21";
imgtext.innerHTML = "24/7 Customer Service";
imgtext2.innerHTML = "Design Solutions in Herndon, Virginia is all about customer service.  High six figure kitchen projects are the norm. Their customers demand top flight customer service and need to track their project at any time and anywhere in the world.<br><br>We built a robust solution that allows their customers to access a secure client area to review their project specifications, blueprints, progress photos and schedule.  A message center allows live interaction with their designer.<BR><BR>Your web site can be a great way to open a conversation with your customers and prospects.  It can be a great way to offer superior customer service.";
break;

case "11.jpg":
mod1.src = "graphics/10.jpg";
pagenumbertext.innerHTML= "10 of 21";
imgtext.innerHTML = "What About A Template?";
imgtext2.innerHTML = "It's tempting.  And frankly, there are some good looking templates available that, at first glance, look like a great deal.  But hold on.<br><br>In our experience, templates often end up costing nearly as much, or more, than a custom site.  That's because it's hard to fit your brand and your content into a rigid, immovable format.  By the time you end up hiring a designer to modify the template you're often better off starting off with your own design.<br><br>Take a look at this design.  It's unmistakably custom with the entire site framed by a stylized version of this firm's logo (DS for Design Solutions). Custom design sends all the right messages: that your business is stable, substantial and credible.  Your web site is important: does a template solution really make sense?";
break;

case "10.jpg":
mod1.src = "graphics/9.jpg";
pagenumbertext.innerHTML= "9 of 21";
imgtext.innerHTML = "Baby Steps First";
imgtext2.innerHTML = "Yes, you need a web site.  And the temptation is to go into overdrive and do it all at once.  But that's a mistake.<br><br>Building a custom web site is a big job and takes time to get it right.  Clients are often surprised by the level of detail and just plain hard work that goes into a site.<br><br>Our best advice is to go slow: Quality over quantity always win.  Build the essentials and then wait and watch. Find out what works and what doesn't. All sites need tweaking.  We often say that site launch is just the start.<br><br>Holmes Middle School actually started off with us producing a video for them.  They liked it so much they made it the banner for their site.  From a small start to a full site, slow and steady.";
break;

case "9.jpg":
mod1.src = "graphics/8.jpg";
pagenumbertext.innerHTML= "8 of 21";
imgtext.innerHTML = "Watch Your Language";
imgtext2.innerHTML = "Design matters: but words matter more.<br><br>We always start with the words:the copy and content of your site.  Getting the words right is the hardest-and longest-part of building a site.<br><br>The copy for The Reformed Catholic web site is written by using the word 'you', a lot.  That's because web copy should always focus on THEM, the visitors to your site and less on you.  Your copy should always answer the question 'What's in it for me.'<br><br>Visitors to your site scan your words: so keep sentences and paragraphs short.  Pay attention to your headlines and sub-heads.  And always write about the benefit of a feature, not just the feature alone.";
break;
 
case "8.jpg":
mod1.src = "graphics/7.jpg";
pagenumbertext.innerHTML= "7 of 21";
imgtext.innerHTML = "Satisfied Customers Make The Sale";
imgtext2.innerHTML = "Pay attention to the 'Testimonials' link on this CD business card (which we also produce).<br><br>This link plays a two minute video which features customers talking about this business with genuine enthusiasm and passion.<br><br>Social support is a key part of the sales process.  That's why testimonials should be an important part of your web site.  Visitors look for testimonials and expect them.  And a video testimonial packs the biggest punch by far.";
break;

case "7.jpg":
mod1.src = "graphics/6.jpg";
pagenumbertext.innerHTML= "6 of 21";
imgtext.innerHTML = "People Buy From People";
imgtext2.innerHTML = "Too many web sites lack human touch.  There's no emotion and that's too bad because emotion plays an important part in the decision to act and buy.<br><br>In this site we use a brief banner video to begin building relationships.  This video makes it personal.  Visitors get to see and hear from the owners of the business and from the inspectors who will come to your house to perform the work.<br><br>This video goes a long way to build trust and confidence and give emotional motivation to do business with this company rather than a competitor.";
break;

case "6.jpg":
mod1.src = "graphics/5.jpg";
pagenumbertext.innerHTML= "5 of 21";
imgtext.innerHTML = "Start Off Strong: Get Your Home Page Right";
imgtext2.innerHTML = "You only have a few precious seconds to make your best impression: so don't blow it.  Your home page is your most important page by far.<br><br>Your first and most important objective is to reduce the bounce rate on your home page.  When visitors to your site drop out on your home page they are lost for good, generally never to return.<br><br>So take the time and make the effort to make sure your home page hits a home run, the first time and every time.<br><br>We designed this home page with a certain amount of intrigue to entice visitors to discover what 'Classic Interiors With A Twist' is all about.";
break;

case "5.jpg":
mod1.src = "graphics/4.jpg";
pagenumbertext.innerHTML= "4 of 21";
imgtext.innerHTML = "Focus On Key Objectives";
imgtext2.innerHTML = "Do you really know why you need a web site?  It's not a trick question.<br><br>Too many sites are built without clear objectives.<br><br>Spend the time to spell out your top three of four objectives to make sure you achieve them.  Forget the shotgun approach: too many objectives is the road to failure.<br><br>Notice the two large image buttons on the home page of this internal site we designed of the U.S. State Department.  They are the action items for the top two objectives for this site.<br><br>And remember, the best way to achieve your objectives is by helping your visitors achieve their objectives.<br><br>Internal site: no public link";
break;

case "4.jpg":
mod1.src = "graphics/3.jpg";
pagenumbertext.innerHTML= "3 of 21";
imgtext.innerHTML = "Your Tag Line Is Important";
imgtext2.innerHTML = "Short, descriptive and memorable: that's the key to a great tag line. And a great tag line is a the key to get visitors exploring your site.  Make sure your tag line tells the world exactly what you do and how what you do can benefit them.<br><br>For this U.S. State Department intranet site, the tag line 'Training for today's job and tomorrows challenge' is both descriptive and contains an implied benefit (we can help you succeed now and in the future).<br><br>Spend the time to get your tag line right and make sure your tag line has a prominent place on your home page.<br><br>Internal site: no public link";
break;

case "3.jpg":
mod1.src = "graphics/2.jpg";
pagenumbertext.innerHTML= "2 of 21";
imgtext.innerHTML = "Pick A Theme And Stick To It";
imgtext2.innerHTML = "A strong theme unifies your site and gives it polish.  A theme helps sharpen your focus and punch up your brand.<br><br>Unfortunately, many sites lack clear vision and end up choppy and unmemorable.<br><br>Remember, a bit of drama goes a long way for standing out in the crowd.<br><br>With this site we capitalized on their strong orange logo setting it off against a dramatic dark charcoal backdrop.  The client fell in love with the image of a tree in hand, so we put it front and center on the home page and pushed the theme further by using tree thumbnail images in the main menu.<br><br><a href='http://villagelandscapesusa.com/'>villagelandscapesusa.com</a>";
break;

case "2.jpg":
mod1.src = "graphics/1.jpg";
pagenumbertext.innerHTML= "1 of 21";
imgtext.innerHTML = "Don't Skimp On The Photos"
imgtext2.innerHTML = "High quality photos build your brand and your credibility.  Don't skimp when it comes to high quality photos<br><br>Our best advice is to set aside money in the budget for professional photography.  Nothing destroys your credibility faster than bad photography.<br><br>Your visitors want to see pictures of you and your work, not some canned stock photos that have nothing to do with you.<br><br>Visitors want to know that you are for real and that they can have confidence doing business with your company.<br><br><a href='http://karenhockmaninteriors.com/'>karenhockmaninteriors.com</a>";
break;

}
}
 

        

     
 
