To capture the code, press Select All then COPY the contents.
I have made notes in code below it and it will effect functionality!
<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->
<!-- Original: Martial Boissonneault -->
<!-- Web Site: http://getElementById.com -->
<!-- Modification: Samantha Conway -->
<!-- Allow link to pop open a new resizable window on top of current window -->
<style type="text/css">
.menulinks {position:relative;}
#menucont a{color:#660099; font-weight:bold; text-decoration:none;}
#menucont a:hover{color:#CC0066 ; font-weight:bold; text-decoration:underline overline; text-transform: uppercase;}
</style>
<BODY>
<div id="menucont">
<!-- Put all links between <center> </center> to get those links align center for older browser -->
<a href="http://www.lambertusa.com/resurface/id22.htm" TARGET="_blank" TITLE="Thin patch material for a 'Like New' surface" id="a1" class="menulinks" title="Renew Coat">Renew Coat</a><br>
<a href="http://www.lambertusa.com/cure/id45.htm" TARGET="_top" TITLE="Clear sealer designed for use over colored concrete" id="a2" class="menulinks" title="Clear Colorseal">Clear Colorseal</a><br>
<a href="http://www.lambertusa.com/resurface/id103.htm" TARGET="_top" TITLE="Anchor cement" id="a3" class="menulinks" title="White Plug">White Plug</a><br>
</div>
|