function pageInit() {
	MM_preloadImages('images/nav/experiencedays_o.gif','images/nav/corporateandgroup_o.gif','images/nav/loyaltyschemes_o.gif','images/nav/retailers_o.gif','images/nav/incentivevouchers_o.gif');
	MM_preloadImages('../images/subnav/more_driving_o.gif','../images/subnav/more_flying_o.gif','../images/subnav/more_relaxation_o.gif','../images/subnav/more_adrenalin_o.gif','../images/subnav/more_water_o.gif','../images/subnav/other_activities_o.gif');
}



function popVoucher(url, win) {
	var iMyWidth;
	var iMyHeight;
	//gets top and left positions based on user's resolution so hint window is centered.
	iMyWidth = (window.screen.width/2) - (315 + 10); //half the screen width minus half the new window width (plus 5 pixel borders).
	iMyHeight = (window.screen.height/2) - (250 + 50); //half the screen height minus half the new window height (plus title and status bars).
	var win = window.open(url,win,"status,height=500,width=630,resizable=yes,left=" + iMyWidth + ",top=" + iMyHeight + ",screenX=" + iMyWidth + ",screenY=" + iMyHeight + ",scrollbars=yes");
	win.focus();
	return false;
}


function popGiftSet(url, win) {
	var iMyWidth;
	var iMyHeight;
	//gets top and left positions based on user's resolution so hint window is centered.
	iMyWidth = (window.screen.width/2) - (300 + 10); //half the screen width minus half the new window width (plus 5 pixel borders).
	iMyHeight = (window.screen.height/2) - (230 + 50); //half the screen height minus half the new window height (plus title and status bars).
	var win = window.open(url,win,"status,height=495,width=600,resizable=no,left=" + iMyWidth + ",top=" + iMyHeight + ",screenX=" + iMyWidth + ",screenY=" + iMyHeight + ",scrollbars=no");
	win.focus();
	return false;
}