<!-- hide script from old browsers

function clientCommentSm(company)     
{    
var clientCommentSm=window.open("", "newwin", "height=150,width=300,left=200,top=200,screenX=200,screenY=200");  
clientCommentSm.document.write("<HTML>")  
clientCommentSm.document.write("<TITLE>"+company.title+"</TITLE>")  
clientCommentSm.document.write("<link rel=stylesheet href=style.css>")  
clientCommentSm.document.write("<BODY BGCOLOR='cc3333' class=bodyCopy background='images/setup/logo_lt.gif'>")
clientCommentSm.document.write(company.contents)
clientCommentSm.document.write("<center><img src='images/setup/spacerbrn.gif' width='100%' height='2'></center><br>")
clientCommentSm.document.write("<a href=''onClick='self.close()' class=bodyLink>Close Window</a>")
clientCommentSm.document.write("</body>")  
clientCommentSm.document.write("</HTML>")      
}

function clientCommentLg(company)     
{    
var clientCommentLg=window.open("", "newwin", "height=250,width=500,left=200,top=200,screenX=150,screenY=150");
clientCommentLg.document.write("<HTML>")  
clientCommentLg.document.write("<TITLE>"+company.title+"</TITLE>")  
clientCommentLg.document.write("<link rel=stylesheet href=style.css>")  
clientCommentLg.document.write("<BODY BGCOLOR='cc3333' class=bodyCopy background='images/setup/logo_lt_lgr.gif'>")
clientCommentLg.document.write(company.contents)
clientCommentLg.document.write("<center><img src='images/setup/spacerbrn.gif' width='100%' height='2'></center><br>")
clientCommentLg.document.write("<a href=''onClick='self.close()' class=bodyLink>Close Window</a>")
clientCommentLg.document.write("</body>")  
clientCommentLg.document.write("</HTML>")      
}

var exxon = {title:"Exxon Corporation", contents:"\"Oh what a night! Everything was perfect as usual. You surely make the entertainment portion of the evening worry free, because I know the music will be exceptional.\"<br><br>"};

var nokia = {title:"Nokia Telecommunications", contents:"\"The band was great. Everyone enjoyed themselves, and the dance floor was still packed through the last song.\"<br><br>"};

var compaq= {title:"Tandem Compaq", contents:"\"At all times our company was assured that all details were under control with no last minute problems.\"<br><br>"};

var chase= {title:"Chase Bank", contents:"\"Very professional, very courteous!\"<br><br>"};

var acs= {title:"American Cancer Society", contents:"\"The band was highly professional. You (Absolute Entertainment) were flexible with us as we tried to establish the date and venue. Giving us scouting locations was extremely helpful!\"<br><br>"};

var how= {title:"HOW Design Conference", contents:"\"...we realize that we couldn't have successfully pulled-off this conference without your help.\"<br><br>"};

var symphony= {title:"Sherman Symphony Guild Fund Raiser", contents:"\"Excellent help and support!\"<br><br>"};

var pgi= {title:"PGI/System Ware Party", contents:"\"They were wonderful to work with and a pleasure to listen to. Had many great comments from party guests.\"<br><br>"};

var diamond= {title:"Double Diamond Companies", contents:"\"Everyone had a great time!\"<br><br>"};

var fanniemae= {title:"Fannie Mae", contents:"\"Very high energy! Thanks for finding this band for us on such short notice.\"<br><br>"};

var armyair= {title:"Army-Air Force Exchange", contents:"\"Loved the sound and the (song) selection. The guests danced 'til closing.\"<br><br>"};

var easter= {title:"Easter Seal Society", contents:"\"The Project as always was a big hit. Thank you again...\"<br><br>"};

var henry= {title:"Henry S. Miller", contents:"\"You guys were great, of course we knew that or we would not have had you at our company awards party.\"<br><br>"};

var dimes= {title:"March of Dimes", contents:"\"Just a note of thanks for the wonderful job...I appreciate your professionalism during the planning process for both events.\"<br><br>"};



function openWindow2(suggestions)     
{    
var OpenWindow2=window.open("", "newwin2", "height=225,width=300,left=200,top=200,screenX=200,screenY=200");  
OpenWindow2.document.write("<HTML>")  
OpenWindow2.document.write("<TITLE>"+suggestions.title+"</TITLE>")  
OpenWindow2.document.write("<link rel=stylesheet href=../../style.css>")  
OpenWindow2.document.write("<BODY BGCOLOR='cc3333' class=bodyCopy background='../../images/setup/logo_lt_lg.gif'>")
OpenWindow2.document.write(suggestions.contents)
OpenWindow2.document.write("<center><img src='../../images/setup/spacerbrn.gif' width='100%' height='2'></center><br><br>")
OpenWindow2.document.write("<a href=''onClick='self.close()' class=bodyLink>Close Window</a>")
OpenWindow2.document.write("</body>")  
OpenWindow2.document.write("</HTML>")      
}


var trumpeter = {title:"Trumpet Song Suggestions", contents:"Below are a few musical selections we would suggest for your joyious day.<br><br><b>Bach</b> - Jesu, Joy of Man's Desiring<br><b>Vivaldi</b> - Concerto in C Major<br><b>Handel</b> - La Rejouissance<br><b>Clarke</b> - Trumpet Voluntary<br><b>Schubert</b> - Ave Maria<br><b>Mouret</b> - Fanfares<br><br>"};
