# HG changeset patch # User rlm # Date 1264965674 18000 # Node ID 4431dc7d4bb5d796f3ef97ad9797ac5c8bc4df28 # Parent 26c2b3ad21c75706decb833b7d4f77e957275f0c [svn r48] almost fixed "hover over" bug diff -r 26c2b3ad21c7 -r 4431dc7d4bb5 awesome_js/robert.js --- a/awesome_js/robert.js Sun Jan 31 12:33:33 2010 -0500 +++ b/awesome_js/robert.js Sun Jan 31 14:21:14 2010 -0500 @@ -1,4 +1,35 @@ +descHash = new Object(); + + + + +descHash.classic_acrylic_clear = +"

The Classic LaserKard.

Balanced and Complete. The original LaserKard. For those that wish to leave no stone unturned. It's all there."; + +descHash.big_acrylic_clear = +"

The Bold Kard.

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."; + +descHash.basic_acrylic_clear = +"

The Arrow Kard.

Precise and Straightforward. For those that seek to make a statement while being clear and concise. Straight as an arrow."; + +descHash.lines_acrylic_clear = +"

The Direct Kard.

Thorough and Distinct. For those that aim to demonstrate their professionalism with style. Push the envelope. Be Direct."; + + + + + + +function pokedex(target) +{ + + +var description = eval ("descHash." + target); + +document.getElementById('pokedex').innerHTML = description; + +} diff -r 26c2b3ad21c7 -r 4431dc7d4bb5 buy.html --- a/buy.html Sun Jan 31 12:33:33 2010 -0500 +++ b/buy.html Sun Jan 31 14:21:14 2010 -0500 @@ -87,12 +87,28 @@ PERL::INITIALVALUES +
+PERL::INITIALCARD +
+
PERL::DEFS
+
+{ +"big_acrylic_clear" : "bold", +"basic_acrylic_clear" : "wwx", +"classic_acrylic_clear" : "fuck", +"lines_acrylic_clear" : "damn" +} + +
+ + +