// JavaScript Document

var book = new Object()
/*Math*/
book.txm = "/ep45/graphics/shared/art_txm.jpg";
book.cam = "/ep45/graphics/shared/art_hmcam.jpg";
book.me = "/ep45/graphics/shared/art_mthexp.jpg";
book.camx = "/ep45/graphics/shared/art_camthexp.jpg";
book.mw07 = "/ep45/graphics/shared/art_mw07.jpg";
book.mw05 = "/ep45/graphics/shared/art_mw05.jpg";
book.mw02 = "/ep45/graphics/shared/art_mw02.jpg";
book.ms = "/ep45/graphics/shared/art_mathsteps.jpg";
book.mc = "/ep45/graphics/shared/art_central.jpg";
book.md = "/ep45/graphics/shared/art_default.jpg";
book.km = "/ep45/graphics/shared/art_knowing.jpg";
book.fpo = "/ep45/graphics/shared/art_lvl2.jpg";

/*Reading*/
book.hmr08 = "/ep45/graphics/shared/art_hmr08.jpg";
book.hmr01 = "/ep45/graphics/shared/art_hmr01.jpg";
book.hme06 = "/ep45/graphics/shared/art_hme06.jpg";
book.lng = "/ep45/graphics/shared/art_lenguaje.jpg";
book.tnc = "/ep45/graphics/shared/art_tnc.jpg";
book.itl = "/ep45/graphics/shared/art_itl99.jpg";
book.inv = "/ep45/graphics/shared/art_inv.jpg";
book.hmll = "/ep45/graphics/shared/art_hmll.gif";
book.hmlr = "/ep45/graphics/shared/art_hmlr.jpg";
book.sts = "/ep45/graphics/shared/art_sts.jpg";

/*Science*/
book.hmsga = "/ep45/graphics/shared/art_hms_ga07.jpg";
book.hmsca = "/ep45/graphics/shared/art_hms_ca07.jpg";
book.hms = "/ep45/graphics/shared/art_hmsc.jpg";
book.hmxs = "/ep45/graphics/shared/art_hmxs.jpg";
book.dw = "/ep45/graphics/shared/art_discovery.jpg";

/*Social Studies*/
book.ssca = "/ep45/graphics/shared/art_hmss05_ca.jpg";
book.ss05 = "/ep45/graphics/shared/art_hmss05.jpg";
book.ss = "/ep45/graphics/shared/art_hmss96.jpg";
book.wtp = "/ep45/graphics/shared/art_wtp.jpg";
book.nep = "/ep45/graphics/shared/art_nep.jpg";
book.rt = "/ep45/graphics/shared/art_rt.jpg";
book.nyc = "/ep45/graphics/shared/art_hmss_nyc.jpg";

/*Pre-K*/
book.pk = "/ep45/graphics/shared/art_prek.jpg";
book.pkm = "/ep45/graphics/shared/art_prekmath.jpg";

/*Spelling*/
book.sv06 = "/ep45/graphics/shared/art_hmsv06.jpg";
book.sv04 = "/ep45/graphics/shared/art_hmsv04.jpg";

/*Other*/
book.br = "/ep45/graphics/shared/art_bookroom.jpg";

function showBook(myProp){
	document.getElementById('bookart').src = book[myProp];
}

