<!-- Hide from old browsers
// This script is Copyright 2001 SBA Design (http://www.sbadesign.com).
// Use and distribution of this program without SBA Design's prior
// written permission is strictly forbidden.

// start mouseover code

if (document.images) {

	tab_ep1_on = new Image
	tab_ep1_off = new Image
	tab_ep1_on.src = 'images/tab_episode1_on.gif'
	tab_ep1_off.src = 'images/tab_episode1.gif'

	tab_ep2_on = new Image
	tab_ep2_off = new Image
	tab_ep2_on.src = 'images/tab_episode2_on.gif'
	tab_ep2_off.src = 'images/tab_episode2.gif'

	tab_ep3_on = new Image
	tab_ep3_off = new Image
	tab_ep3_on.src = 'images/tab_episode3_on.gif'
	tab_ep3_off.src = 'images/tab_episode3.gif'

	tab_tri_on = new Image
	tab_tri_off = new Image
	tab_tri_on.src = 'images/tab_orig_trilogy_on.gif'
	tab_tri_off.src = 'images/tab_orig_trilogy.gif'

	tab_cor_on = new Image
	tab_cor_off = new Image
	tab_cor_on.src = 'images/tab_coruscant_on.gif'
	tab_cor_off.src = 'images/tab_coruscant.gif'
}
else {

	tab_ep1_on = ""
	tab_ep1_off = ""
	tab_ep1_on.src = ""
	tab_ep1_off.src = ""

	tab_ep2_on = ""
	tab_ep2_off = ""
	tab_ep2_on.src = ""
	tab_ep2_off.src = ""

	tab_ep3_on = ""
	tab_ep3_off = ""
	tab_ep3_on.src = ""
	tab_ep3_off.src = ""

	tab_tri_on = ""
	tab_tri_off = ""
	tab_tri_on.src = ""
	tab_tri_off.src = ""

	tab_cor_on = ""
	tab_cor_off = ""
	tab_cor_on.src = ""
	tab_cor_off.src = ""
}
// end mouseover code
// End hiding -->