// JavaScript Document
//NAV BAR
//var posX_navbarButton = [[0,74],[79,122],[206,154],[365,227],[597,122],[724,87],[816,111]];
var posX_navbarButton = [[0,82],[88,122],[222,154],[388,180],[573,122],[705,87],[800,127]];
//var posX_navbarButton = [[0,71],[76,110],[205,154],[385,175],[590,122],[726,85],[818,109]];
var posX_navbarButton_ie6 = [[0,76],[41,122],[106,154],[186,227],[300,122],[363,87],[408,111]];

//GALLERY
var imgGallery = [

			{page:"home", img:"images/layout/banner_home.jpg", text:"<span class='btn_jump' id='btn_jump_holidays'></span><span class='bannerTop'>Relax in luxury and style</span><span class='bannerBottom'>Sun soaked beaches, mountainous hikes, shopping in Paris – if you are looking for a getaway, Rising Stars can help...</span>"},
			{page:"home", img:"images/layout/banner_sportTravel.jpg", text:"<span class='btn_jump' id='btn_jump_sportTravel'></span><span class='bannerTop'>Find your way to your next sporting event</span><span class='bannerBottom'>We understand you are travelling to compete, ensure your trip is seamless and book with us today!</span>"},		 
			{page:"home", img:"images/layout/banner_corpTravel.jpg", text:"<span class='btn_jump' id='btn_jump_corpTravel'></span><span class='bannerTop'>Make the most of your business trip.</span><span class='bannerBottom'>Need to be in an important meeting tomorrow, but don’t have the time to book – let Rising Stars take care of it...</span>"},		 
			{page:"home", img:"images/layout/banner_intGroupTravel.jpg", text:"<span class='btn_jump' id='btn_jump_intGroupTravel'></span><span class='bannerTop'>Experience the world like never before</span><span class='bannerBottom'>Are you looking for that once in a lifetime experience? Well look no further...</span>"},		 
			{page:"home", img:"images/layout/banner_schoolSport.jpg", text:"<span class='btn_jump' id='btn_jump_schoolSport'></span><span class='bannerTop'>Champions in the making</span><span class='bannerBottom'>Is your son the next Ian Thorpe, or your daughter the next Cathy Freeman?</span>"},		 
			{page:"sportTravel", img:"images/layout/banner_sportTravel.jpg", text:"<span class='bannerTop'>Find your way to your next sporting event</span><span class='bannerBottom'>We understand you are travelling to compete, ensure your trip is seamless and book with us today!</span>"},		 
			{page:"corpTravel", img:"images/layout/banner_corpTravel.jpg", text:"<span class='bannerTop'>Make the most of your business trip.</span><span class='bannerBottom'>Need to be in an important meeting tomorrow, but don’t have the time to book – let Rising Stars take care of it...</span>"},	
			{page:"intGroupTravel", img:"images/layout/banner_intGroupTravel.jpg", text:"<span class='bannerTop'>Experience the world like never before</span><span class='bannerBottom'>Are you looking for that once in a lifetime experience? Well look no further...</span>"},
			{page:"schoolSport", img:"images/layout/banner_schoolSport.jpg", text:"<span class='bannerTop'>Champions in the making</span><span class='bannerBottom'>Is your son the next Ian Thorpe, or your daughter the next Cathy Freeman?</span>"},	
			{page:"holidays", img:"images/layout/banner_home.jpg", text:"<span class='bannerTop'>Relax in luxury and style</span><span class='bannerBottom'>Sun soaked beaches, mountainous hikes, shopping in Paris – if you are looking for a getaway, Rising Stars can help...</span>"},
			{page:"contact", img:"", text:""}

			];


