﻿//Pre-Caches TV/Friday Night Movies Nav

if (document.images) { 

var fnmovieoff = new Array()
fnmovieoff[0] = new Image()
fnmovieoff[0].src = "/tv/source/fridaynav/off_00.gif"
fnmovieoff[1] = new Image()
fnmovieoff[1].src = "/tv/source/fridaynav/off_01.gif"
fnmovieoff[2] = new Image()
fnmovieoff[2].src = "/tv/source/fridaynav/off_02.gif"
fnmovieoff[3] = new Image()
fnmovieoff[3].src = "/tv/source/fridaynav/off_03.gif"
fnmovieoff[4] = new Image()
fnmovieoff[4].src = "/tv/source/fridaynav/off_04.gif"
fnmovieoff[5] = new Image()
fnmovieoff[5].src = "/tv/source/fridaynav/off_05.gif"
fnmovieoff[6] = new Image()
fnmovieoff[6].src = "/tv/source/fridaynav/off_06.gif"
fnmovieoff[7] = new Image()
fnmovieoff[7].src = "/tv/source/fridaynav/off_07.gif"
fnmovieoff[8] = new Image()
fnmovieoff[8].src = "/tv/source/fridaynav/off_08.gif"
fnmovieoff[9] = new Image()
fnmovieoff[9].src = "/tv/source/fridaynav/off_09.gif"
fnmovieoff[10] = new Image()
fnmovieoff[10].src = "/tv/source/fridaynav/off_10.gif"
fnmovieoff[11] = new Image()
fnmovieoff[11].src = "/tv/source/fridaynav/off_99.gif"

var fnmovieon = new Array()
fnmovieon[0] = new Image()
fnmovieon[0].src = "/tv/source/fridaynav/on_00.gif"
fnmovieon[1] = new Image()
fnmovieon[1].src = "/tv/source/fridaynav/on_01.gif"
fnmovieon[2] = new Image()
fnmovieon[2].src = "/tv/source/fridaynav/on_02.gif"
fnmovieon[3] = new Image()
fnmovieon[3].src = "/tv/source/fridaynav/on_03.gif"
fnmovieon[4] = new Image()
fnmovieon[4].src = "/tv/source/fridaynav/on_04.gif"
fnmovieon[5] = new Image()
fnmovieon[5].src = "/tv/source/fridaynav/on_05.gif"
fnmovieon[6] = new Image()
fnmovieon[6].src = "/tv/source/fridaynav/on_06.gif"
fnmovieon[7] = new Image()
fnmovieon[7].src = "/tv/source/fridaynav/on_07.gif"
fnmovieon[8] = new Image()
fnmovieon[8].src = "/tv/source/fridaynav/on_08.gif"
fnmovieon[9] = new Image()
fnmovieon[9].src = "/tv/source/fridaynav/on_09.gif"
fnmovieon[10] = new Image()
fnmovieon[10].src = "/tv/source/fridaynav/on_10.gif"
fnmovieon[11] = new Image()
fnmovieon[11].src = "/tv/source/fridaynav/on_99.gif"

}

//Friday Night Movie Button Swap Functions

function fnmovieover(m) {
	eval("document.movbtn"+m+".src = fnmovieon["+m+"].src")
}
function fnmovieout(m) {
	eval("document.movbtn"+m+".src = fnmovieoff["+m+"].src")
}
