//left-nav images
var rguberman_off = new Image();
rguberman_off.src = "http://www.thebody.com/women/resource/images/visualaids/visaids_txt_artist_rguberman_off.gif";
var rguberman_on = new Image();
rguberman_on.src = "http://www.thebody.com/women/resource/images/visualaids/visaids_txt_artist_rguberman_on.gif";

var dhaggerty_off = new Image();
dhaggerty_off.src = "http://www.thebody.com/women/resource/images/visualaids/visaids_txt_artist_dhaggerty_off.gif";
var dhaggerty_on = new Image();
dhaggerty_on.src = "http://www.thebody.com/women/resource/images/visualaids/visaids_txt_artist_dhaggerty_on.gif";

var ajefferson_off = new Image();
ajefferson_off.src = "http://www.thebody.com/women/resource/images/visualaids/visaids_txt_artist_ajefferson_off.gif";
var ajefferson_on = new Image();
ajefferson_on.src = "http://www.thebody.com/women/resource/images/visualaids/visaids_txt_artist_ajefferson_on.gif";

var nlemoins_off = new Image();
nlemoins_off.src = "http://www.thebody.com/women/resource/images/visualaids/visaids_txt_artist_nlemoins_off.gif";
var nlemoins_on = new Image();
nlemoins_on.src = "http://www.thebody.com/women/resource/images/visualaids/visaids_txt_artist_nlemoins_on.gif";

var amccarthy_off = new Image();
amccarthy_off.src = "http://www.thebody.com/women/resource/images/visualaids/visaids_txt_artist_amccarthy_off.gif";
var amccarthy_on = new Image();
amccarthy_on.src = "http://www.thebody.com/women/resource/images/visualaids/visaids_txt_artist_amccarthy_on.gif";

var jmcdonald_off = new Image();
jmcdonald_off.src = "http://www.thebody.com/women/resource/images/visualaids/visaids_txt_artist_jmcdonald_off.gif";
var jmcdonald_on = new Image();
jmcdonald_on.src = "http://www.thebody.com/women/resource/images/visualaids/visaids_txt_artist_jmcdonald_on.gif";

var gnatal_off = new Image();
gnatal_off.src = "http://www.thebody.com/women/resource/images/visualaids/visaids_txt_artist_gnatal_off.gif";
var gnatal_on = new Image();
gnatal_on.src = "http://www.thebody.com/women/resource/images/visualaids/visaids_txt_artist_gnatal_on.gif";

var jparatone_off = new Image();
jparatone_off.src = "http://www.thebody.com/women/resource/images/visualaids/visaids_txt_artist_jparatone_off.gif";
var jparatone_on = new Image();
jparatone_on.src = "http://www.thebody.com/women/resource/images/visualaids/visaids_txt_artist_jparatone_on.gif";

var tpopick_off = new Image();
tpopick_off.src = "http://www.thebody.com/women/resource/images/visualaids/visaids_txt_artist_tpopick_off.gif";
var tpopick_on = new Image();
tpopick_on.src = "http://www.thebody.com/women/resource/images/visualaids/visaids_txt_artist_tpopick_on.gif";

var jrakowska_off = new Image();
jrakowska_off.src = "http://www.thebody.com/women/resource/images/visualaids/visaids_txt_artist_jrakowska_off.gif";
var jrakowska_on = new Image();
jrakowska_on.src = "http://www.thebody.com/women/resource/images/visualaids/visaids_txt_artist_jrakowska_on.gif";

var jseidman_off = new Image();
jseidman_off.src = "http://www.thebody.com/women/resource/images/visualaids/visaids_txt_artist_jseidman_off.gif";
var jseidman_on = new Image();
jseidman_on.src = "http://www.thebody.com/women/resource/images/visualaids/visaids_txt_artist_jseidman_on.gif";

var btrotter_off = new Image();
btrotter_off.src = "http://www.thebody.com/women/resource/images/visualaids/visaids_txt_artist_btrotter_off.gif";
var btrotter_on = new Image();
btrotter_on.src = "http://www.thebody.com/women/resource/images/visualaids/visaids_txt_artist_btrotter_on.gif";

var nwallower_off = new Image();
nwallower_off.src = "http://www.thebody.com/women/resource/images/visualaids/visaids_txt_artist_nwallower_off.gif";
var nwallower_on = new Image();
nwallower_on.src = "http://www.thebody.com/women/resource/images/visualaids/visaids_txt_artist_nwallower_on.gif";

var main_off = new Image();
main_off.src = "http://www.thebody.com/women/resource/images/visualaids/visaids_nav_artist_back_off.gif";
var main_on = new Image();
main_on.src = "http://www.thebody.com/women/resource/images/visualaids/visaids_nav_artist_back_on.gif";


//artist page popup picture viewer
function openArtistPage(page,size) {
	if (size == "short") {
		winWidth = 456;
		winHeight = 475;
	} else if (size = "long") {
		winWidth = 420;
		winHeight = 550;
	}
	if (page.substring(0,1)=="/") artistURL =page;
	else artistURL = "visualaids_" + page + ".html";
	winAttributes = "'scrollbars=no,width=" + winWidth + ",height=" + winHeight + "'";
	
	window.open(artistURL,'artistPopup',winAttributes);
}

