var testimonial=new Array()
//change the array below to the text associated with your links Expand or contract the array, depending on how many links you have
testimonial[0]='<div class="testimonial_text">"We have worked with Klein Design for 10 years. They have been an integral part of our company&rsquo;s growth-helping us become a leader in our industry. Klein has developed everything from literature, product fliers, packaging, advertisements and branding campaigns to all three of our websites. We couldn&rsquo;t be happier with Juliann and her creative team."<br><br></div><div class="testimonial_text" align="right"><b>Jeff Long</b><br>Director of Sales and Marketing<br>A&D Weighing</div>'
testimonial[1]='<div class="testimonial_text">"I have worked closely with Juliann and Klein Design for five years on a very complex, multi-faceted global marketing program at Cisco Systems. We quickly moved from client-vendor relationship to one of business partners. I include her in all of my earliest planning cycles each year. I count on Juniann&rsquo;s creativity, flexibility and ability to turn on a dime, even when I put unreasonable demands on her and her team. I truly owe a large portion of my success with this strategic program to Klein."<br><br></div><div class="testimonial_text" align="right"><b>Geoffrey Miller</b><br>Sr. Manager, Market Management<br>Commercial Market Development<br>Cisco Systems, Inc.</div>'
testimonial[2]='<div class="testimonial_text">"I have worked with Juliann and the Klein Design team on web, lead generation and collateral projects while at 3Com, Juniper Networks, Quova and for my own consulting company clients. They are quick to grasp the objective of any project, incredibly fast, fair-priced and do quality work."<br><br></div><div class="testimonial_text" align="right"><b>Kerry Langstaff</b><br>Vice President, Marketing<br>Quova, Inc.<br>and Principal, Langstaff Communications</div>'
testimonial[3]='<div class="testimonial_text">"This is a testimonial from McAfee - content to be provided"<br><br></div><div class="testimonial_text" align="right"><b>Dee-Dee Wilson</b><br>McAfee</div>'
testimonial[4]='<div class="testimonial_text">"Klein Design is a required member of my extended marketing team. They have delivered everything from highly creative brands to rapid-fire collateral production under some of the most challenging situations. They are wonderful to work with and I often wonder what I would do without their support. They truly make my job easier and we have a great time doing it."<br><br></div><div class="testimonial_text" align="right"><b>Sheryl Lane</b><br>Marketing Manager<br>Hewlett-Packard</div>'
testimonial[5]='<div class="testimonial_text">"We are Klein Design&rsquo;s first law firm client and we have been extremely pleased with their creative thinking and designs for our logo, website and printed materials. We wanted something different from other law firms and Klein Design provided us with our new concept. For us to drop our traditional look and adopt a more modern look is a true testimonial to the creativity and understanding of our needs by Klein Design."<br><br></div><div class="testimonial_text" align="right"><b>Connie F. Werschem, CLM</b><br>Galloway, Lucchese, Everson and Picchi</div>'
testimonial[6]='<div class="testimonial_text">"Klein Design provides a great range of various marketing services at a value that no other agency in the bay area can compete with. The finished product is always professional and delivered with top notch service."<br><br></div><div class="testimonial_text" align="right"><b>Brian Paulson</b><br>Marketing Communications Manager<br>Juniper Networks</div>'

function regenerate(){
window.location.reload()
}
function regenerate2(){
if (document.layers){
appear()
setTimeout("window.onresize=regenerate",450)
}
}

function changetext(whichtestimonial){

if (document.all||document.getElementById){
cross_el=document.getElementById? document.getElementById("descriptions"):document.all.descriptions
cross_el.innerHTML=whichtestimonial
}
else if (document.layers){
document.d1.document.d2.document.write('<font face="Verdana"><small>'+whichtestimonial+'</small></font>')
document.d1.document.d2.document.close()
}

}

function appear(){
document.d1.visibility='show'
}

window.onload=regenerate2