/************************************
 ************************************
 ** Script written by Sam Venables **
 ** The script is reusable but the **
 ** author's request is that this  **
 ** star-box is left in place.     **
 ** E-mail - sam@transfinity.co.uk **
 ************************************
 ************************************/

function checkBoxes()
{
count=0
for (num=0; num<=55; num++)
   {
   if (document.form1.elements[num].checked)
      {count+=eval(document.form1.elements[num].value)}
   else
      {}
   eval(count)
   }

alertWindow=window.open("online_assessment.php","","width=450,height=500,sizable=no,toolbar=no,status=no,menubar=no,scrollbars=yes,location=no")
alertWindow.document.write("<HTML>\n<HEAD>\n<LINK REL=stylesheet HREF=group.css>\n<TITLE>Results</TITLE>\n</HEAD>\n<BODY BGCOLOR=#88D8E8>\n<TABLE HEIGHT=100% WIDTH=100% border=0 CELLPADDING=5><TR>\n<TD VALIGN=top>")

if (count>=14 && count<=25)
 {alertWindow.document.write("<p>You scored <b>"+count+"</b></p><p>Hmmm. You obviously spend so much time running your business that marketing communications has slipped right down the priority list.  Or perhaps you don't really believe it can be a valuable business tool, creating a better understanding between your company and its customer base?</p><p>A good place to start - or restart - would be a communications audit, where you look at what you have in the way of marketing materials, and how well they work for you.</p><p>Next, set a realistic budget, plan who you need to reach and with what messages and then - be honest! Can you really allocate the resources in-house to get the job done, or could you benefit from external specialist planning and implementation skills. If it's the latter, we'd love to help you get started!</p>")};
if (count>=26 && count<=37)
 {alertWindow.document.write("<p>You scored <b>"+count+"</b></p><p>So you have given some thought to marketing communications, but there are still gaps in your armoury.</p><p>Your marketing materials serve you best if they are up-to-date and in line with your business objectives, so perhaps its time for a review and some fresh ideas.</p><p>Initial consultations with many agencies (including us) are often free, and properly planned and executed design and PR work can be a very worthwhile investment. Perhaps it's time you made a call for some help?</p>")};
if (count>=38 && count<=49)
 {alertWindow.document.write("<p>You scored <b>"+count+"</b></p><p>An impressive score! Clearly you care about the impression your organisation makes in the marketplace, and you are working to control and get the best from it.</p><p>But nobody's perfect. The key is not to take what you have achieved already for granted, but to keep refreshing and refocusing your marketing activity.</p><p>Check that in addition to the basics, which communicate your messages to external audiences, you have not ignored crisis communications strategies or internal relations - often these are put on the backburner and only addressed when the need arises (when really it's too late).</p><p>Nor should you ignore the gloss that designed items such as attractive display or sales presentation materials can provide. Such things need not be expensive, and could help to round out your corporate image.</p>")};
if (count>=50)
 {alertWindow.document.write("<p>You scored <b>"+count+"</b></p><p>Congratulations! You obviously pay close attention to your marketing communications. Now you need to keep up the good work.</p><p>Remember that messages change as organisations develop, so keep reviewing PR and designed materials regularly to ensure they remain relevant and up to date.</p><p>Schedule your next communications audit now, and don't forget that an outsider's view (either on a consultancy or implementional level) can often shed new light.</p>")};

alertWindow.document.write("<p align=center><INPUT TYPE=button style=\"font-family:arial,helveticca;font-size:8pt\" VALUE=\"Close this window\" onCLick=\"self.close()\"></p></TD></TR></TABLE></BODY></HTML>")

}