var menu;
var preload = [];
function menuConfigure() { this.closeDelayTime = 800; }
function menuInit() { menu = new Menu('root', 'menu', menuConfigure); }
Event.observe(window, 'load', menuInit, false);
Event.observe(window, 'load', function() {
	if ($('landing-image')) {
		preload[preload.length] = new Image(); preload[preload.length-1].src = "/wp/wp-content/themes/troyounce/src/img/landing1.jpg";
		preload[preload.length] = new Image(); preload[preload.length-1].src = "/wp/wp-content/themes/troyounce/src/img/landing2.jpg";
		preload[preload.length] = new Image(); preload[preload.length-1].src = "/wp/wp-content/themes/troyounce/src/img/landing3.jpg";
		preload[preload.length] = new Image(); preload[preload.length-1].src = "/wp/wp-content/themes/troyounce/src/img/landing4.jpg";
		if ($('fp-why-gold')) $('fp-why-gold').observe('mouseover', function(event) { $('landing-image').src = "/wp/wp-content/themes/troyounce/src/img/landing2.jpg"; });
		if ($('fp-kruger-rand')) $('fp-kruger-rand').observe('mouseover', function(event) { $('landing-image').src = "/wp/wp-content/themes/troyounce/src/img/landing3.jpg"; });
		if ($('fp-troy-ounce')) $('fp-troy-ounce').observe('mouseover', function(event) { $('landing-image').src = "/wp/wp-content/themes/troyounce/src/img/landing4.jpg"; });
		if ($('fp-contact')) $('fp-contact').observe('mouseover', function(event) { $('landing-image').src = "/wp/wp-content/themes/troyounce/src/img/landing2.jpg"; });
	} else {
		
		preload[preload.length] = new Image(); preload[preload.length-1].src = "/wp/wp-content/themes/troyounce/src/img/hoverwg-golden-futuretxt.jpg";
		preload[preload.length] = new Image(); preload[preload.length-1].src = "/wp/wp-content/themes/troyounce/src/img/hoverwg-cash-isnt-kingtxt.jpg";
		preload[preload.length] = new Image(); preload[preload.length-1].src = "/wp/wp-content/themes/troyounce/src/img/hoverwg-credit-crisistxt.jpg";
		preload[preload.length] = new Image(); preload[preload.length-1].src = "/wp/wp-content/themes/troyounce/src/img/hoverwg-survive-in-the-new-economytxt.jpg";
	}
});

