'; echo 'Crafty Jane\'s - handmade '.$occasion.' cards'; echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; require("navhead.html"); //displays the header and menus //displays the description echo ''; echo '
'; echo '
'; echo '

Handmade '.ucwords($occasion).' Cards

'; echo $photo_desc1.$occasion.$photo_desc1a." ".$photo_desc2." ".$photo_desc3." "; echo $photo_desc[$occasion_fname].$photo_desc4; echo '
'; echo '
'; /*//Large cards section echo ''; echo ''; echo ''; for($i=1; $i<=$cardnum[$occasion_fname]['large']; $i+=1) { $x = $i; while(strlen($x) < $filenamedigits) { $x = '0'.$x; } $img = $image_path[$occasion_fname].$occasion_fname.'lg'.$x.'.jpg'; echo ''; } } if ($j > 0) { while ($j <= ($perrowlg - 1)) { echo ''; $j = $j + 1; } } if ($cardnum[$occasion_fname]['large'] == 0) { echo ''; } echo ''; echo '
Large '.ucwords($occasion).' Cards (approx. 8¼ x 6 inches / 21 x 15 cm / A5)
'; list($xtemp, $ytemp) = getimagesize($img); if ($xtemp > $ytemp) { echo '(Note: this card is shown smaller only because it is landscape)
'; } echo 'Large handmade '.$occasion.' card
Click image to enlarge
'; if((time() - filemtime($img))/86400 < $newdays) { echo '

New!
'; } echo $cardprice_text['large']; echo '
Email me about this card

'; $j = $i % $perrowlg; if (($j == 0) && ($i != $numlg)) { echo '
 
'; echo 'More large '.$occasion.' cards coming soon
';*/ //small cards section echo ''; echo ''; echo ''; for($i=1; $i<=$cardnum[$occasion_fname]['small']; $i+=1) { $x = $i; while(strlen($x) < $filenamedigits) { $x = '0'.$x; } $img = $image_path[$occasion_fname].$occasion_fname.$x.'.jpg'; echo ''; } //end if } //end for if ($j > 0) { while ($j <= ($perrow - 1)) { echo ''; $j = $j + 1; } //end while } //end if if ($cardnum[$occasion_fname]['small'] == 0) { echo ''; } echo ''; echo '
Small '.ucwords($occasion).' Cards (approx. 6 x 4 inches / 15 x 10 cm / A6)
'; list($xtemp, $ytemp) = getimagesize($img); if ($xtemp > $ytemp) { echo '(Note: this card is shown smaller only because it is landscape)
'; } echo 'Small handmade '.$occasion.' card
Click image to enlarge
'; if((time() - filemtime($img))/86400 < $newdays) { echo '

New!
'; } echo $cardprice_text['small']; echo '
Email me about this card

'; $j = $i % $perrow; if (($j == 0) && ($i != $num)) { echo '
 
'; echo 'More small '.$occasion.' cards coming soon
'; echo '

Return to top of page

'; ?>