var answers=new Array();
answers[0]="Dream Designs is a Freelance Business dedicated to creating advanced, interactive, multimedia websites. The Dream Designs branding was officially launched in 2003 however, we have been in business since 1999.<p>We have worked with clients globally, including Thailand, Singapore, Canada and UK.</p>";
answers[1]="That depends on the client's vision. Website design can be as simple as a couple of pages with text and images and as complex as database driven, interactive layouts. The pricing structure can be as little as 100 (US) dollars and up.";
answers[2]="Yes, all quotes are free. However, in order to give a proper estimate, adequate detail must be given in regards to content and overall \"idea\" behind the website.";
answers[3]="Yes, Dream Designs is a certified entity filed under a \"Fictitious Business Name\" in Fresno County, California. ";
answers[4]="Too many to count. Many have been complete multipage websites and many more have been Graphic Designs for flyers, brochures and other publications.";
answers[5]="Yes, some of projects are posted under the Portfolio link to the left. However, not all of our projects are presented online in leu of our client's rights to privacy.";
answers[6]="We undertake projects both small and great. A personal website is treated equally as important as a project for a large international corporation. ";
answers[7]="If you have a current project pending or under construction, you can login to your client area or simply give us a call provided on the contact page.";
answers[8]="Billing options depends on the project undertaken. Primary method of billing is person to person interaction. However, for out of state and international clients, payment methods can be done using Credit Card, PayPal, Stormpay, E-gold, Money Order.";
answers[9]="It was a decision we at Dream Designs felt to be the right choice based on the ever advancing \"Markup\" language recommendations established by the W3C. Although coding websites using Tables is by no means deprecated, we believe that adopting the latest in standards and Markup languages should be followed. By adopting the latest standards, we can ensure that projects developed here at Dream Designs will have a better compatibility and integration with the latest browsers and internet technologies. ";

function showAnswer(n,q) {
    var newN=n+1;
    document.getElementById('answerDiv').innerHTML="<strong>-From...</strong><br /><em>\""+q+"\"</em><br /><br />"+answers[n];
}