// JavaScript Document
var baseString = "<strong>I Just Need . . . </strong><br /><p>Just move your mouse cursor over the box that best describes what you need, and a description of the suggested package appears here!</p><p>At Ruysdael Design, we are dedicated to providing you with a web site that perfectly matches your needs. If you don't see your specific need identified in one of the boxes on the left, just send us an email with an explanation of what you're looking for, and we'll do our best to help you.</p><p>Good luck!</p>";

var tab1String = "<strong>Basic Site</strong><br /><p>For a basic site that won't change very much, consider the <a href=\"packages.php#basicpackage\">Basic Package</a>. For only $250, you get up to 5 web pages designed with a common template theme that we design to your specifications. This will give you a presence on the web and allow you to advertise your services, along with your contact information. You can use it for personal or business reasons.</p><p>You get everything you need with this basic package. We reserve the domain name of your choice and we set up and maintain your servers. All you have to do is give us your design guidelines, and you're good to go. <a href=\"packages.php#postdeployment\">Post-deployment service</a> can put in additional pages for you and add more dynamic content as per your direction. When you're ready to move to a more sophisticated site, let us know, and we'll move you into a <a href=\"packages.php#blogpackage\">Blog</a> or <a href=\"packages.php#cms\">CMS</a> site.</p>";

var tab2String = "<strong>Blog Site</strong><br /><p>Blogging is one of the most popular uses of the web, and there are many famous blog authors. Join in on the fun and begin blogging right away with our <a href=\"packages.php#blogpackage\">Blog Package</a>!</p><p>We will reserve your domain name and set up a blogging account on our servers. We'll set you up with the popular WordPress blogging software, and we'll show you how to use it. Then we come back every month to ensure you're keeping your site up to date and loaded with fresh content. If you need additional help, we can provide copyediting and ghost-writing services as part of our <a href=\"packages.php#literature\">Literature Package</a>. As with most things on the web, it is important to keep your content fresh, and we'll help you do it. We'll also help you set up advertisements on your blog so you may generate some additional revenue.</p><p>So join the fun and begin blogging today!</p>";

var tab3String = "<strong>Full Business Site</strong><br /><p>Businesses and serious web enthusiasts need more than a basic website or a basic blog. A fully hosted Content Management System (CMS) meets the needs of a website with serious teeth. The <a href=\"packages.php#cms\">CMS Package</a> was designed with this requirement in mind. You can set up multiple blogs, create categories with articles, case studies, white papers, pictures, and whatever you need. We use either Drupal or Joomla! CMS software (whichever is most appropriate), which provides you with an almost limitless site with dynamic content. We design the overall template based on your specifications, reserve the domain name and host the entire site for you.</p><p>Consider our copyediting and ghost-writing services (as part of the <a href=\"packages.php#literature\">Literature Package</a>) to help you keep the site fresh, dynamic and professional.</p><p>If you're ready for a really big presence on the web, we're ready to help you get there!</p>";

var tab4String = "<strong>Social Media Site</strong><br /><p>Give your viewers a place to discuss and interact on topics that you care about. Whether you're a business or have a topic you feel passionately about (or both), host an online forum where you can interact with people and discuss it. The <a href=\"packages.php#socialmedia\">Social Media Package</a> contains all you need to host multiple forums and accept comments on your blogs. CAPTCHA is used to help keep out the spammers, and you can moderate all postings, should you choose to do so. Many businesses find Social Media an effective way to monitor the sentiments of their customers as well as provide informal product support. In fact, businesses often find that their customers will interact with each other and help each other find solutions without any effort on your part!</p><p>Get the Social Media package and begin live interaction with your customers today!</p>";

var tab5String = "<strong>Flash Animation</strong><br /><p>Adobe Flash is installed on 98% of client browsers, and you can have your own customized flash banners, animations, games and custom-branded video players. Order the <a href=\"packages.php#flashbanner\">Flash Banner Package</a> to get your own custom Flash banner ad. Order the <a href=\"packages.php#flashanimation\">Flash Animation Package</a> for custom animations you can use for education, entertainment or advertising. Order the <a href=\"packages.php#flashvideo\">Flash Video Package</a> for your own custom-branded flash video player. You may  want to consider ordering the <a href=\"packages.php#advancedservices\">Advanced Services Package</a> to create your own interactive Flash content, used mainly for games or specialized applications like mortgage calculators.</p><p>Adobe Flash can add a cool dynamic to your site, which would attract more viewers and bring in more traffic. You don't need to have a site hosted on Ruysdael to order any of the Flash Packages - we can implement Flash on any host you choose!";

var tab6String = "<strong>Customer Online Chat</strong><br /><p>If you have customers and need to interact with them in real-time, then consider the <a href=\"packages.php#chat\">Chat Package</a>. With the Chat Package installed on your site, you can make yourself - or someone on your staff - available to answer questions or provide support. You can optionally record the chats for future reference. Your customers will like the idea of getting directly to an expert without having to maneuver through a phone system. You'll like the idea of being able to chat simultaneously with many customers, thus allowing your staff to operate more efficiently in providing service to your customers.</p><p>As an option, consider the idea of allowing us to operate the chat on your behalf; you simply train a member of our staff on how to handle chats, and we monitor the chat room for you. Prices start at $5.00 per hour, depending on the workload.</p>";

var tab7String = "<strong>Website Programming</strong><br /><p>Here at Ruysdael Design, we specialize in several disciplines used in today's web design, including HTTP, PHP/MySQL, CSS, JavaScript and Adobe Flash. We have all the required tools to make our work more efficient, and we aren't afraid to drop down to the bare code to get what is needed. Whether it's building a specialized data-driven website for e-commerce or putting together an interactive game in Flash, we have the expertise to provide what you need. See the <a href=\"packages.php#advancedservices\">Advanced Services Package</a> for more information.</p><p>If you have a unique idea for your website but aren't sure how to do it, <a href=\"http://www.ruysdaeldesign.com/contactform.php\">contact us</a>, and we'll see if a bit of web programming can get you where you need to go!";

function ontab1() {
	document.getElementById('rightbar').innerHTML = tab1String;
}
function ontab2() {
	document.getElementById('rightbar').innerHTML = tab2String;
}
function ontab3() {
	document.getElementById('rightbar').innerHTML = tab3String;
}
function ontab4() {
	document.getElementById('rightbar').innerHTML = tab4String;
}
function ontab5() {
	document.getElementById('rightbar').innerHTML = tab5String;
}
function ontab6() {
	document.getElementById('rightbar').innerHTML = tab6String;
}
function ontab7() {
	document.getElementById('rightbar').innerHTML = tab7String;
}
