// actual page file name
var fileName = "china.htm";




var introductionStr = "<div class = 'contents' >" + sp + sp + sp + sp + sp + 
      "To the Chinese, the Imperial Dragon or Lung, is considered to be the primary of four benevolent spiritual animals, the other three being the phoenix, the unicorn and the tortoise. Having unrivaled wizdom and power the dragon symbolized the Emperors of China themselves, who were actually called dragons. Hsi, China's first emperor, was said to have a dragon's tail. Shen Nung, his successor was supposed to have been fathered by a dragon. The Chinese Emperor sat on a dragon throne, rode in a dragon boat and slept in a dragon bed. To distinguish the chinese imperial dragon from all other dragons, only the Imprial Dragon bore five claws." + 
	crLf + " If you want to read more, click on this link: <a class = 'nav' href=\"http://draconian.com/dragons/chinese-dragon.php\">Chinese Dragons </a><div class= 'txt'> - Here Be Dragons - Detailed information about dragon history, life-cycle, physiology, and much more.</div>"
  


      "</div>";

// Gallery header
var hdStr = "Chinese Dragons";
var uhdStr = introductionStr;

var category = "Dragons";





// subdir prefix for imgs path
var imgDir = "China";

//image width;
	var imgw = "100";

//image height;
	var imgh = "68";


// format: image,description,price,set

iArray = [
	 'CSS006', '3 1/4" x 2 1/4"', '8.49','Dragon',
	 'CSS007', '2 3/4 x 2 1/2"', '8.49','Dragon',
	 'CSS008', '3" x 2 1/4"', '8.49','Dragon',
	 'CSS009', '3" x 2 1/2"', '8.49','Dragon',
         'CSS010', '2 3/4" x 2 1/2"', '8.49','Dragon',
	 'CSS011', '3 1/4" x 2 1/4"', '8.49','Dragon',
	 'CSS012', '3" x 2 1/2"', '8.49','Dragon',
	 'CSS013', '3 1/4"x2 1/4"', '8.49','Dragon',
	 'DRS01', '1 of each shown on the page.', '39.99','Set of 8 Dragons'
	 ];


