headerText="The following is a select list of McGraw-Hill Education's products that span all levels of learning, from Pre-K to professional development. To learn more about any solution, click on the site link and a new browser window will open providing additional information."

var mySeg='prek'
img[mySeg]=new Array(); name[mySeg]=new Array(); division[mySeg]=new Array();
url[mySeg]=new Array(); winName[mySeg]=new Array();

// PreK to 12 Product content
prod=0;
name[mySeg][prod]="Macmillan Reading"
url[mySeg][prod]="http://www.macmillanmh.com/reading/index.html"
winName[mySeg][prod]="macmillan"
division[mySeg][prod]="Macmillan/McGraw-Hill"
img[mySeg][prod]='mreading'

// PreK to 12 Product content
prod=prod+1;
name[mySeg][prod]="Macmillan Science"
url[mySeg][prod]="http://www.macmillanmh.com/science/2008/student/index.html"
winName[mySeg][prod]="macmillan"
division[mySeg][prod]="Macmillan/McGraw-Hill"
img[mySeg][prod]='mscience'


// PreK to 12 Product content
prod=prod+1;
name[mySeg][prod]="Spotlight on Music"
url[mySeg][prod]="http://www.macmillanmh.com/products/music/2005/index.html"
winName[mySeg][prod]="macmillan"
division[mySeg][prod]="Macmillan/McGraw-Hill"
img[mySeg][prod]='mmusic'

	
// PreK to 12 Product content
prod=prod+1;
name[mySeg][prod]="Glencoe Mathematics"
url[mySeg][prod]="http://www.glencoe.com/catalog/index.php/catalog?c=1670&v="
winName[mySeg][prod]="glencoe"
division[mySeg][prod]="Glencoe"
img[mySeg][prod]='gmath'
	
	
// PreK to 12 Product content
prod=prod+1;
name[mySeg][prod]="Glencoe Social Studies"
url[mySeg][prod]="http://www.glencoe.com/catalog/index.php/catalog?c=1675&v="
winName[mySeg][prod]="glencoe"
division[mySeg][prod]="Glencoe"
img[mySeg][prod]='gsocial'
	
// PreK to 12 Product content
prod=prod+1;
name[mySeg][prod]="Jamestown Reading Navigator"
url[mySeg][prod]="http://www.readingnavigator.com/mkt/home.html"
winName[mySeg][prod]="glencoe"
division[mySeg][prod]="Glencoe"
img[mySeg][prod]='jamestown'

// PreK to 12 Product content
prod=prod+1;
name[mySeg][prod]="Imagine It!"
url[mySeg][prod]="http://www.sraonline.com/"
winName[mySeg][prod]="sra"
division[mySeg][prod]="SRA"
img[mySeg][prod]='imagineit'
thumbnail[mySeg]=prod // use this only for thumbnail to showcase

// PreK to 12 Product content
prod=prod+1;
name[mySeg][prod]="Direct Instruction"
url[mySeg][prod]="https://www.sraonline.com/products.html?PHPSESSID=f57efca8736d075e1325e5c870cef635&tid=9"
winName[mySeg][prod]="sra"
division[mySeg][prod]="SRA"
img[mySeg][prod]='direct'

// PreK to 12 Product content
prod=prod+1;
name[mySeg][prod]="Everyday Mathematics"
url[mySeg][prod]="https://www.wrightgroup.com/everydaymath/index.html?PHPSESSID=e59920fa2799d5846aad8237b6bde124&cat=37"
winName[mySeg][prod]="wright"
division[mySeg][prod]="Wright Group"
img[mySeg][prod]='emath'

				
// PreK to 12 Product content
prod=prod+1;
name[mySeg][prod]="Breakthrough to Literacy"
url[mySeg][prod]="https://www.wrightgroup.com/family.html?PHPSESSID=e59920fa2799d5846aad8237b6bde124&gid=201"
winName[mySeg][prod]="wright"
division[mySeg][prod]="Wright Group"
img[mySeg][prod]='literacy'


//sortArray(mySeg)


