/**
This is used to pre-load images into the cache for speed, especially on the navigation
menus where images are loaded on each page.
**/

// Buttons

function preLoader() 
{
homeOff = new Image(72,38)
homeOff.src = "..\images\home_off.gif"

homeOn = new Image(72,38)
homeOn.src = "..\images\home_on.gif"

themesOff = new Image(72,38)
themesOff.src = "..\images\themes_off.gif"

themesOn = new Image(72,38)
themesOn.src = "..\images\themes_off.gif"

downloadsOff = new Image(72,38)
downloadsOff.src = "..\images\downloads_off.gif"

downloadsOn = new Image(72,38)
downloadsOn.src = "..\images\downloads_on.gif"

findoutmoreOff = new Image(72,38)
findoutmoreOff.src = "..\images\findoutmore_off.gif"

findoutmoreOn = new Image(72,38)
findoutmoreOn.src = "..\images\findoutmore_on.gif"

adultsOff= new Image(72,38)
adultsOff.src = "..\images\adults_off.gif"

adultsOn = new Image(72,38)
adultsOn.src = "..\images\adults_on.gif"

// Other images
img1= new Image(214,234)
img1.src = "..\images\audio_box.gif.gif"

img2= new Image(214,77)
img2.src = "..\images\coming_soon.gif"

img3= new Image(223,234)
img3.src = "..\images\theme_box_blue_back.gif"

img4= new Image(262,139)
img4.src = "..\images\thinkingaboutmylife_header_logo.gif"

img5= new Image(123,89)
img5.src = "..\images\postcard1_downloads.gif"

img6= new Image(123,89)
img6.src = "..\images\postcard2_downloads.gif"

img7= new Image(192,379)
img7.src = "..\images\online_polls_back3.gif"

img8= new Image(140,70)
img8.src = "..\images\tcs-logo.jpg"

img9= new Image(81,85)
img9.src = "..\images\family_icon_home_page.gif"

img10= new Image(81,85)
img10.src = "..\images\values_icon_home_page.gif"

img11= new Image(81,85)
img11.src = "..\images\health_icon_home_page.gif"

img12= new Image(81,85)
img12.src = "..\images\learning_icon_home_page.gif"

img13= new Image(81,85)
img13.src = "..\images\lifestyle_icon_home_page.gif"

img14= new Image(738,22)
img14.src = "..\images\header_bar.gif"

img15= new Image(211,185)
img15.src = "..\images\haveyoursay_bubble_learning.gif"

img16= new Image(55,24)
img16.src = "..\images\vote_button.gif"

img17= new Image(148,92)
img17.src = "..\images\thegoodchildhood_footer_log.gif"

img18= new Image(449,235)
img18.src = "..\images\family_box.gif"

img19= new Image(449,235)
img19.src = "..\images\health_box.gif"

img20= new Image(449,235)
img20.src = "..\images\values_box.gif"

img21= new Image(449,235)
img21.src = "..\images\learning_box.gif"

img22= new Image(449,235)
img22.src = "..\images\lifestyle_box.gif"

myFlash1 = new Image(476,139)
myFlash1.src = "..\images\learning_animation.swf"

}