<style>
<!--
 /* Font Definitions */
 @font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman";}
a:link, span.MsoHyperlink
        {color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal;
        font-family:Arial;
        color:windowtext;}
span.EmailStyle18
        {mso-style-type:personal-reply;
        font-family:Arial;
        color:navy;}
@page Section1
        {size:8.5in 11.0in;
        margin:1.0in 1.25in 1.0in 1.25in;}
div.Section1
        {page:Section1;}
-->
</style>
                <font face="arial" size="2">If all you're doing is creating some sort of "clickable function trigger", why not use buttons with onclick event handlers?<br /><br />&lt;input type="button" value="Link Text" onclick="theFunction()" /&gt;<br /><br />Or if you prefer something that looks more like a link, use any other element with an onclick handler, like<br /><br />&lt;span class="someSuchFormattingClass" onclick="theFunction()"&gt;Link Text&lt;/span&gt;<br /><br />Of course you could start with a button and format that as well; really, it's up to you at that point.<br /><br /></font>
                <font face="Tahoma, Arial, Sans-Serif" size="2">
                                <b>From</b>: "Peter Lauri" <a href="mailto:lists@dwsasia.com">lists@dwsasia.com</a><br /></font>
                <br />
                <div class="Section1">
                                <p class="MsoNormal">
                                                <font face="Arial" color="navy" size="2">
                                                                <span style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial">Hi,</span>
                                                </font>
                                </p>
                                <p class="MsoNormal">
                                                <font face="Arial" color="navy" size="2">
                                                                <span style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial">
                                                                </span>
                                                </font> </p>
                                <p class="MsoNormal">
                                                <font face="Arial" color="navy" size="2">
                                                                <span style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial">Ok, I see. That should not be any problem then. However, that leads to another questions:</span>
                                                </font>
                                </p>
                                <p class="MsoNormal">
                                                <font face="Arial" color="navy" size="2">
                                                                <span style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial">
                                                                </span>
                                                </font> </p>
                                <p class="MsoNormal">
                                                <font face="Arial" color="navy" size="2">
                                                                <span style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial">In one site I have some &lt;a href="javascript:theFunction();"&gt;Link Text&lt;/a&gt;, they will break the code I assume. How should I do when I want to execute some code when someone clicks on a section of a text?</span>
                                                </font>
                                </p>
                                <p class="MsoNormal">
                                                <font face="Arial" color="navy" size="2">
                                                                <span style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial">
                                                                </span>
                                                </font> </p>
                                <p class="MsoNormal">
                                                <font face="Arial" color="navy" size="2">
                                                                <span style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial">/Peter</span>
                                                </font>
                                </p>
                                <p class="MsoNormal">
                                                <font face="Arial" color="navy" size="2">
                                                                <span style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial">
                                                                </span>
                                                </font> </p>
                                <p class="MsoNormal">
                                                <font face="Arial" color="navy" size="2">
                                                                <span style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial">
                                                                </span>
                                                </font> </p>
                                <div>
                                                <div class="MsoNormal" style="TEXT-ALIGN: center" align="center">
                                                                <font face="Times New Roman" size="3">
                                                                                <span style="FONT-SIZE: 12pt">
                                                                                                <hr tabindex="-1" align="center" width="100%" size="2" />
                                                                                </span>
                                                                </font>
                                                </div>
                                                <p class="MsoNormal">
                                                                <b>
                                                                                <font face="Tahoma" size="2">
                                                                                                <span style="FONT-WEIGHT: bold; FONT-SIZE: 10pt; FONT-FAMILY: Tahoma">From:</span>
                                                                                </font>
                                                                </b>
                                                                <font face="Tahoma" size="2">
                                                                                <span style="FONT-SIZE: 10pt; FONT-FAMILY: Tahoma"> javascript-bounces@LaTech.edu <b><span style="FONT-WEIGHT: bold">On Behalf Of </span></b>Peter Brunone<br /></span>
                                                                </font>
                                                </p>
                                </div>
                                <p class="MsoNormal">
                                                <font face="Times New Roman" size="3">
                                                                <span style="FONT-SIZE: 12pt">
                                                                </span>
                                                </font> </p>
                                <p class="MsoNormal">
                                                <font face="Arial" size="2">
                                                                <span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">Hi Peter,<br /><br />   The only time Javascript "breaks" your search engine viability is when it replaces your content and/or links.  Search engines work by following links, indexing the content on each page, and then following the links on each page.  If your links are replaced by Javascript calls, the search engine won't know what to do.<br />   Since you're just using JS to manipulate numbers within the same page, I can't see this being a problem.  Just make sure that all relevant areas of your site are still linked by traditional means and you should be fine.<br /><br />Cheers,<br /><br />Peter<br /><br /></span>
                                                </font>
                                                <b>
                                                                <font face="Tahoma" size="2">
                                                                                <span style="FONT-WEIGHT: bold; FONT-SIZE: 10pt; FONT-FAMILY: Tahoma">From</span>
                                                                </font>
                                                </b>
                                                <font face="Tahoma" size="2">
                                                                <span style="FONT-SIZE: 10pt; FONT-FAMILY: Tahoma">: "Peter Lauri" &lt;lists@dwsasia.com&gt;</span>
                                                </font>
                                </p>
                                <p class="MsoNormal">
                                                <font face="Arial" size="2">
                                                                <span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">
                                                                                <br />Hi Group, </span>
                                                </font>
                                </p>
                                <p class="MsoNormal">
                                                <font face="Times New Roman" size="3">
                                                                <span style="FONT-SIZE: 12pt">
                                                                </span>
                                                </font> </p>
                                <p class="MsoNormal">
                                                <font face="Arial" size="2">
                                                                <span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">I am going to create an online calculator similar to this one: </span>
                                                </font>
                                </p>
                                <p class="MsoNormal">
                                                <font face="Arial" size="2">
                                                                <span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">
                                                                                <a href="http://www.pacificteak.com/financials/projections1.htm">http://www.pacificteak.com/financials/projections1.htm</a>
                                                                </span>
                                                </font>
                                </p>
                                <p class="MsoNormal">
                                                <font face="Times New Roman" size="3">
                                                                <span style="FONT-SIZE: 12pt">
                                                                </span>
                                                </font> </p>
                                <p class="MsoNormal">
                                                <font face="Arial" size="2">
                                                                <span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">This one is built in flash, but I think that a JavaScript solution would be better. Then my question is: </span>
                                                </font>
                                </p>
                                <p class="MsoNormal">
                                                <font face="Times New Roman" size="3">
                                                                <span style="FONT-SIZE: 12pt">
                                                                </span>
                                                </font> </p>
                                <p class="MsoNormal">
                                                <font face="Arial" size="2">
                                                                <span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">Is it possible to build a calculator like this with JavaScript that does not break the search engines? The reason why I ask is because I always heard that JavaScript can many times break the search engines. </span>
                                                </font>
                                </p>
                                <p class="MsoNormal">
                                                <font face="Times New Roman" size="3">
                                                                <span style="FONT-SIZE: 12pt">
                                                                </span>
                                                </font> </p>
                                <p class="MsoNormal">
                                                <font face="Arial" size="2">
                                                                <span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">Best regards, </span>
                                                </font>
                                </p>
                                <p class="MsoNormal">
                                                <font face="Arial" size="2">
                                                                <span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">Peter Lauri </span>
                                                </font>
                                </p>
                </div>
                <br />