
    var viewer;
    var imageObjArray  = 
        [{src:"samples/wf/s1.png",
          title:"START",
          text:"From the Home screen either click on the [Start a New Project NOW!] graphic or select the [My Projects] tab at the top of the page. There are 6 steps in creating/modifying a project."},
          {src:"samples/wf/s1b.png",
          title:"STEP1",
          text:"The first step allows you to decide if you would like to create a new project by manually entering all the data or update existing project. If your MLS Data is available, you may create a project by clicking on the listing and import directly from your MLS."},
         {src:"samples/wf/s2.png",
          title:"STEP2",
          text:"There are several marketing material types to choose from. Flyers, postcards, property cards, brochures, virtual tours and commercials."},
         {src:"samples/wf/s3.png",
          title:"STEP3", 
          text:"Modify listing information in the fields provided to display in your marketing piece."},
          {src:"samples/wf/s4.png",
          title:"STEP4", 
          text:"Upload up to 6 Photos for each property."},
          {src:"samples/wf/s5.png",
          title:"STEP5", 
          text:"Choose from multiple different style templates. Font and Color Scheme selections are available to customize your template."},
          {src:"samples/wf/s6a.png",
          title:"STEP6", 
          text:"Your project is now complete! You have the options of Downloading and Printing or emailing it directly from the program."},
          {src:"samples/wf/s6b.png",
          title:"STEP6", 
          text:"Your project is now complete! You have the options of Downloading and Printing or emailing it directly from the program."},          
          {src:"samples/wf/a.png",
          title:"Agent", 
          text:"Edit your personal information that you would like to display on the marketing piece. Add Agent Photo and industry logos."},          
          {src:"samples/wf/b.png",
          title:"Office", 
          text:"Edit your office information that you would like to display on the marketing piece. Upload Company Logo."},           
           {src:"samples/wf/w.png",
          title:"New", 
          text:"We are constantly adding new style templates and features to enhance your creation exerience."}
         ];    
        
        window.onload = function(){
	        viewer = new ylib.widget.ImageViewer("viewer", "imagesBox", 
	                imageObjArray, "image-title", "image-comment", 0);
        }
