changeset 22:3298256dd459 laserkard

[svn r23] did much cosmetic work.
author rlm
date Sun, 03 Jan 2010 03:36:21 -0500
parents 142054e0d572
children 707d202f58b1
files about.php buy.html buy.pl contact.php index.php main.css paypal/BASE.paylist paypal/basic_acrylic_clear.paylist paypal/basic_acrylic_green.paylist paypal/big_acrylic_clear.paylist paypal/big_acrylic_green.paylist paypal/classic_acrylic_clear.paylist paypal/classic_acrylic_green.paylist paypal/lines_acrylic_clear.paylist paypal/lines_acrylic_green.paylist paypal/make.pl sexy.css top_menu.include
diffstat 18 files changed, 229 insertions(+), 278 deletions(-) [+]
line wrap: on
line diff
     1.1 --- a/about.php	Sun Jan 03 00:55:18 2010 -0500
     1.2 +++ b/about.php	Sun Jan 03 03:36:21 2010 -0500
     1.3 @@ -5,7 +5,7 @@
     1.4  <link rel="stylesheet" href="./main.css" type="text/css" media="screen" />
     1.5  <title>Laser Kard</title>
     1.6  </head>
     1.7 -<body>
     1.8 +<body id = "about">
     1.9  
    1.10  <?php include("top_menu.include"); ?> 
    1.11  
     2.1 --- a/buy.html	Sun Jan 03 00:55:18 2010 -0500
     2.2 +++ b/buy.html	Sun Jan 03 03:36:21 2010 -0500
     2.3 @@ -10,34 +10,31 @@
     2.4  
     2.5  </head>
     2.6  
     2.7 -<body>
     2.8 +<body id = "buy">
     2.9  
    2.10  PERL-REPLACE::TOP_MENU
    2.11  
    2.12  
    2.13 -<div class="whole">
    2.14 +<div id="whole" class = "clearfix">
    2.15  
    2.16 +<div id="templates" >PERL-REPLACE::TEMPLATES</div>
    2.17  
    2.18 -<div id="materials" onmouseover="pokedex(['args__materials'],['pokedex']);">
    2.19 -PERL-REPLACE::MATERIALS
    2.20 +
    2.21 +<div id = "centerbox" >
    2.22 +<div id="display" onmouseover="pokedex(['args__display'],['pokedex']);">PERL-REPLACE::DISPLAY</div>
    2.23 +<div id="pokedex"></div>
    2.24  </div>
    2.25  
    2.26  
    2.27 -<div id="templates" >
    2.28 -PERL-REPLACE::TEMPLATES
    2.29 -</div>
    2.30 -
    2.31 -<div id="display" onmouseover="pokedex(['args__display'],['pokedex']);"></div>
    2.32 -
    2.33 -<div id="inputbox" ></div>
    2.34 -
    2.35 -
    2.36 +<div id="inputbox" >PERL-REPLACE::INPUTBOX</div>
    2.37 +<div id = "garbage">&nbsp;</div>
    2.38  
    2.39  </div>
    2.40  
    2.41  
    2.42 -<div id="pokedex">
    2.43 -</div>
    2.44 +
    2.45 +<div id="materials" onmouseover="pokedex(['args__materials'],['pokedex']);">PERL-REPLACE::MATERIALS</div>
    2.46 +
    2.47  
    2.48  </body>
    2.49  
     3.1 --- a/buy.pl	Sun Jan 03 00:55:18 2010 -0500
     3.2 +++ b/buy.pl	Sun Jan 03 03:36:21 2010 -0500
     3.3 @@ -88,10 +88,14 @@
     3.4  
     3.5  	
     3.6  $r = "<div id = \"i_templates\">Templates:<br>
     3.7 -   <input TYPE=\"image\" src = \"./images/templates/classic_$materialcolor.jpg\"  onmouseover=\"pokedex([\'args__classic\'],[\'pokedex\']);\"	onclick=\"display([\'template1\'], [\'display\']); inputbox([\'template1\'], [\'inputbox\']);material([\'template1\'], [\'materials\']);\" ID=\"template1\" NAME=\"template1\" VALUE=\"classic_$materialcolor\"    ><br>
     3.8 -   <input TYPE=\"image\" src = \"./images/templates/big_$materialcolor.jpg\" 	onmouseover=\"pokedex([\'args__big\'],[\'pokedex\']);\" 	onclick=\"display([\'template2\'], [\'display\']); inputbox([\'template2\'], [\'inputbox\']);material([\'template2\'], [\'materials\']);\" ID=\"template2\" NAME=\"template2\" VALUE=\"big_$materialcolor\"        > <br>
     3.9 -   <input TYPE=\"image\" src = \"./images/templates/basic_$materialcolor.jpg\"  onmouseover=\"pokedex([\'args__basic\'],['pokedex\']);\"	onclick=\"display([\'template3\'], [\'display\']); inputbox([\'template3\'], [\'inputbox\']);material([\'template3\'], [\'materials\']);\" ID=\"template3\" NAME=\"template3\" VALUE=\"basic_$materialcolor\"          ><br>
    3.10 -   <input TYPE=\"image\" src = \"./images/templates/lines_$materialcolor.jpg\"  onmouseover=\"pokedex([\'args__lines\'],[\'pokedex\']);\"	onclick=\"display([\'template4\'], [\'display\']); inputbox([\'template4\'], [\'inputbox\']);material([\'template4\'], [\'materials\']);\" ID=\"template4\" NAME=\"template4\" VALUE=\"lines_$materialcolor\"           > 
    3.11 +
    3.12 +<input TYPE=\"image\" src = \"./images/templates/big_$materialcolor.jpg\" 	onmouseover=\"pokedex([\'args__big\'],[\'pokedex\']);\" 	onclick=\"display([\'template2\'], [\'display\']); inputbox([\'template2\'], [\'inputbox\']);material([\'template2\'], [\'materials\']);\" ID=\"template2\" NAME=\"template2\" VALUE=\"big_$materialcolor\"        > <br>
    3.13 +  
    3.14 +<input TYPE=\"image\" src = \"./images/templates/basic_$materialcolor.jpg\"  onmouseover=\"pokedex([\'args__basic\'],['pokedex\']);\"	onclick=\"display([\'template3\'], [\'display\']); inputbox([\'template3\'], [\'inputbox\']);material([\'template3\'], [\'materials\']);\" ID=\"template3\" NAME=\"template3\" VALUE=\"basic_$materialcolor\"          ><br>
    3.15 +  
    3.16 +<input TYPE=\"image\" src = \"./images/templates/classic_$materialcolor.jpg\"  onmouseover=\"pokedex([\'args__classic\'],[\'pokedex\']);\"	onclick=\"display([\'template1\'], [\'display\']); inputbox([\'template1\'], [\'inputbox\']);material([\'template1\'], [\'materials\']);\" ID=\"template1\" NAME=\"template1\" VALUE=\"classic_$materialcolor\"    ><br>
    3.17 + 
    3.18 +<input TYPE=\"image\" src = \"./images/templates/lines_$materialcolor.jpg\"  onmouseover=\"pokedex([\'args__lines\'],[\'pokedex\']);\"	onclick=\"display([\'template4\'], [\'display\']); inputbox([\'template4\'], [\'inputbox\']);material([\'template4\'], [\'materials\']);\" ID=\"template4\" NAME=\"template4\" VALUE=\"lines_$materialcolor\"           > 
    3.19  	</div>
    3.20  
    3.21  ";
    3.22 @@ -178,11 +182,16 @@
    3.23  $a =~ s/PERL-REPLACE::TOP_MENU/$b/; #equivalent to <?php include("top_menu.html"); ?>, but in perl and with more memory problems :)
    3.24  $b = &material("void_acrylic_clear",1);
    3.25  $a =~ s/PERL-REPLACE::MATERIALS/$b/; #let's do it again!!! :)
    3.26 -$b = &template("classic_acrylic_clear");
    3.27 +$b = &template("big_acrylic_clear");
    3.28  
    3.29  #$a =~ s/PERL-REPLACE::TEMPLATES//; 
    3.30  $a =~ s/PERL-REPLACE::TEMPLATES/$b/; #comment out one or the other!
    3.31  
    3.32 +$b = &display("big_acrylic_clear");
    3.33 +$a =~ s/PERL-REPLACE::DISPLAY/$b/;
    3.34 +
    3.35 +$b = &inputbox("big_acrylic_clear");
    3.36 +$a =~ s/PERL-REPLACE::INPUTBOX/$b/;
    3.37  
    3.38  
    3.39  return $a
     4.1 --- a/contact.php	Sun Jan 03 00:55:18 2010 -0500
     4.2 +++ b/contact.php	Sun Jan 03 03:36:21 2010 -0500
     4.3 @@ -15,7 +15,7 @@
     4.4  <title>Contact</title>
     4.5  </head>
     4.6  
     4.7 -<body>
     4.8 +<body id = "contact">
     4.9  
    4.10  
    4.11  
     5.1 --- a/index.php	Sun Jan 03 00:55:18 2010 -0500
     5.2 +++ b/index.php	Sun Jan 03 03:36:21 2010 -0500
     5.3 @@ -5,7 +5,7 @@
     5.4  <link rel="stylesheet" href="main.css" type="text/css" media="screen" />
     5.5  <title>Laser Kard</title>
     5.6  </head>
     5.7 -<body>
     5.8 +<body id = "hom">
     5.9  
    5.10  
    5.11  
     6.1 --- a/main.css	Sun Jan 03 00:55:18 2010 -0500
     6.2 +++ b/main.css	Sun Jan 03 03:36:21 2010 -0500
     6.3 @@ -13,7 +13,6 @@
     6.4  }
     6.5  div.topbar
     6.6  {
     6.7 -	background-repeat:repeat-x;
     6.8  	height:60px;
     6.9  	margin-top:2px;
    6.10  }
    6.11 @@ -40,6 +39,10 @@
    6.12  	color:#FFF;
    6.13  	text-shadow:#222 0px 0px 8px;
    6.14  }
    6.15 +
    6.16 +
    6.17 +
    6.18 +
    6.19  div.headlinks ul
    6.20  {
    6.21  	margin-top:10px;
    6.22 @@ -96,3 +99,15 @@
    6.23  text-align: center;
    6.24  font: bold 32px "arial", "sans-serif";
    6.25  }
    6.26 +
    6.27 +
    6.28 +
    6.29 +/*stuff to make the links show which page you're on*/
    6.30 +body#buy a#buy,
    6.31 +body#hom a#hom,
    6.32 +body#about a#about,
    6.33 +body#contact a#contact {
    6.34 +color: #fff;
    6.35 +background: #930;
    6.36 +}
    6.37 +
     7.1 --- a/paypal/BASE.paylist	Sun Jan 03 00:55:18 2010 -0500
     7.2 +++ b/paypal/BASE.paylist	Sun Jan 03 03:36:21 2010 -0500
     7.3 @@ -68,21 +68,8 @@
     7.4  <input type="hidden" name="on9">
     7.5  <input type="hidden" name="os9">
     7.6  <!--   -->
     7.7 -
     7.8 -<!--   
     7.9 -Select Size:&nbsp;&nbsp;
    7.10 -<select name="Size" onchange="ReadForm (this.form, false);">
    7.11 -  <option value="Please Choose" selected>Please Choose</option>
    7.12 -  <option value="Small @25.00">Small - $25.00</option>
    7.13 -  <option value="Medium @30.00">Medium - $30.00</option>
    7.14 -  <option value="Large @35.00">Large - $35.00</option>
    7.15 -  </select>
    7.16 -<!--   -->
    7.17 -<br>
    7.18  <h1>PERL::TITLE</h1>
    7.19  
    7.20 -
    7.21 -
    7.22  <!-- Start of Options  -->
    7.23  
    7.24  PERL::PAYMENT
     8.1 --- a/paypal/basic_acrylic_clear.paylist	Sun Jan 03 00:55:18 2010 -0500
     8.2 +++ b/paypal/basic_acrylic_clear.paylist	Sun Jan 03 03:36:21 2010 -0500
     8.3 @@ -25,13 +25,13 @@
     8.4  <input type="hidden" name="baseamt" value="00">
     8.5  <input type="hidden" name="basedes" value="Clarity LaserKard  Basic Style">
     8.6  <!--   -->
     8.7 -<input type="hidden" name="baseon0" value = "Line 1">
     8.8 +<input type="hidden" name="baseon0" value = "Line 1 (James Bond)">
     8.9  <input type="hidden" name="baseos0">
    8.10 -<input type="hidden" name="baseon1" value = "Line 2">
    8.11 +<input type="hidden" name="baseon1" value = "Line 2 (MI6)">
    8.12  <input type="hidden" name="baseos1">
    8.13 -<input type="hidden" name="baseon2" value = "Line 3">
    8.14 +<input type="hidden" name="baseon2" value = "Line 3 (Secret Agent)">
    8.15  <input type="hidden" name="baseos2">
    8.16 -<input type="hidden" name="baseon3" value = "Line 4">
    8.17 +<input type="hidden" name="baseon3" value = "Line 4 (jbond@mi6.co.uk)">
    8.18  <input type="hidden" name="baseos3">
    8.19  <input type="hidden" name="baseon4" >
    8.20  <input type="hidden" name="baseos4">
    8.21 @@ -68,21 +68,8 @@
    8.22  <input type="hidden" name="on9">
    8.23  <input type="hidden" name="os9">
    8.24  <!--   -->
    8.25 -
    8.26 -<!--   
    8.27 -Select Size:&nbsp;&nbsp;
    8.28 -<select name="Size" onchange="ReadForm (this.form, false);">
    8.29 -  <option value="Please Choose" selected>Please Choose</option>
    8.30 -  <option value="Small @25.00">Small - $25.00</option>
    8.31 -  <option value="Medium @30.00">Medium - $30.00</option>
    8.32 -  <option value="Large @35.00">Large - $35.00</option>
    8.33 -  </select>
    8.34 -<!--   -->
    8.35 -<br>
    8.36  <h1>Clarity LaserKard  Basic Style</h1>
    8.37  
    8.38 -
    8.39 -
    8.40  <!-- Start of Options  -->
    8.41  
    8.42      
    8.43 @@ -98,10 +85,10 @@
    8.44      
    8.45      <input type="radio" name = "whatev"
    8.46  
    8.47 -	value="3 cards @20.00"   
    8.48 +	value="4 cards @30.00"   
    8.49  	onclick = "ReadForm (this.form, false);"
    8.50  	onload = "ReadForm (this.form, false);" >
    8.51 -	3 cards &mdash; $20
    8.52 +	4 cards &mdash; $30
    8.53  	
    8.54  	<br>
    8.55  	
    8.56 @@ -120,23 +107,23 @@
    8.57  
    8.58  <!-- Start of Text Input Fields -->
    8.59  <br>
    8.60 -Line 1:&nbsp;&nbsp;
    8.61 -<input type="text" id="Line 1" name="line_1b" size="20" value = "James Bond" ONFOCUS="clearDefault(this)">
    8.62 +Line 1 (James Bond):&nbsp;&nbsp;
    8.63 +<input type="text" id="Line 1 (James Bond)" name="line_1b" size="20" value = "James Bond" ONFOCUS="clearDefault(this)">
    8.64  <!--   -->
    8.65  <br>
    8.66  <br>
    8.67 -Line 2:&nbsp;&nbsp;
    8.68 -<input type="text" id="Line 2" name="line_2b" size="20" value = "MI6" ONFOCUS="clearDefault(this)">
    8.69 +Line 2 (MI6):&nbsp;&nbsp;
    8.70 +<input type="text" id="Line 2 (MI6)" name="line_2b" size="20" value = "MI6" ONFOCUS="clearDefault(this)">
    8.71  <!--   -->
    8.72  <br>
    8.73  <br>
    8.74 -Line 3:&nbsp;&nbsp;
    8.75 -<input type="text" id="Line 3" name="line_3b" size="20" value = "Secret Agent" ONFOCUS="clearDefault(this)">
    8.76 +Line 3 (Secret Agent):&nbsp;&nbsp;
    8.77 +<input type="text" id="Line 3 (Secret Agent)" name="line_3b" size="20" value = "Secret Agent" ONFOCUS="clearDefault(this)">
    8.78  <!--   -->
    8.79  <br>
    8.80  <br>
    8.81 -Line 4:&nbsp;&nbsp;
    8.82 -<input type="text" id="Line 4" name="line_4b" size="20" value = "jbond@mi6.co.uk" ONFOCUS="clearDefault(this)">
    8.83 +Line 4 (jbond@mi6.co.uk):&nbsp;&nbsp;
    8.84 +<input type="text" id="Line 4 (jbond@mi6.co.uk)" name="line_4b" size="20" value = "jbond@mi6.co.uk" ONFOCUS="clearDefault(this)">
    8.85  <!--   -->
    8.86  <br>
    8.87  
    8.88 @@ -144,6 +131,10 @@
    8.89  
    8.90  <!-- End of Text Input Fields -->
    8.91  
    8.92 +<br>
    8.93 +<input type     = "checkbox"       onclick  = "ReadForm (this.form, false);"        value    = "( +0.01 ^__^ )">
    8.94 +Add a penny! ^__^
    8.95 +<br>
    8.96  
    8.97  <br>
    8.98  Total Cost:&nbsp; &nbsp;
     9.1 --- a/paypal/basic_acrylic_green.paylist	Sun Jan 03 00:55:18 2010 -0500
     9.2 +++ b/paypal/basic_acrylic_green.paylist	Sun Jan 03 03:36:21 2010 -0500
     9.3 @@ -68,21 +68,8 @@
     9.4  <input type="hidden" name="on9">
     9.5  <input type="hidden" name="os9">
     9.6  <!--   -->
     9.7 -
     9.8 -<!--   
     9.9 -Select Size:&nbsp;&nbsp;
    9.10 -<select name="Size" onchange="ReadForm (this.form, false);">
    9.11 -  <option value="Please Choose" selected>Please Choose</option>
    9.12 -  <option value="Small @25.00">Small - $25.00</option>
    9.13 -  <option value="Medium @30.00">Medium - $30.00</option>
    9.14 -  <option value="Large @35.00">Large - $35.00</option>
    9.15 -  </select>
    9.16 -<!--   -->
    9.17 -<br>
    9.18  <h1>Vitality LaserKard Basic Style</h1>
    9.19  
    9.20 -
    9.21 -
    9.22  <!-- Start of Options  -->
    9.23  
    9.24      
    9.25 @@ -98,10 +85,10 @@
    9.26      
    9.27      <input type="radio" name = "whatev"
    9.28  
    9.29 -	value="3 cards @20.00"   
    9.30 +	value="4 cards @30.00"   
    9.31  	onclick = "ReadForm (this.form, false);"
    9.32  	onload = "ReadForm (this.form, false);" >
    9.33 -	3 cards &mdash; $20
    9.34 +	4 cards &mdash; $30
    9.35  	
    9.36  	<br>
    9.37  	
    10.1 --- a/paypal/big_acrylic_clear.paylist	Sun Jan 03 00:55:18 2010 -0500
    10.2 +++ b/paypal/big_acrylic_clear.paylist	Sun Jan 03 03:36:21 2010 -0500
    10.3 @@ -25,9 +25,9 @@
    10.4  <input type="hidden" name="baseamt" value="00">
    10.5  <input type="hidden" name="basedes" value="Clarity LaserKard BIG Style">
    10.6  <!--   -->
    10.7 -<input type="hidden" name="baseon0" value = "Line 1">
    10.8 +<input type="hidden" name="baseon0" value = "Line 1 (James Bond)">
    10.9  <input type="hidden" name="baseos0">
   10.10 -<input type="hidden" name="baseon1" value = "Line 2">
   10.11 +<input type="hidden" name="baseon1" value = "Line 2 (jbond@mi6.co.uk)">
   10.12  <input type="hidden" name="baseos1">
   10.13  <input type="hidden" name="baseon2" >
   10.14  <input type="hidden" name="baseos2">
   10.15 @@ -68,21 +68,8 @@
   10.16  <input type="hidden" name="on9">
   10.17  <input type="hidden" name="os9">
   10.18  <!--   -->
   10.19 -
   10.20 -<!--   
   10.21 -Select Size:&nbsp;&nbsp;
   10.22 -<select name="Size" onchange="ReadForm (this.form, false);">
   10.23 -  <option value="Please Choose" selected>Please Choose</option>
   10.24 -  <option value="Small @25.00">Small - $25.00</option>
   10.25 -  <option value="Medium @30.00">Medium - $30.00</option>
   10.26 -  <option value="Large @35.00">Large - $35.00</option>
   10.27 -  </select>
   10.28 -<!--   -->
   10.29 -<br>
   10.30  <h1>Clarity LaserKard BIG Style</h1>
   10.31  
   10.32 -
   10.33 -
   10.34  <!-- Start of Options  -->
   10.35  
   10.36      
   10.37 @@ -98,10 +85,10 @@
   10.38      
   10.39      <input type="radio" name = "whatev"
   10.40  
   10.41 -	value="3 cards @20.00"   
   10.42 +	value="4 cards @30.00"   
   10.43  	onclick = "ReadForm (this.form, false);"
   10.44  	onload = "ReadForm (this.form, false);" >
   10.45 -	3 cards &mdash; $20
   10.46 +	4 cards &mdash; $30
   10.47  	
   10.48  	<br>
   10.49  	
   10.50 @@ -120,13 +107,13 @@
   10.51  
   10.52  <!-- Start of Text Input Fields -->
   10.53  <br>
   10.54 -Line 1:&nbsp;&nbsp;
   10.55 -<input type="text" id="Line 1" name="line_1b" size="20" value = "James Bond" ONFOCUS="clearDefault(this)">
   10.56 +Line 1 (James Bond):&nbsp;&nbsp;
   10.57 +<input type="text" id="Line 1 (James Bond)" name="line_1b" size="20" value = "James Bond" ONFOCUS="clearDefault(this)">
   10.58  <!--   -->
   10.59  <br>
   10.60  <br>
   10.61 -Line 2:&nbsp;&nbsp;
   10.62 -<input type="text" id="Line 2" name="line_2b" size="20" value = "jbond@mi6.co.uk" ONFOCUS="clearDefault(this)">
   10.63 +Line 2 (jbond@mi6.co.uk):&nbsp;&nbsp;
   10.64 +<input type="text" id="Line 2 (jbond@mi6.co.uk)" name="line_2b" size="20" value = "jbond@mi6.co.uk" ONFOCUS="clearDefault(this)">
   10.65  <!--   -->
   10.66  <br>
   10.67  
   10.68 @@ -134,10 +121,6 @@
   10.69  
   10.70  <!-- End of Text Input Fields -->
   10.71  
   10.72 -<br>
   10.73 -<input type     = "checkbox"       onclick  = "ReadForm (this.form, false);"        value    = "( +0.01 ^__^ )">
   10.74 -Add a penny! ^__^
   10.75 -<br>
   10.76  
   10.77  <br>
   10.78  Total Cost:&nbsp; &nbsp;
    11.1 --- a/paypal/big_acrylic_green.paylist	Sun Jan 03 00:55:18 2010 -0500
    11.2 +++ b/paypal/big_acrylic_green.paylist	Sun Jan 03 03:36:21 2010 -0500
    11.3 @@ -68,21 +68,8 @@
    11.4  <input type="hidden" name="on9">
    11.5  <input type="hidden" name="os9">
    11.6  <!--   -->
    11.7 -
    11.8 -<!--   
    11.9 -Select Size:&nbsp;&nbsp;
   11.10 -<select name="Size" onchange="ReadForm (this.form, false);">
   11.11 -  <option value="Please Choose" selected>Please Choose</option>
   11.12 -  <option value="Small @25.00">Small - $25.00</option>
   11.13 -  <option value="Medium @30.00">Medium - $30.00</option>
   11.14 -  <option value="Large @35.00">Large - $35.00</option>
   11.15 -  </select>
   11.16 -<!--   -->
   11.17 -<br>
   11.18  <h1>Vitality LaserKard BIG Style</h1>
   11.19  
   11.20 -
   11.21 -
   11.22  <!-- Start of Options  -->
   11.23  
   11.24      
   11.25 @@ -98,10 +85,10 @@
   11.26      
   11.27      <input type="radio" name = "whatev"
   11.28  
   11.29 -	value="3 cards @20.00"   
   11.30 +	value="4 cards @30.00"   
   11.31  	onclick = "ReadForm (this.form, false);"
   11.32  	onload = "ReadForm (this.form, false);" >
   11.33 -	3 cards &mdash; $20
   11.34 +	4 cards &mdash; $30
   11.35  	
   11.36  	<br>
   11.37  	
    12.1 --- a/paypal/classic_acrylic_clear.paylist	Sun Jan 03 00:55:18 2010 -0500
    12.2 +++ b/paypal/classic_acrylic_clear.paylist	Sun Jan 03 03:36:21 2010 -0500
    12.3 @@ -25,17 +25,17 @@
    12.4  <input type="hidden" name="baseamt" value="00">
    12.5  <input type="hidden" name="basedes" value="Clarity LaserKard Classic Style">
    12.6  <!--   -->
    12.7 -<input type="hidden" name="baseon0" value = "Line 1">
    12.8 +<input type="hidden" name="baseon0" value = "Line 1 (jbond@mi6.co.uk)">
    12.9  <input type="hidden" name="baseos0">
   12.10 -<input type="hidden" name="baseon1" value = "Line 2">
   12.11 +<input type="hidden" name="baseon1" value = "Line 2 (123.456.7890)">
   12.12  <input type="hidden" name="baseos1">
   12.13 -<input type="hidden" name="baseon2" value = "Line 3">
   12.14 +<input type="hidden" name="baseon2" value = "Line 3 (James Bond)">
   12.15  <input type="hidden" name="baseos2">
   12.16 -<input type="hidden" name="baseon3" value = "Line 4">
   12.17 +<input type="hidden" name="baseon3" value = "Line 4 (MI6)">
   12.18  <input type="hidden" name="baseos3">
   12.19 -<input type="hidden" name="baseon4" value = "Line 5">
   12.20 +<input type="hidden" name="baseon4" value = "Line 5 (Secret Agent)">
   12.21  <input type="hidden" name="baseos4">
   12.22 -<input type="hidden" name="baseon5" value = "Side">
   12.23 +<input type="hidden" name="baseon5" value = "Side (http://www.jamesbond.com)">
   12.24  <input type="hidden" name="baseos5">
   12.25  <input type="hidden" name="baseon6" >
   12.26  <input type="hidden" name="baseos6">
   12.27 @@ -68,21 +68,8 @@
   12.28  <input type="hidden" name="on9">
   12.29  <input type="hidden" name="os9">
   12.30  <!--   -->
   12.31 -
   12.32 -<!--   
   12.33 -Select Size:&nbsp;&nbsp;
   12.34 -<select name="Size" onchange="ReadForm (this.form, false);">
   12.35 -  <option value="Please Choose" selected>Please Choose</option>
   12.36 -  <option value="Small @25.00">Small - $25.00</option>
   12.37 -  <option value="Medium @30.00">Medium - $30.00</option>
   12.38 -  <option value="Large @35.00">Large - $35.00</option>
   12.39 -  </select>
   12.40 -<!--   -->
   12.41 -<br>
   12.42  <h1>Clarity LaserKard Classic Style</h1>
   12.43  
   12.44 -
   12.45 -
   12.46  <!-- Start of Options  -->
   12.47  
   12.48      
   12.49 @@ -98,10 +85,10 @@
   12.50      
   12.51      <input type="radio" name = "whatev"
   12.52  
   12.53 -	value="3 cards @20.00"   
   12.54 +	value="4 cards @30.00"   
   12.55  	onclick = "ReadForm (this.form, false);"
   12.56  	onload = "ReadForm (this.form, false);" >
   12.57 -	3 cards &mdash; $20
   12.58 +	4 cards &mdash; $30
   12.59  	
   12.60  	<br>
   12.61  	
   12.62 @@ -120,33 +107,33 @@
   12.63  
   12.64  <!-- Start of Text Input Fields -->
   12.65  <br>
   12.66 -Line 1:&nbsp;&nbsp;
   12.67 -<input type="text" id="Line 1" name="line_1b" size="20" value = "jbond@mi6.co.uk" ONFOCUS="clearDefault(this)">
   12.68 +Line 1 (jbond@mi6.co.uk):&nbsp;&nbsp;
   12.69 +<input type="text" id="Line 1 (jbond@mi6.co.uk)" name="line_1b" size="20" value = "jbond@mi6.co.uk" ONFOCUS="clearDefault(this)">
   12.70  <!--   -->
   12.71  <br>
   12.72  <br>
   12.73 -Line 2:&nbsp;&nbsp;
   12.74 -<input type="text" id="Line 2" name="line_2b" size="20" value = "123.456.7890" ONFOCUS="clearDefault(this)">
   12.75 +Line 2 (123.456.7890):&nbsp;&nbsp;
   12.76 +<input type="text" id="Line 2 (123.456.7890)" name="line_2b" size="20" value = "123.456.7890" ONFOCUS="clearDefault(this)">
   12.77  <!--   -->
   12.78  <br>
   12.79  <br>
   12.80 -Line 3:&nbsp;&nbsp;
   12.81 -<input type="text" id="Line 3" name="line_3b" size="20" value = "James Bond" ONFOCUS="clearDefault(this)">
   12.82 +Line 3 (James Bond):&nbsp;&nbsp;
   12.83 +<input type="text" id="Line 3 (James Bond)" name="line_3b" size="20" value = "James Bond" ONFOCUS="clearDefault(this)">
   12.84  <!--   -->
   12.85  <br>
   12.86  <br>
   12.87 -Line 4:&nbsp;&nbsp;
   12.88 -<input type="text" id="Line 4" name="line_4b" size="20" value = "MI6" ONFOCUS="clearDefault(this)">
   12.89 +Line 4 (MI6):&nbsp;&nbsp;
   12.90 +<input type="text" id="Line 4 (MI6)" name="line_4b" size="20" value = "MI6" ONFOCUS="clearDefault(this)">
   12.91  <!--   -->
   12.92  <br>
   12.93  <br>
   12.94 -Line 5:&nbsp;&nbsp;
   12.95 -<input type="text" id="Line 5" name="line_5b" size="20" value = "Secret Agent" ONFOCUS="clearDefault(this)">
   12.96 +Line 5 (Secret Agent):&nbsp;&nbsp;
   12.97 +<input type="text" id="Line 5 (Secret Agent)" name="line_5b" size="20" value = "Secret Agent" ONFOCUS="clearDefault(this)">
   12.98  <!--   -->
   12.99  <br>
  12.100  <br>
  12.101 -Side:&nbsp;&nbsp;
  12.102 -<input type="text" id="Side" name="line_6b" size="20" value = "http://www.jamesbond.com" ONFOCUS="clearDefault(this)">
  12.103 +Side (http://www.jamesbond.com):&nbsp;&nbsp;
  12.104 +<input type="text" id="Side (http://www.jamesbond.com)" name="line_6b" size="20" value = "http://www.jamesbond.com" ONFOCUS="clearDefault(this)">
  12.105  <!--   -->
  12.106  <br>
  12.107  
    13.1 --- a/paypal/classic_acrylic_green.paylist	Sun Jan 03 00:55:18 2010 -0500
    13.2 +++ b/paypal/classic_acrylic_green.paylist	Sun Jan 03 03:36:21 2010 -0500
    13.3 @@ -68,21 +68,8 @@
    13.4  <input type="hidden" name="on9">
    13.5  <input type="hidden" name="os9">
    13.6  <!--   -->
    13.7 -
    13.8 -<!--   
    13.9 -Select Size:&nbsp;&nbsp;
   13.10 -<select name="Size" onchange="ReadForm (this.form, false);">
   13.11 -  <option value="Please Choose" selected>Please Choose</option>
   13.12 -  <option value="Small @25.00">Small - $25.00</option>
   13.13 -  <option value="Medium @30.00">Medium - $30.00</option>
   13.14 -  <option value="Large @35.00">Large - $35.00</option>
   13.15 -  </select>
   13.16 -<!--   -->
   13.17 -<br>
   13.18  <h1>Vitality LaserKard  Classic Style</h1>
   13.19  
   13.20 -
   13.21 -
   13.22  <!-- Start of Options  -->
   13.23  
   13.24      
   13.25 @@ -98,10 +85,10 @@
   13.26      
   13.27      <input type="radio" name = "whatev"
   13.28  
   13.29 -	value="3 cards @20.00"   
   13.30 +	value="4 cards @30.00"   
   13.31  	onclick = "ReadForm (this.form, false);"
   13.32  	onload = "ReadForm (this.form, false);" >
   13.33 -	3 cards &mdash; $20
   13.34 +	4 cards &mdash; $30
   13.35  	
   13.36  	<br>
   13.37  	
    14.1 --- a/paypal/lines_acrylic_clear.paylist	Sun Jan 03 00:55:18 2010 -0500
    14.2 +++ b/paypal/lines_acrylic_clear.paylist	Sun Jan 03 03:36:21 2010 -0500
    14.3 @@ -25,17 +25,17 @@
    14.4  <input type="hidden" name="baseamt" value="00">
    14.5  <input type="hidden" name="basedes" value="Clarity LaserKard  Lines Style">
    14.6  <!--   -->
    14.7 -<input type="hidden" name="baseon0" value = "Line 1">
    14.8 +<input type="hidden" name="baseon0" value = "Line 1 (James Bond)">
    14.9  <input type="hidden" name="baseos0">
   14.10 -<input type="hidden" name="baseon1" value = "Line 2">
   14.11 +<input type="hidden" name="baseon1" value = "Line 2 (Secret Agent)">
   14.12  <input type="hidden" name="baseos1">
   14.13 -<input type="hidden" name="baseon2" value = "Line 3">
   14.14 +<input type="hidden" name="baseon2" value = "Line 3 (MI6)">
   14.15  <input type="hidden" name="baseos2">
   14.16 -<input type="hidden" name="baseon3" value = "Line 4">
   14.17 +<input type="hidden" name="baseon3" value = "Line 4 (123.456.7890)">
   14.18  <input type="hidden" name="baseos3">
   14.19 -<input type="hidden" name="baseon4" value = "Line 5">
   14.20 +<input type="hidden" name="baseon4" value = "Line 5 (jbond@domain.com)">
   14.21  <input type="hidden" name="baseos4">
   14.22 -<input type="hidden" name="baseon5" value = "Line 6">
   14.23 +<input type="hidden" name="baseon5" value = "Line 6 (www.domain.com)">
   14.24  <input type="hidden" name="baseos5">
   14.25  <input type="hidden" name="baseon6" >
   14.26  <input type="hidden" name="baseos6">
   14.27 @@ -68,21 +68,8 @@
   14.28  <input type="hidden" name="on9">
   14.29  <input type="hidden" name="os9">
   14.30  <!--   -->
   14.31 -
   14.32 -<!--   
   14.33 -Select Size:&nbsp;&nbsp;
   14.34 -<select name="Size" onchange="ReadForm (this.form, false);">
   14.35 -  <option value="Please Choose" selected>Please Choose</option>
   14.36 -  <option value="Small @25.00">Small - $25.00</option>
   14.37 -  <option value="Medium @30.00">Medium - $30.00</option>
   14.38 -  <option value="Large @35.00">Large - $35.00</option>
   14.39 -  </select>
   14.40 -<!--   -->
   14.41 -<br>
   14.42  <h1>Clarity LaserKard  Lines Style</h1>
   14.43  
   14.44 -
   14.45 -
   14.46  <!-- Start of Options  -->
   14.47  
   14.48      
   14.49 @@ -98,10 +85,10 @@
   14.50      
   14.51      <input type="radio" name = "whatev"
   14.52  
   14.53 -	value="3 cards @20.00"   
   14.54 +	value="4 cards @30.00"   
   14.55  	onclick = "ReadForm (this.form, false);"
   14.56  	onload = "ReadForm (this.form, false);" >
   14.57 -	3 cards &mdash; $20
   14.58 +	4 cards &mdash; $30
   14.59  	
   14.60  	<br>
   14.61  	
   14.62 @@ -120,33 +107,33 @@
   14.63  
   14.64  <!-- Start of Text Input Fields -->
   14.65  <br>
   14.66 -Line 1:&nbsp;&nbsp;
   14.67 -<input type="text" id="Line 1" name="line_1b" size="20" value = "James Bond" ONFOCUS="clearDefault(this)">
   14.68 +Line 1 (James Bond):&nbsp;&nbsp;
   14.69 +<input type="text" id="Line 1 (James Bond)" name="line_1b" size="20" value = "James Bond" ONFOCUS="clearDefault(this)">
   14.70  <!--   -->
   14.71  <br>
   14.72  <br>
   14.73 -Line 2:&nbsp;&nbsp;
   14.74 -<input type="text" id="Line 2" name="line_2b" size="20" value = "Secret Agent" ONFOCUS="clearDefault(this)">
   14.75 +Line 2 (Secret Agent):&nbsp;&nbsp;
   14.76 +<input type="text" id="Line 2 (Secret Agent)" name="line_2b" size="20" value = "Secret Agent" ONFOCUS="clearDefault(this)">
   14.77  <!--   -->
   14.78  <br>
   14.79  <br>
   14.80 -Line 3:&nbsp;&nbsp;
   14.81 -<input type="text" id="Line 3" name="line_3b" size="20" value = "MI6" ONFOCUS="clearDefault(this)">
   14.82 +Line 3 (MI6):&nbsp;&nbsp;
   14.83 +<input type="text" id="Line 3 (MI6)" name="line_3b" size="20" value = "MI6" ONFOCUS="clearDefault(this)">
   14.84  <!--   -->
   14.85  <br>
   14.86  <br>
   14.87 -Line 4:&nbsp;&nbsp;
   14.88 -<input type="text" id="Line 4" name="line_4b" size="20" value = "123.456.7890" ONFOCUS="clearDefault(this)">
   14.89 +Line 4 (123.456.7890):&nbsp;&nbsp;
   14.90 +<input type="text" id="Line 4 (123.456.7890)" name="line_4b" size="20" value = "123.456.7890" ONFOCUS="clearDefault(this)">
   14.91  <!--   -->
   14.92  <br>
   14.93  <br>
   14.94 -Line 5:&nbsp;&nbsp;
   14.95 -<input type="text" id="Line 5" name="line_5b" size="20" value = "jbond@domain.com" ONFOCUS="clearDefault(this)">
   14.96 +Line 5 (jbond@domain.com):&nbsp;&nbsp;
   14.97 +<input type="text" id="Line 5 (jbond@domain.com)" name="line_5b" size="20" value = "jbond@domain.com" ONFOCUS="clearDefault(this)">
   14.98  <!--   -->
   14.99  <br>
  14.100  <br>
  14.101 -Line 6:&nbsp;&nbsp;
  14.102 -<input type="text" id="Line 6" name="line_6b" size="20" value = "http://www.domain.com" ONFOCUS="clearDefault(this)">
  14.103 +Line 6 (www.domain.com):&nbsp;&nbsp;
  14.104 +<input type="text" id="Line 6 (www.domain.com)" name="line_6b" size="20" value = "www.domain.com" ONFOCUS="clearDefault(this)">
  14.105  <!--   -->
  14.106  <br>
  14.107  
    15.1 --- a/paypal/lines_acrylic_green.paylist	Sun Jan 03 00:55:18 2010 -0500
    15.2 +++ b/paypal/lines_acrylic_green.paylist	Sun Jan 03 03:36:21 2010 -0500
    15.3 @@ -68,21 +68,8 @@
    15.4  <input type="hidden" name="on9">
    15.5  <input type="hidden" name="os9">
    15.6  <!--   -->
    15.7 -
    15.8 -<!--   
    15.9 -Select Size:&nbsp;&nbsp;
   15.10 -<select name="Size" onchange="ReadForm (this.form, false);">
   15.11 -  <option value="Please Choose" selected>Please Choose</option>
   15.12 -  <option value="Small @25.00">Small - $25.00</option>
   15.13 -  <option value="Medium @30.00">Medium - $30.00</option>
   15.14 -  <option value="Large @35.00">Large - $35.00</option>
   15.15 -  </select>
   15.16 -<!--   -->
   15.17 -<br>
   15.18  <h1>Vitality LaserKard  Lines Style</h1>
   15.19  
   15.20 -
   15.21 -
   15.22  <!-- Start of Options  -->
   15.23  
   15.24      
   15.25 @@ -98,10 +85,10 @@
   15.26      
   15.27      <input type="radio" name = "whatev"
   15.28  
   15.29 -	value="3 cards @20.00"   
   15.30 +	value="4 cards @30.00"   
   15.31  	onclick = "ReadForm (this.form, false);"
   15.32  	onload = "ReadForm (this.form, false);" >
   15.33 -	3 cards &mdash; $20
   15.34 +	4 cards &mdash; $30
   15.35  	
   15.36  	<br>
   15.37  	
    16.1 --- a/paypal/make.pl	Sun Jan 03 00:55:18 2010 -0500
    16.2 +++ b/paypal/make.pl	Sun Jan 03 03:36:21 2010 -0500
    16.3 @@ -1,16 +1,54 @@
    16.4  use generate_paylists;
    16.5  
    16.6 +
    16.7 +{#big_acrylic_clear
    16.8 +&paylist
    16.9 +(
   16.10 +TITLE  => "Clarity LaserKard BIG Style",
   16.11 +NAME   => 'big_acrylic_clear', 
   16.12 +
   16.13 +FIELDS      => ["Line 1 (James Bond)", "Line 2 (jbond\@mi6.co.uk)"],
   16.14 +DEFAULTS      => ['James Bond','jbond@mi6.co.uk'],
   16.15 +
   16.16 +COSTS_NAMES   => ['40 cards &mdash; $125', '4 cards &mdash; $30'],
   16.17 +COSTS_CODE    => ['40 cards @125.00', '4 cards @30.00'],
   16.18 +INITIAL_PRICE => '$125.00',
   16.19 +
   16.20 +ADD_PENNY       => 0,
   16.21 +);
   16.22 +}
   16.23 +
   16.24 +
   16.25 +{#basic_acrylic_clear
   16.26 +&paylist
   16.27 +(
   16.28 +TITLE  => "Clarity LaserKard  Basic Style",
   16.29 +NAME   => 'basic_acrylic_clear', 
   16.30 +
   16.31 +FIELDS      => ["Line 1 (James Bond)", "Line 2 (MI6)","Line 3 (Secret Agent)","Line 4 (jbond\@mi6.co.uk)"],
   16.32 +DEFAULTS      => ['James Bond','MI6','Secret Agent','jbond@mi6.co.uk'],
   16.33 +
   16.34 +COSTS_NAMES   => ['40 cards &mdash; $125', '4 cards &mdash; $30'],
   16.35 +COSTS_CODE    => ['40 cards @125.00', '4 cards @30.00'],
   16.36 +INITIAL_PRICE => '$125.00',
   16.37 +
   16.38 +ADD_PENNY       => 1,
   16.39 +);
   16.40 +}
   16.41 +
   16.42 +
   16.43 +
   16.44  {#classic_acrylic_clear
   16.45  &paylist
   16.46  (
   16.47  TITLE  => "Clarity LaserKard Classic Style",
   16.48  NAME   => 'classic_acrylic_clear', 
   16.49  
   16.50 -FIELDS      => ["Line 1", "Line 2","Line 3","Line 4","Line 5","Side"],
   16.51 +FIELDS      => ["Line 1 (jbond\@mi6.co.uk)", "Line 2 (123.456.7890)","Line 3 (James Bond)","Line 4 (MI6)","Line 5 (Secret Agent)","Side (http://www.jamesbond.com)"],
   16.52  DEFAULTS      => ['jbond@mi6.co.uk','123.456.7890','James Bond','MI6','Secret Agent','http://www.jamesbond.com'],
   16.53  
   16.54 -COSTS_NAMES   => ['40 cards &mdash; $125', '3 cards &mdash; $20'],
   16.55 -COSTS_CODE    => ['40 cards @125.00', '3 cards @20.00'],
   16.56 +COSTS_NAMES   => ['40 cards &mdash; $125', '4 cards &mdash; $30'],
   16.57 +COSTS_CODE    => ['40 cards @125.00', '4 cards @30.00'],
   16.58  INITIAL_PRICE => '$125.00',
   16.59  
   16.60  ADD_PENNY       => 0,
   16.61 @@ -18,39 +56,7 @@
   16.62  }
   16.63  
   16.64  
   16.65 -{#big_acrylic_clear
   16.66 -&paylist
   16.67 -(
   16.68 -TITLE  => "Clarity LaserKard BIG Style",
   16.69 -NAME   => 'big_acrylic_clear', 
   16.70  
   16.71 -FIELDS      => ["Line 1", "Line 2"],
   16.72 -DEFAULTS      => ['James Bond','jbond@mi6.co.uk'],
   16.73 -
   16.74 -COSTS_NAMES   => ['40 cards &mdash; $125', '3 cards &mdash; $20'],
   16.75 -COSTS_CODE    => ['40 cards @125.00', '3 cards @20.00'],
   16.76 -INITIAL_PRICE => '$125.00',
   16.77 -
   16.78 -ADD_PENNY       => 1,
   16.79 -);
   16.80 -}
   16.81 -
   16.82 -{#basic_acrylic_clear
   16.83 -&paylist
   16.84 -(
   16.85 -TITLE  => "Clarity LaserKard  Basic Style",
   16.86 -NAME   => 'basic_acrylic_clear', 
   16.87 -
   16.88 -FIELDS      => ["Line 1", "Line 2","Line 3","Line 4"],
   16.89 -DEFAULTS      => ['James Bond','MI6','Secret Agent','jbond@mi6.co.uk'],
   16.90 -
   16.91 -COSTS_NAMES   => ['40 cards &mdash; $125', '3 cards &mdash; $20'],
   16.92 -COSTS_CODE    => ['40 cards @125.00', '3 cards @20.00'],
   16.93 -INITIAL_PRICE => '$125.00',
   16.94 -
   16.95 -ADD_PENNY       => 0,
   16.96 -);
   16.97 -}
   16.98  
   16.99  {#lines_acrylic_clear
  16.100  &paylist
  16.101 @@ -58,11 +64,11 @@
  16.102  TITLE  => "Clarity LaserKard  Lines Style",
  16.103  NAME   => 'lines_acrylic_clear', 
  16.104  
  16.105 -FIELDS      => ["Line 1", "Line 2","Line 3","Line 4","Line 5","Line 6"],
  16.106 -DEFAULTS      => ['James Bond','Secret Agent','MI6','123.456.7890','jbond@domain.com','http://www.domain.com'],
  16.107 +FIELDS      => ["Line 1 (James Bond)", "Line 2 (Secret Agent)","Line 3 (MI6)","Line 4 (123.456.7890)","Line 5 (jbond\@domain.com)","Line 6 (www.domain.com)"],
  16.108 +DEFAULTS      => ['James Bond','Secret Agent','MI6','123.456.7890','jbond@domain.com','www.domain.com'],
  16.109  
  16.110 -COSTS_NAMES   => ['40 cards &mdash; $125', '3 cards &mdash; $20'],
  16.111 -COSTS_CODE    => ['40 cards @125.00', '3 cards @20.00'],
  16.112 +COSTS_NAMES   => ['40 cards &mdash; $125', '4 cards &mdash; $30'],
  16.113 +COSTS_CODE    => ['40 cards @125.00', '4 cards @30.00'],
  16.114  INITIAL_PRICE => '$125.00',
  16.115  
  16.116  ADD_PENNY       => 0,
  16.117 @@ -81,8 +87,8 @@
  16.118  FIELDS      => ["Line 1", "Line 2","Line 3","Line 4","Line 5","Side"],
  16.119  DEFAULTS      => ['jbond@mi6.co.uk','123.456.7890','James Bond','MI6','Secret Agent','http://www.jamesbond.com'],
  16.120  
  16.121 -COSTS_NAMES   => ['40 cards &mdash; $135', '3 cards &mdash; $20'],
  16.122 -COSTS_CODE    => ['40 cards @135.00', '3 cards @20.00'],
  16.123 +COSTS_NAMES   => ['40 cards &mdash; $135', '4 cards &mdash; $30'],
  16.124 +COSTS_CODE    => ['40 cards @135.00', '4 cards @30.00'],
  16.125  INITIAL_PRICE => '$135.00',
  16.126  
  16.127  ADD_PENNY       => 0,
  16.128 @@ -99,8 +105,8 @@
  16.129  FIELDS      => ["Line 1", "Line 2"],
  16.130  DEFAULTS      => ['James Bond','jbond@mi6.co.uk'],
  16.131  
  16.132 -COSTS_NAMES   => ['40 cards &mdash; $135', '3 cards &mdash; $20'],
  16.133 -COSTS_CODE    => ['40 cards @135.00', '3 cards @20.00'],
  16.134 +COSTS_NAMES   => ['40 cards &mdash; $135', '4 cards &mdash; $30'],
  16.135 +COSTS_CODE    => ['40 cards @135.00', '4 cards @30.00'],
  16.136  INITIAL_PRICE => '$135.00',
  16.137  
  16.138  ADD_PENNY       => 1,
  16.139 @@ -116,8 +122,8 @@
  16.140  FIELDS      => ["Line 1", "Line 2","Line 3","Line 4"],
  16.141  DEFAULTS      => ['James Bond','MI6','Secret Agent','jbond@mi6.co.uk'],
  16.142  
  16.143 -COSTS_NAMES   => ['40 cards &mdash; $135', '3 cards &mdash; $20'],
  16.144 -COSTS_CODE    => ['40 cards @135.00', '3 cards @20.00'],
  16.145 +COSTS_NAMES   => ['40 cards &mdash; $135', '4 cards &mdash; $30'],
  16.146 +COSTS_CODE    => ['40 cards @135.00', '4 cards @30.00'],
  16.147  INITIAL_PRICE => '$135.00',
  16.148  
  16.149  ADD_PENNY       => 0,
  16.150 @@ -133,8 +139,8 @@
  16.151  FIELDS      => ["Line 1", "Line 2","Line 3","Line 4","Line 5","Line 6"],
  16.152  DEFAULTS      => ['James Bond','Secret Agent','MI6','123.456.7890','jbond@domain.com','http://www.domain.com'],
  16.153  
  16.154 -COSTS_NAMES   => ['40 cards &mdash; $135', '3 cards &mdash; $20'],
  16.155 -COSTS_CODE    => ['40 cards @135.00', '3 cards @20.00'],
  16.156 +COSTS_NAMES   => ['40 cards &mdash; $135', '4 cards &mdash; $30'],
  16.157 +COSTS_CODE    => ['40 cards @135.00', '4 cards @30.00'],
  16.158  INITIAL_PRICE => '$135.00',
  16.159  
  16.160  ADD_PENNY       => 0,
    17.1 --- a/sexy.css	Sun Jan 03 00:55:18 2010 -0500
    17.2 +++ b/sexy.css	Sun Jan 03 03:36:21 2010 -0500
    17.3 @@ -10,14 +10,18 @@
    17.4  
    17.5  }
    17.6  
    17.7 -div.whole
    17.8 +div#whole
    17.9  {
   17.10 -  width: 1200px ;
   17.11 +  width: 1100px ;
   17.12    margin-top:25px;
   17.13    margin-left: auto ;
   17.14    margin-right: auto ;
   17.15  
   17.16  
   17.17 +padding:2px;
   17.18 +border-style:solid;
   17.19 +border-color:#79797b;
   17.20 +border-width:1px;
   17.21  
   17.22  }
   17.23  
   17.24 @@ -72,16 +76,18 @@
   17.25  div#display 
   17.26  {
   17.27  
   17.28 -float:left;
   17.29 -margin-left:10px;
   17.30 -margin-right:10px;
   17.31 +
   17.32 +
   17.33  
   17.34  /*
   17.35  position:absolute;
   17.36  left:200px;
   17.37  top:80px;
   17.38  */
   17.39 -background-color:#FEE2F9;
   17.40 +
   17.41 +
   17.42 +
   17.43 +background-color:#000000;
   17.44  }
   17.45  
   17.46  
   17.47 @@ -96,17 +102,18 @@
   17.48  
   17.49  div#i_inputbox
   17.50  {
   17.51 -padding:10px;
   17.52 +padding:5px;
   17.53  border-style:solid;
   17.54  border-color:#79797b;
   17.55  border-width:1px;
   17.56  
   17.57 +
   17.58  font: bold 14px "helvetica","arial", "sans-serif";
   17.59  color: white;
   17.60  
   17.61  float:left;
   17.62 -width:280px;
   17.63 -
   17.64 +width:240px;
   17.65 +clear:right;
   17.66  
   17.67  /*
   17.68  position:absolute;
   17.69 @@ -118,15 +125,49 @@
   17.70  }
   17.71           
   17.72  
   17.73 +div#centerbox
   17.74 +{
   17.75 +float:left;
   17.76 +margin-top:-4px;
   17.77 +margin-left:10px;
   17.78 +margin-right:10px;
   17.79 +width:515px;
   17.80 +padding:5px;
   17.81 +border-style:solid;
   17.82 +border-color:#79797b;
   17.83 +border-width:1px;
   17.84 +margin:10px;
   17.85 +}
   17.86 +
   17.87 +
   17.88 +
   17.89  div#pokedex
   17.90  {
   17.91 -position:absolute;
   17.92 -right:25px;
   17.93 -bottom:20px;
   17.94 +clear:right;
   17.95 +float:none;
   17.96  background-color:#B3DF15;
   17.97  }
   17.98  
   17.99 +div#garbage
  17.100 +{
  17.101  
  17.102 +float:left;
  17.103 +width:1000px;
  17.104  
  17.105 +}
  17.106  
  17.107  
  17.108 +
  17.109 +
  17.110 +
  17.111 +/*stuff to make the containing divs actually contain the stuff they contain.*/
  17.112 +
  17.113 +    .clearfix:after {
  17.114 +        content: ".";
  17.115 +        display: block;
  17.116 +        height: 0;
  17.117 +        clear: both;
  17.118 +        visibility: hidden;
  17.119 +    }
  17.120 +
  17.121 +    * html .clearfix {height: 1%;}
    18.1 --- a/top_menu.include	Sun Jan 03 00:55:18 2010 -0500
    18.2 +++ b/top_menu.include	Sun Jan 03 03:36:21 2010 -0500
    18.3 @@ -2,13 +2,13 @@
    18.4  <div class="topbar">
    18.5  <div class="headlinks">
    18.6  	<ul>
    18.7 -		<li><a href="." onmouseover="document.but.src='images/or_sm.jpg'">Home</a></li>
    18.8 +		<li><a href="./index.php" id ="hom" onmouseover="document.but.src='images/or_sm.jpg'">Home</a></li>
    18.9  
   18.10 -		<li><a href="./buy.pl" onmouseover="document.but.src='images/gr_sm.jpg'"><attn>Buy</attn></a></li>
   18.11 +		<li><a href="./buy.pl" id = "buy" onmouseover="document.but.src='images/gr_sm.jpg'"><attn>Buy</attn></a></li>
   18.12  
   18.13 -		<li><a href="./contact.php" onmouseover="document.but.src='images/or_sm.jpg'">Contact</a></li>
   18.14 +		<li><a href="./contact.php" id = "contact" onmouseover="document.but.src='images/or_sm.jpg'">Contact</a></li>
   18.15  
   18.16 -		<li><a href="./about.php" onmouseover="document.but.src='images/bl_sm.jpg'">About</a></li>
   18.17 +		<li><a href="./about.php" id = "about" onmouseover="document.but.src='images/bl_sm.jpg'">About</a></li>
   18.18  
   18.19  	</ul>
   18.20  </div>