var crsTitle="Photoshop CS: Selection and Color";

function AboutLinks()
{
	this.count = 0;
	this.links = new Object();
	this.add = add;
	function add(aboutLink)
	{
		this.links[++this.count] = aboutLink;
	}
}

function AboutLink(id, caption, url)
{
	this.id=id;
	this.caption=caption;
	this.url=url;
}

var aboutLinks=new AboutLinks();

//About Links
aboutLinks.add(new AboutLink("skillassessment","Take a Skill Assessment","sa"));
aboutLinks.add(new AboutLink("scores","View My Scores","scores"));
aboutLinks.add(new AboutLink("glossary","View the Glossary","glossary"));
aboutLinks.add(new AboutLink("copyrights","Copyright Information","/dpec/courses/phsh03/frt001.htm"));
aboutLinks.add(new AboutLink("ceus","Continuing Education Units (CEUs)","/dpec/shared/ceus/ceus.htm?phsh03"));
aboutLinks.add(new AboutLink("evaluate","Evaluate This Course","evaluate"));
aboutLinks.add(new AboutLink("coursecontent","Course Content","abt101.htm"));
aboutLinks.add(new AboutLink("resource1","Printing Exercises","phsh03pd.htm"));
aboutLinks.add(new AboutLink("credits","Credits","abt104.htm"));
aboutLinks.add(new AboutLink("accessibility","Accessibility","accInstruction"));
aboutLinks.add(new AboutLink("resource2","Conventions","abt103.htm"));


var copyrightYear="2005";
//SCOTYTPE
var scoType="Lesson";
var unitTitles=new Array;

//Unit Titles
var numberOfUnits=19;
unitTitles[1]="Course Introduction";
unitTitles[2]="Using Marquee Tools";
unitTitles[3]="Using Lasso Tools";
unitTitles[4]="Other Selection Tools";
unitTitles[5]="Modifying a Selection";
unitTitles[6]="Using Transform and Smart Guides";
unitTitles[7]="Using Channels, Groups and Quick Mask";
unitTitles[8]="Understanding Color Modes";
unitTitles[9]="Using Channels and Replace Color";
unitTitles[10]="The Color and Swatches Palette";
unitTitles[11]="Using Stroke and Fill";
unitTitles[12]="Using Variations and Levels";
unitTitles[13]="Using Auto Contrast, Auto Color and Curves";
unitTitles[14]="Using Saturate, Desaturate, and Match Color";
unitTitles[15]="Using Selective Color and Channel Mixer";
unitTitles[16]="Using Gradients";
unitTitles[17]="Using Photo Filter and Shadow/Highlight";
unitTitles[18]="Using Invert, Equalize, Threshold, and Posterize";
unitTitles[19]="Course in Review";


//If any AW sims exist in the crs/sa
var courseHasSims=false;
var saHasSims=false;
var doIts="";

//If any FLASH components are in the crs/sa
var courseHasFlash=true;
var courseFlashActivities="";
var courseFlashSims="phb026,phc033,phi017,phk020,phl020,phm021,phn029,";
var saFlashSims="phc033,phi017,phk020,phl020,";
var cQuestions="pha002,phb023,phb024,phb025,phc030,phc031,phc032,phd017,phd018,phe013,phe014,phe015,phf017,phf018,phf019,phg024,phg025,phg026,phh029,phh030,phh031,phi015,phi016,phj024,phj025,phj026,phk018,phk019,phl017,phl018,phl019,phm019,phm020,phn025,phn026,phn027,phn028,pho014,pho015,php032,php033,php034,phq015,phq016,phr012,phr013,phs002,phs003,phs004,phs005,phs006,phs007,phs008,phs009,";
var saQuestions="phb023,phb024,phb025,phc030,phc031,phc032,phd017,phd018,phe013,phe014,phe015,phf017,phf018,phf019,phg024,phg025,phg026,phh029,phh030,phh031,phi015,phi016,phj024,phj025,phj026,phk018,phk019,phl017,phl018,phl019,phm019,phm020,phn025,phn026,phn027,phn028,pho014,pho015,php032,php033,php034,phq015,phq016,phr012,phr013,phs002,phs003,phs004,phs005,phs006,phs007,phs008,phs009,";
var imageQuestions="phb023,phb024,phb025,phc030,phc032,phd017,phf018,phg025,phh031,phj024,phj026,phk018,phk019,phl017,phl018,phl019,phn025,phn028,pho014,pho015,php032,php033,php034,phq015,phq016,";
var series="phshcs";
var d_crsTitle="";
var d_bookIsbn="";
var d_curtain="true";
var d_series="";

//Dummies Links


//Course Objectives
var objectives = new Array;
objectives[1]="";
objectives[2]="Use the Rectangular Marquee tool|Use the Elliptical Marquee tool|Use the Single Row and Single Column Marquee tools";
objectives[3]="Use the Lasso Marquee tool|Use the Polygonal Lasso tool|Use the Magnetic Lasso tool";
objectives[4]="Use the Magic Wand tool|Select by color range";
objectives[5]="Modify an existing selection|Add, subtract, and crop a selection";
objectives[6]="Use Free Transform and Transform|Use Smart Guides";
objectives[7]="Use Channels to create and store selections|Organize layers with multi-level groups|Use Quick Mask";
objectives[8]="Describe the various color modes|Change color modes";
objectives[9]="Use the Channels Palette|Use the Replace Color adjustment";
objectives[10]="Use the Color palette|Use the Swatches palette";
objectives[11]="Use the Stroke and Fill commands";
objectives[12]="Use Variations adjustment|Use Levels adjustment";
objectives[13]="Use Auto Contrast and Auto Color|Use Curves|Use Color adjustments";
objectives[14]="Use Saturation and Desaturate|Use Match Color|Use Color Replacement";
objectives[15]="Use Selective Color|Use Channel Mixer";
objectives[16]="Use Gradient Map|Create and apply gradients|Create and save customized gradients";
objectives[17]="Use Photo Filter|Use Shadow/Highlight";
objectives[18]="Use Invert and Equalize|Use Threshold and Posterize";
objectives[19]="";


//Course Synopsis
var synopsis="<I>" + crsTitle + "</I> provides information on using selection tools, colors, channels, and gradients in Photoshop CS.<br>";

//Pg Count
var pgCount="2,28,35,20,17,21,27,32,20,27,23,22,23,32,18,36,18,14,9";


//custom_start
var hasStreamingAudio=true;
//custom_end//
//At least 1 flash sim requires FLash version 6
var simVersion="6";

hasStreamingAudio=true;

