var cd01 = new Selectable("Patterns for Heads and Faces"); cd01.statement = "Learn to make patterns for heads, necks and ears in cloth. A complete Seminar consisting of 5 Sections covering various topics that let you climb to new heights."; cd01.imageArray[0] = "cd_patterns.jpg"; cd01.thumbnail = "cd_patterns.jpg"; cd01.price = 55.00; cd01.edition = "CD"; cd01.numberInStock = 10; cd01.description = "

Session One: Fabrics and Dying
"+ "Session Two: Scale and Proportion:
"+ "Session Three: A Head Model
"+ "Session Four: The Head Pattern
"+ "Session Five: Necks and Ears
"; var cd02 = new Selectable("Needle Sculpting for Heads and Faces"); cd02.statement = "This CD includes 5 sections that allow you to further advance with facial expressions, proportion, needle sculpting and more..."; cd02.imageArray[0] = "cd_needleSculpting.jpg"; cd02.thumbnail = "cd_needleSculpting.jpg"; cd02.price = 55.00; cd02.edition = "CD"; cd02.numberInStock = 10; cd02.description = "

Session One: Facial Scale and Proportion
"+ "Session Two: Facial Expression
"+ "Session Three: Needle Sculpting Stitches
"+ "Session Four: More Stitches
"+ "Session Five: Putting it all together
"; var cd03 = new Selectable("Face Painting for Heads and Faces"); cd03.statement = "Topics covered are materials, tools, tricks, techniques, skin tones, and includes a detailed approach to eyes and mouth."; cd03.imageArray[0] = "cd_facePainting.jpg"; cd03.thumbnail = "cd_facePainting.jpg"; cd03.price = 55.00; cd03.edition = "CD"; cd03.numberInStock = 10; cd03.description = "

Session One: Evaluating Materials
"+ "Session Two: Tools, Tricks and Techniques
"+ "Session Three: D'UVA Paint Experiments
"+ "Session Four: Your Model's Skin Tones
"+ "Session Five: Eyes and Lips Details
"; var cd04 = new Selectable("Art Principles for Dollmakers"); cd04.statement = "Packs a whopping 8 sections that cover everyting from proportions, color theory, 3-Dimensional art, clothing. mock-up, final assignment and much more!"; cd04.imageArray[0] = "cd_artPrinciples.jpg"; cd04.thumbnail = "cd_artPrinciples.jpg"; cd04.price = 110.00; cd04.edition = "CD"; cd04.numberInStock = 10; cd04.description = "

Session One: Process Versus Product
"+ "Session Two: Color is Relative
"+ "Session Three: More About Color
"+ "Session Four: Scale and Proportion in Bodies, Faces and Accessories
"+ "Session Five: Faces and Heads
"+ "Session Seven: The Principles of Three Dimensional Art
"+ "Session Eight: Clothing, Mock-up and Final Assignment
"; var cd05 = new Selectable("How to Photograph Your Art (2 CDs)"); cd05.statement = "Covers the Basics of Photography including Films, Cameras and Photo Elements, Lighting, Digital Images, Photo Tips, and much more. Two Volume Set. by Joe Darin"; cd05.imageArray[0] = "cd_photographArt.jpg"; cd05.thumbnail = "cd_photographArt.jpg"; cd05.price = 95.00; cd05.shipping = 4.95; cd05.edition = "CD"; cd05.numberInStock = 10; cd05.description = "

PART ONE: Basics (Three Sessions)

"+ ""+ "

PART TWO: Lighting & More (Five Sessions)

"+ ""; cdList = new ItemsSelectable("cdList"); cdList.addSelectable(cd01); cdList.addSelectable(cd02); cdList.addSelectable(cd03) cdList.addSelectable(cd04); cdList.addSelectable(cd05); cdList.addActionListener("cdList"); cdList.addActionListener("top"); cdList.addChangeListener("seminarsPage"); cdList.itemHighlightColor = "white"; cdList.itemHighlightBackgroundColor = "#635"; cdList.itemTextDecoration = "underline"; cdList.createItemsHtml();