Mercurial > laserkard
comparison awesome_js/robert.js @ 47:4431dc7d4bb5 laserkard
[svn r48] almost fixed "hover over" bug
author | rlm |
---|---|
date | Sun, 31 Jan 2010 14:21:14 -0500 |
parents | 26c2b3ad21c7 |
children | b2a11435a89b |
comparison
equal
deleted
inserted
replaced
46:26c2b3ad21c7 | 47:4431dc7d4bb5 |
---|---|
1 | 1 |
2 descHash = new Object(); | |
3 | |
4 | |
5 | |
6 | |
7 descHash.classic_acrylic_clear = | |
8 "<h1>The Classic LaserKard.</h1>Balanced and Complete. The original LaserKard. For those that wish to leave no stone unturned. It's all there."; | |
9 | |
10 descHash.big_acrylic_clear = | |
11 "<h1>The Bold Kard.</h1>Austere and Iconic. For those that wish to leave an impression with the power of their name accompanied only by their main method of contact. Bold, period."; | |
12 | |
13 descHash.basic_acrylic_clear = | |
14 "<h1>The Arrow Kard.</h1>Precise and Straightforward. For those that seek to make a statement while being clear and concise. Straight as an arrow."; | |
15 | |
16 descHash.lines_acrylic_clear = | |
17 "<h1>The Direct Kard.</h1>Thorough and Distinct. For those that aim to demonstrate their professionalism with style. Push the envelope. Be Direct."; | |
18 | |
19 | |
20 | |
21 | |
22 | |
23 | |
24 function pokedex(target) | |
25 { | |
26 | |
27 | |
28 var description = eval ("descHash." + target); | |
29 | |
30 document.getElementById('pokedex').innerHTML = description; | |
31 | |
32 } | |
2 | 33 |
3 | 34 |
4 | 35 |
5 function stabForm(ID) | 36 function stabForm(ID) |
6 { | 37 { |