function doMouseOver(e, i) {
	if($(e)){ e.className = 'tabbedThumbRowsOver'; }
	if($(i)){ i.className = 'videoImgOver'; }
}
function doMouseOut(e, i) {
	if($(e)){ e.className = 'tabbedThumbRowsOut'; }
	if($(i)){ i.className = 'videoImgOut'; }
}
function doMouseOver_home(e, i) {
	if($(e)){ e.className = 'tabbedThumbRowsOver'; }
	if($(i)){ i.className = 'videoImgOver'; }
}
function doMouseOut_home(e, i) {
	if($(e)){ e.className = 'tabbedThumbRowsOut'; }
	if($(i)){ i.className = 'videoImgOut'; }
}