// Javascript Function 

$(document).ready(function () {
							
							
	$("#loading").ajaxStart(function(){ // fire if the ajax is started
		
		$("#aboutInterswitchContent").hide();
		 $(this).show(); 
	});
	
	$("#loading").ajaxComplete(function(){ // fire if the ajax is completed
										
		 $(this).hide(); 
		 $("#aboutInterswitchContent").show();
	});
	
	// Hide ultimate
	$('div#changingImages, div#menu').mouseover(function () {
		$('div.mainNavContainer div').not('div.submenu, div.submenuLeft, div.submenuWider, div#menu, div#content, div#loading, div.banners, div#sideNavigation, div#spacer').slideUp('slow');
	});

				
											  
/* ABOUT INTERSWITCH */
	

	// Reveals the sublinks for 'About Interswitch'
	$('img#btnAboutInterswitch').mouseover(function () {
		
		// show only
		$('div#aboutISWdropDown').slideDown('fast');
		
		// hide others
		$('div.mainNavContainer div').not('div#aboutISWdropDown').not('div.submenu, div.submenuLeft, div.submenuWider, div#menu, div#content, div.banners, div#sideNavigation, div#spacer').fadeOut('slow');
		
	});
	
	
	// Reveals the sublinks for 'About Us'
	$('a.linkAboutUs').mouseover(function () {
										   
		$('div#aboutUsSubs').slideDown('fast');
		
		$('div.mainNavContainer div').not('div#aboutUsSubs').not('div.submenu, div.submenuLeft, div.submenuWider, div#menu, div#content, div.banners, div#sideNavigation, div#spacer').not('div#aboutISWdropDown').fadeOut('slow');
		
	});
	
	// Reveals the sublinks for 'Company'
	$('a.linkCompany').mouseover(function () {
										   
		$('div#companySubs').slideDown('fast');
		
		$('div.mainNavContainer div').not('div#companySubs, div#aboutUsSubs').not('div.submenu, div.submenuLeft, div.submenuWider, div#menu, div#content, div.banners, div#sideNavigation, div#spacer').not('div#aboutISWdropDown').fadeOut('slow');
		
	});
	
	
	// Reveals the sublinks for 'Corporate Responsibility'
	$('a.linkCorporateSocialResponsibility').mouseover(function () {
											   
		$('div#corporateSocialResponsibilitySubs').slideDown('fast');	
		
		$('div.mainNavContainer div').not('div#corporateSocialResponsibilitySubs').not('div.submenu, div.submenuLeft, div.submenuWider, div#menu, div#content, div.banners, div#sideNavigation, div#spacer').not('div#aboutISWdropDown').fadeOut('slow');
	});
	
	
	
	
	// Reveals the sublinks for 'Divisions'
	$('a.linkDivisions').mouseover(function () {
										   
		$('div#divisionSubs').slideDown('fast');
		
		$('div.mainNavContainer div').not('div.submenu, div.submenuLeft, div#menu, div.submenuWider, div#content, div.banners, div#sideNavigation, div#spacer').not('div#divisionSubs').not('div#aboutISWdropDown, div#aboutUsSubs').fadeOut('slow');
		
	});
	
	
	
	// Reveals the sublinks for 'Media Centre'
	$('a.linkMediaCentre').mouseover(function () {
											   
		$('div#mediaCentreSubs').slideDown('fast');	
		
		$('div.mainNavContainer div').not('div#mediaCentreSubs').not('div.submenu, div.submenuLeft, div.submenuWider, div#menu, div#content, div.banners, div#sideNavigation, div#spacer').not('div#aboutISWdropDown').fadeOut('slow');
	});
				
				
	// Reveals the sublinks for 'Contact Us'
	$('a.linkContactUs').mouseover(function () {
											   
		$('div#contactUsSubs').slideDown('fast');	
		
		$('div.mainNavContainer div').not('div#contactUsSubs').not('div.submenu, div.submenuLeft, div.submenuWider, div#menu, div#content, div.banners, div#sideNavigation, div#spacer').not('div#aboutISWdropDown').fadeOut('slow');
	});
				
				
	
	
	// Reveals the sublinks for 'Careers'
	$('a.linkCareers').mouseover(function () {
											   
		$('div#careerSubs').slideDown('fast');	
		
		$('div.mainNavContainer div').not('div#careerSubs').not('div.submenu, div.submenuLeft, div.submenuWider, div#menu, div#content, div.banners, div#sideNavigation, div#spacer').not('div#aboutISWdropDown').fadeOut('slow');
	});
	
	///////////////////////////////////////////////////////////
				
											  
	// Hides companySubs when other links are mousedover
	$('a.linkDivisions, a.linkShareholders, a.linkBoardDirectors, a.linkManagementTeam, a.linkAboutUs, a.linkCareers, a.linkCorporateSocialResponsibility, a.linkContactUs, a.linkFAQ, a.linkInterswitchStoryVideo').mouseover(function () {
										   		
		$('div#companySubs').fadeOut('slow');
		
	});

	// Hides divisionSubs when other links are mousedover
	$('a.linkCompany, a.linkShareholders, a.linkBoardDirectors, a.linkManagementTeam, a.linkAboutUs, a.linkCareers,  a.linkContactUs, a.linkFAQ, a.linkCorporateSocialResponsibility, a.linkInterswitchStoryVideo').mouseover(function () {
										   		
		$('div#divisionSubs').fadeOut('slow');
		
	});

	// Hides contactUsSubs when other links are mousedover
	$('a.linkCompany, a.linkShareholders, a.linkBoardDirectors, a.linkManagementTeam, a.linkAboutUs, a.linkCareers, a.linkCorporateSocialResponsibility, a.linkFAQ').mouseover(function () {
										   		
		$('div#contactUsSubs').fadeOut('slow');
		
	});
	
	// Hides contactUsSubs when other links are mousedover
	$('a.linkCompany, a.linkShareholders, a.linkBoardDirectors, a.linkManagementTeam, a.linkAboutUs, a.linkCareers, a.linkCorporateSocialResponsibility, a.linkFAQ').mouseover(function () {
										   		
		$('div#contactUsSubs').fadeOut('slow');
		
	});
	
	// Hides corporateSocialResponsibilitySubs when other links are mousedover
	$('a.linkCompany, a.linkShareholders, a.linkBoardDirectors, a.linkManagementTeam, a.linkAboutUs, a.linkCareers, a.linkFAQ').mouseover(function () {
										   		
		$('div#corporateSocialResponsibilitySubs').fadeOut('slow');
		
	});
	
	// Hides careersSubs when other links are mousedover
	$('a.linkCompany, a.linkShareholders, a.linkBoardDirectors, a.linkManagementTeam, a.linkAboutUs, a.linkCorporateSocialResponsibility, a.linkFAQ').mouseover(function () {
										   		
		$('div#careerSubs').fadeOut('slow');
		
	});
	

//Key: $.fn.navigationSuper = function(coloredImage, grayscaleImage, title, file, sideMenuFile, hideDivs) {
	
	/*ABOUT US*/	

	$('a.linkShareholders').navigationSuper('images/sub-topic-images/about-interswitch.jpg','images/sub-topic-images/grayscale/about-interswitch.jpg','SHAREHOLDERS','about-interswitch-content/about-us/share-holders.htm', 'side.navigation/about-interswitch.htm','div#aboutISWdropDown,div#aboutUsSubs', 'share-holders');

	$('a.linkBoardDirectors').navigationSuper('images/sub-topic-images/about-interswitch.jpg','images/sub-topic-images/grayscale/about-interswitch.jpg','BOARD OF DIRECTORS','about-interswitch-content/about-us/board-of-directors.htm','side.navigation/about-interswitch.htm', 'div#aboutISWdropDown,div#aboutUsSubs', 'board-of-directors');

	$('a.linkManagementTeam').navigationSuper('images/sub-topic-images/about-interswitch.jpg','images/sub-topic-images/grayscale/about-interswitch.jpg','MANAGEMENT TEAM','about-interswitch-content/about-us/management-team/mitchell-elegbe.htm', 'side.navigation/management-team.htm','div#aboutISWdropDown,div#aboutUsSubs', 'management-team');
	
	$('a.linkInterswitchStoryVideo').navigationSuper('images/sub-topic-images/about-interswitch.jpg','images/sub-topic-images/grayscale/about-interswitch.jpg','INTERSWITCH STORY (VIDEO)','about-interswitch-content/about-us/interswitch-story-video.htm', 'side.navigation/about-interswitch.htm','div#aboutISWdropDown,div#aboutUsSubs', 'interswitch-story-video');
	
	
////////////////////////////////////////////////

	/* CORPORATE RESPONSIBILITY */	

	
	$('a.linkSwitchAFuture').navigationSuper('images/sub-topic-images/about-interswitch.jpg','images/sub-topic-images/grayscale/about-interswitch.jpg','SWITCH A FUTURE','about-interswitch-content/corporate-social-responsibility/switch-a-future.htm', 'side.navigation/corporate-social-responsibility.htm','div#aboutISWdropDown,div#corporateSocialResponsibilitySubs' , 'switch-a-future');
	
	$('a.linkEducationInitiative').navigationSuper('images/sub-topic-images/about-interswitch.jpg','images/sub-topic-images/grayscale/about-interswitch.jpg','EDUCATION INITIATIVE','about-interswitch-content/corporate-social-responsibility/education-initiative.htm', 'side.navigation/corporate-social-responsibility.htm','div#aboutISWdropDown,div#corporateSocialResponsibilitySubs', 'education-initiative');
	
/*	$('a.linkBusinessEmpowerment').navigationSuper('images/sub-topic-images/about-interswitch.jpg','images/sub-topic-images/grayscale/about-interswitch.jpg','BUSINESS EMPOWERMENT','about-interswitch-content/corporate-social-responsibility/business-empowerment.htm', 'side.navigation/corporate-social-responsibility.htm','div#aboutISWdropDown,div#corporateSocialResponsibilitySubs');
*/	
	$('a.linkSwitchAFutureVideos').navigationSuper('images/sub-topic-images/about-interswitch.jpg','images/sub-topic-images/grayscale/about-interswitch.jpg','SWITCH A FUTURE (VIDEOS)','about-interswitch-content/corporate-social-responsibility/switch-a-future-videos.htm', 'side.navigation/corporate-social-responsibility.htm','div#aboutISWdropDown,div#corporateSocialResponsibilitySubs', 'switch-a-future-video');
	
	
	
////////////////////////////////////////////////

	/* CAREERS */	
	
	$('a.linkWorkingAtInterswitch').navigationSuper('images/sub-topic-images/about-interswitch.jpg','images/sub-topic-images/grayscale/about-interswitch.jpg','WORKING AT INTERSWITCH','about-interswitch-content/careers/working-at-interswitch.htm', 'side.navigation/careers.htm','div#aboutISWdropDown,div#careerSubs', 'working-at-interswitch');
	
	$('a.linkITeamVideo').navigationSuper('images/sub-topic-images/about-interswitch.jpg','images/sub-topic-images/grayscale/about-interswitch.jpg','I-TEAM VIDEOS','about-interswitch-content/careers/i-team-video.htm', 'side.navigation/careers.htm','div#aboutISWdropDown,div#careerSubs', 'i-team-video');

	$('a.linkExistingVacancies').navigationSuper('images/sub-topic-images/about-interswitch.jpg','images/sub-topic-images/grayscale/about-interswitch.jpg','EXISTING VACANCIES','about-interswitch-content/careers/existing-vacancies.htm', 'side.navigation/careers.htm','div#aboutISWdropDown,div#careerSubs', 'existing-vacancies');

	$('a.linkSubmitCV').navigationSuper('images/sub-topic-images/about-interswitch.jpg','images/sub-topic-images/grayscale/about-interswitch.jpg','SUBMIT CV','about-interswitch-content/careers/submit-cv.htm', 'side.navigation/careers.htm','div#aboutISWdropDown,div#careerSubs', 'submit-cv');



////////////////////////////////////////////////

	/* CONTACT US */	
	
	$('a.linkInterswitchGroup').navigationSuper('images/sub-topic-images/about-interswitch.jpg','images/sub-topic-images/grayscale/about-interswitch.jpg','INTERSWITCH GROUP','about-interswitch-content/contact-us/interswitch-group.htm', 'side.navigation/contact-us.htm','div#aboutISWdropDown,div#contactUsSubs','interswitch-group');

	$('a.linkInterswitchEastAfrica').navigationSuper('images/sub-topic-images/about-interswitch.jpg','images/sub-topic-images/grayscale/about-interswitch.jpg','INTERSWITCH EAST AFRICA','about-interswitch-content/contact-us/interswitch-east-africa.htm', 'side.navigation/contact-us.htm','div#aboutISWdropDown,div#contactUsSubs','interswitch-east-africa');

	$('a.linkInterswitchWestAfrica').navigationSuper('images/sub-topic-images/about-interswitch.jpg','images/sub-topic-images/grayscale/about-interswitch.jpg','INTERSWITCH WEST AFRICA','about-interswitch-content/contact-us/interswitch-west-africa.htm', 'side.navigation/contact-us.htm','div#aboutISWdropDown,div#contactUsSubs','interswitch-west-africa');


////////////////////////////////////////////////

	/* MEDIA CENTRE */	
	
	$('a.linkPress').navigationSuper('images/sub-topic-images/about-interswitch.jpg','images/sub-topic-images/grayscale/about-interswitch.jpg','July, 2011','about-interswitch-content/media-centre/news-37.htm', 'side.navigation/news-items.htm','div#aboutISWdropDown,div#mediaCentreSubs', 'press');	

	$('a.linkVideo').navigationSuper('images/sub-topic-images/about-interswitch.jpg','images/sub-topic-images/grayscale/about-interswitch.jpg','VIDEOS','about-interswitch-content/media-centre/videos.htm', 'side.navigation/media-centre.htm','div#aboutISWdropDown,div#mediaCentreSubs','videos');	
	
/*	$('a.linkPhotoGallery').navigationSuper('images/sub-topic-images/about-interswitch.jpg','images/sub-topic-images/grayscale/about-interswitch.jpg','PHOTO GALLERY','about-interswitch-content/media-centre/photo-gallery.htm', 'side.navigation/media-centre.htm','div#aboutISWdropDown,div#mediaCentreSubs');	
*/
$('a.linkBrandIdentity').navigationSuper('images/sub-topic-images/about-interswitch.jpg','images/sub-topic-images/grayscale/about-interswitch.jpg','BRAND IDENTITY','about-interswitch-content/media-centre/brand-identity.htm', 'side.navigation/amedia-centre.htm','div#aboutISWdropDown,div#mediaCentreSubs','brand-identity');	
	
/*	$('a.linkFAQ').navigationSuper('images/sub-topic-images/about-interswitch.jpg','images/sub-topic-images/grayscale/about-interswitch.jpg','FAQs','about-interswitch-content/media-centre/faq.htm', 'side.navigation/media-centre.htm','div#aboutISWdropDown,div#mediaCentreSubs');	
*/	
	$('a.linkFAQ').navigationSuper('images/sub-topic-images/about-interswitch.jpg','images/sub-topic-images/grayscale/about-interswitch.jpg','FAQs','about-interswitch-content/media-centre/faq.htm', 'side.navigation/media-centre.htm', 'div#aboutISWdropDown,div#mediaCentreSubs','faqs');
	
	
	/* COMPANY */
	
	$('a.linkWhoWeAre').navigationSuper('images/sub-topic-images/about-interswitch.jpg','images/sub-topic-images/grayscale/about-interswitch.jpg','WHO WE ARE','about-interswitch-content/about-us/company/who-we-are.htm', 'side.navigation/company.htm','div#aboutISWdropDown,div#aboutUsSubs,div#companySubs','who-we-are');
	
	$('a.linkWhyWeExist').navigationSuper('images/sub-topic-images/about-interswitch.jpg','images/sub-topic-images/grayscale/about-interswitch.jpg','WHY WE EXIST','about-interswitch-content/about-us/company/why-we-exist.htm', 'side.navigation/company.htm','div#aboutISWdropDown,div#aboutUsSubs,div#companySubs','why-we-exist');
	
	$('a.linkWhatWeBelieveIn').navigationSuper('images/sub-topic-images/about-interswitch.jpg','images/sub-topic-images/grayscale/about-interswitch.jpg','WHAT WE BELIEVE IN','about-interswitch-content/about-us/company/what-we-believe-in.htm', 'side.navigation/company.htm','div#aboutISWdropDown,div#aboutUsSubs,div#companySubs','what-we-believe-in');

	$('a.linkWhatMotivatesUs').navigationSuper('images/sub-topic-images/about-interswitch.jpg','images/sub-topic-images/grayscale/about-interswitch.jpg','WHAT MOTIVATES US','about-interswitch-content/about-us/company/what-motivates-us.htm', 'side.navigation/company.htm','div#aboutISWdropDown,div#aboutUsSubs,div#companySubs','what-motivates-us');


	/* DIVISIONS */
	
	$('a.linkInfratrust').navigationSuper('images/sub-topic-images/about-interswitch.jpg','images/sub-topic-images/grayscale/about-interswitch.jpg','INFRATRUST','about-interswitch-content/divisions/infratrust.htm', 'side.navigation/divisions.htm','div#aboutISWdropDown,div#aboutUsSubs, div#divisionSubs','infratrust');
	
	$('a.linkOneview').navigationSuper('images/sub-topic-images/about-interswitch.jpg','images/sub-topic-images/grayscale/about-interswitch.jpg','ONEVIEW','about-interswitch-content/divisions/oneview.htm', 'side.navigation/divisions.htm','div#aboutISWdropDown,div#aboutUsSubs, div#divisionSubs','oneview');
	
	$('a.linkTechnosource').navigationSuper('images/sub-topic-images/about-interswitch.jpg','images/sub-topic-images/grayscale/about-interswitch.jpg','TECHNOSOURCE','about-interswitch-content/divisions/technosource.htm', 'side.navigation/divisions.htm','div#aboutISWdropDown,div#aboutUsSubs, div#divisionSubs','technosource');
	
	$('a.linkTranspro').navigationSuper('images/sub-topic-images/about-interswitch.jpg','images/sub-topic-images/grayscale/about-interswitch.jpg','TRANSPRO','about-interswitch-content/divisions/transpro.htm', 'side.navigation/divisions.htm','div#aboutISWdropDown,div#aboutUsSubs, div#divisionSubs','transpro');
	
	$('a.linkImagineering').navigationSuper('images/sub-topic-images/about-interswitch.jpg','images/sub-topic-images/grayscale/about-interswitch.jpg','IMAGINEERING','about-interswitch-content/divisions/imagineering.htm', 'side.navigation/divisions.htm','div#aboutISWdropDown,div#aboutUsSubs, div#divisionSubs','imagineering');
	
	$('a.linkPaymate').navigationSuper('images/sub-topic-images/about-interswitch.jpg','images/sub-topic-images/grayscale/about-interswitch.jpg','PAYMATE','about-interswitch-content/divisions/paymate.htm', 'side.navigation/divisions.htm','div#aboutISWdropDown,div#aboutUsSubs, div#divisionSubs','paymate');

	$('a.linkTouchpoint').navigationSuper('images/sub-topic-images/about-interswitch.jpg','images/sub-topic-images/grayscale/about-interswitch.jpg','TOUCHPOINT','about-interswitch-content/divisions/touchpoint.htm', 'side.navigation/divisions.htm','div#aboutISWdropDown,div#aboutUsSubs, div#divisionSubs','touchpoint');
		
	$('a.linkBrainworks').navigationSuper('images/sub-topic-images/about-interswitch.jpg','images/sub-topic-images/grayscale/about-interswitch.jpg','BRAINWORKS','about-interswitch-content/divisions/brainworks.htm', 'side.navigation/divisions.htm','div#aboutISWdropDown,div#aboutUsSubs, div#divisionSubs','brainworks');
		
	$('a.linkTechQuest').navigationSuper('images/sub-topic-images/about-interswitch.jpg','images/sub-topic-images/grayscale/about-interswitch.jpg','TECHQUEST','about-interswitch-content/divisions/techquest.htm', 'side.navigation/divisions.htm','div#aboutISWdropDown,div#aboutUsSubs, div#divisionSubs','techquest');
	
	$('a.linkSkillbase').navigationSuper('images/sub-topic-images/about-interswitch.jpg','images/sub-topic-images/grayscale/about-interswitch.jpg','SYSTEGRA','about-interswitch-content/divisions/skillbase.htm', 'side.navigation/divisions.htm','div#aboutISWdropDown,div#aboutUsSubs, div#divisionSubs','skillbase');
	
	$('a.linkVerveBusiness').navigationSuper('images/sub-topic-images/about-interswitch.jpg','images/sub-topic-images/grayscale/about-interswitch.jpg','VERVE BUSINESS','about-interswitch-content/divisions/verve-business.htm', 'side.navigation/divisions.htm','div#aboutISWdropDown,div#aboutUsSubs, div#divisionSubs','verve-business');
	
	
	
	
	
	
	
	/* INTERSWITCH AND YOU */
	
	// Reveals the sublinks for 'Interswitch and You'
	$('img#btnInterswitchAndYou').mouseover(function () {
		
		// show only
		$('div#ISWandYouDropDown').slideDown('fast');
		
		// hide others
		$('div.mainNavContainer div').not('div#ISWandYouDropDown, div#rewardsSubs').not('div.submenu, div.submenuLeft, div.submenuWider, div#menu, div#content, div.banners, div#sideNavigation, div#spacer, div#rewardsSubs').fadeOut('slow');
		
	});
	
	
	// Reveals the sublinks for 'Payment cards'
	$('a.linkPaymentCards').mouseover(function () {
										   
		$('div#paymentCardsSubs').slideDown('fast');
		
		$('div.mainNavContainer div').not('div.submenu, div.submenuLeft, div.submenuWider, div#menu, div#content, div.banners, div#sideNavigation, div#spacer').not('div#paymentCardsSubs').not('div#ISWandYouDropDown, div#rewardsSubs').fadeOut('slow');
		
	});
	
	
	
	// Reveals the sublinks for 'Value added services'
	$('a.linkValueAddedServicesBiz').mouseover(function () {
										   
		$('div#valueAddesServicesBizSubs').slideDown('fast');
		
		$('div#channelsSubs,  div#rewardsSubs, div#paymentCardsSubs').fadeOut('slow');
		
	});
	
	// Reveals the sublinks for 'Channels'
	$('a.linkChannels').mouseover(function () {
										   
		$('div#channelsSubs').slideDown('fast');
		
		$('div.mainNavContainer div').not('div.submenu, div.submenuLeft, div.submenuWider, div#menu, div#content, div.banners, div#sideNavigation, div#spacer').not('div#channelsSubs').not('div#ISWandYouDropDown, div#rewardsSubs').fadeOut('slow');
		
	});
	
	// Reveals the sublinks for 'Rewards'
	$('a.linkRewards').mouseover(function () {
										   
		$('div#rewardsSubs').slideDown('fast');
		
		$('div#channelsSubs, div#valueAddesServicesBizSubs,  div#paymentCardsSubs').fadeOut('slow');
		
/*		$('div.mainNavContainer div').not('div.submenu, div.submenuLeft, div.submenuWider, div#menu, div#content, div.banners, div#sideNavigation, div#spacer').not('div#valueAddesServicesBizSubs, div#paymentCardsSubs').not('div#ISWandYouDropDown, div#rewardsSubs').fadeOut('slow');
*/		
	});
	
	
	// Hides other subs when mousedover
	$('a.linkTokens').mouseover(function () {
										   		
		$('div#channelsSubs, div#valueAddesServicesBizSubs, div#rewardsSubs, div#paymentCardsSubs').fadeOut('slow');
		
	});
	
	
//Key: $.fn.navigationSuper = function(coloredImage, grayscaleImage, title, file, sideMenuFile, hideDivs) {

/* PAYMENT CARDS*/

	$('a.linkMySmartCityCard').navigationSuper('images/sub-topic-images/interswitch-and-u.jpg','images/sub-topic-images/grayscale/interswitch-and-u.jpg','MY SMARTCITYCARD','interswitch-and-you-content/payment-cards/my-smartcitycard.htm', 'side.navigation/payment-cards.htm', 'div#ISWandYouDropDown,div#paymentCardsSubs','mysmartcitycard');


	$('a.linkVerveDebit').navigationSuper('images/sub-topic-images/interswitch-and-u.jpg','images/sub-topic-images/grayscale/interswitch-and-u.jpg','VERVE DEBIT','interswitch-and-you-content/payment-cards/verve-debit.htm', 'side.navigation/payment-cards.htm', 'div#ISWandYouDropDown,div#paymentCardsSubs','verve-debit');
	
	$('a.linkVerveMasterCard').navigationSuper('images/sub-topic-images/interswitch-and-u.jpg','images/sub-topic-images/grayscale/interswitch-and-u.jpg','MASTERCARD VERVE','interswitch-and-you-content/payment-cards/verve-mastercard.htm', 'side.navigation/payment-cards.htm', 'div#ISWandYouDropDown,div#paymentCardsSubs','verve-master-card');
	
	$('a.linkVervePrepaid').navigationSuper('images/sub-topic-images/interswitch-and-u.jpg','images/sub-topic-images/grayscale/interswitch-and-u.jpg','VERVE PREPAID','interswitch-and-you-content/payment-cards/verve-prepaid.htm', 'side.navigation/payment-cards.htm', 'div#ISWandYouDropDown,div#paymentCardsSubs','verve-prepaid');
	
	
/* TOKENS */

	$('a.linkTokens').navigationSuper('images/sub-topic-images/interswitch-and-u.jpg','images/sub-topic-images/grayscale/interswitch-and-u.jpg','TOKENS','interswitch-and-you-content/tokens/tokens.htm', 'side.navigation/null.htm', 'div#ISWandYouDropDown','tokens');
	
/* VALUE ADDED SERVICES: QUICK TELLER */	
	$('a.linkQuickteller').navigationSuper('images/sub-topic-images/interswitch-and-u.jpg','images/sub-topic-images/grayscale/interswitch-and-u.jpg','QUICKTELLER','interswitch-and-you-content/value-added-services/quickteller.htm', 'side.navigation/null.htm', 'div#ISWandYouDropDown,div#valueAddesServicesBizSubs','quickteller');
	
/* CHANNELS */

	$('a.linkWeb').navigationSuper('images/sub-topic-images/interswitch-and-u.jpg','images/sub-topic-images/grayscale/interswitch-and-u.jpg','WEB','interswitch-and-you-content/channels/web.htm', 'side.navigation/channels.htm', 'div#ISWandYouDropDown,div#channelsSubs', 'web');
	
	$('a.linkPOS').navigationSuper('images/sub-topic-images/interswitch-and-u.jpg','images/sub-topic-images/grayscale/interswitch-and-u.jpg','POINT OF SALE (POS)','interswitch-and-you-content/channels/pos.htm', 'side.navigation/channels.htm', 'div#ISWandYouDropDown,div#channelsSubs', 'pos');

	$('a.linkATM').navigationSuper('images/sub-topic-images/interswitch-and-u.jpg','images/sub-topic-images/grayscale/interswitch-and-u.jpg','ATMs','interswitch-and-you-content/channels/atms.htm', 'side.navigation/channels.htm', 'div#ISWandYouDropDown,div#channelsSubs', 'atms');

	$('a.linkBankBranch').navigationSuper('images/sub-topic-images/interswitch-and-u.jpg','images/sub-topic-images/grayscale/interswitch-and-u.jpg','BANK BRANCH','interswitch-and-you-content/channels/bank-branch.htm', 'side.navigation/channels.htm', 'div#ISWandYouDropDown,div#channelsSubs', 'bank-branch');

	$('a.linkVoice').navigationSuper('images/sub-topic-images/interswitch-and-u.jpg','images/sub-topic-images/grayscale/interswitch-and-u.jpg','INTERACTIVE VOICE RESPONSE','interswitch-and-you-content/channels/voice.htm', 'side.navigation/channels.htm', 'div#ISWandYouDropDown,div#channelsSubs', 'voice');

	$('a.linkMobile').navigationSuper('images/sub-topic-images/interswitch-and-u.jpg','images/sub-topic-images/grayscale/interswitch-and-u.jpg','MOBILE','interswitch-and-you-content/channels/mobile.htm', 'side.navigation/channels.htm', 'div#ISWandYouDropDown,div#channelsSubs', 'mobile');

	$('a.linkKiosk').navigationSuper('images/sub-topic-images/interswitch-and-u.jpg','images/sub-topic-images/grayscale/interswitch-and-u.jpg','KIOSK','interswitch-and-you-content/channels/kiosk.htm', 'side.navigation/channels.htm', 'div#ISWandYouDropDown,div#channelsSubs', 'kiosk');

/* REWARDS */

	$('a.linkRewards').navigationSuper('images/sub-topic-images/interswitch-and-u.jpg','images/sub-topic-images/grayscale/interswitch-and-u.jpg','Rewards','interswitch-and-you-content/rewards/rewards.htm', 'side.navigation/null.htm', 'div#ISWandYouDropDown', 'rewards');

/*	$('a.linkInstantDiscounts').navigationSuper('images/sub-topic-images/interswitch-and-u.jpg','images/sub-topic-images/grayscale/interswitch-and-u.jpg','INSTANT DISCOUNTS - YPM - LINK (LIST OF MERCHANTS)','interswitch-and-you-content/rewards/instant-discounts.htm', 'side.navigation/rewards.htm', 'div#ISWandYouDropDown,div#rewardsSubs');

	$('a.linkLoyaltyPoints').navigationSuper('images/sub-topic-images/interswitch-and-u.jpg','images/sub-topic-images/grayscale/interswitch-and-u.jpg','LOYALTY POINTS','interswitch-and-you-content/rewards/loyalty-points.htm', 'side.navigation/rewards.htm', 'div#ISWandYouDropDown,div#rewardsSubs');

	$('a.linkCoupons').navigationSuper('images/sub-topic-images/interswitch-and-u.jpg','images/sub-topic-images/grayscale/interswitch-and-u.jpg','COUPONS','interswitch-and-you-content/rewards/coupons.htm', 'side.navigation/rewards.htm', 'div#ISWandYouDropDown,div#rewardsSubs');
*/
	/* INTERSWITCH AND YOUR BUSINESS */
	
	// Reveals the sublinks for 'Interswitch and You'
	$('img#btnInterswitchAndYourBiz').mouseover(function () {
		
		// show only
		$('div#ISWandYourBiz').slideDown('fast');
		
		// hide others
		$('div.mainNavContainer div').not('div#ISWandYourBiz').not('div.submenu, div.submenuWider, div.submenuLeft, div.submenuWider, div#menu, div#content, div.banners, div#sideNavigation, div#spacer').fadeOut('slow');
		
	});
	
	
	// Reveals the sublinks for 'Collections'
	$('a.linkRevenueCollections').mouseover(function () {
										   
		$('div#collectionsSubs').slideDown('fast');
		
		$('div.mainNavContainer div').not('div.submenu, div.submenuLeft, div.submenuWider, div#menu, div#content, div.banners, div#sideNavigation, div#spacer').not('div#collectionsSubs').not('div#ISWandYourBiz').fadeOut('slow');
		
	});
	
	// Reveals the sublinks for 'Disbursement'
	$('a.linkDisbursement').mouseover(function () {
										   
		$('div#disbursementSubs').slideDown('fast');
		
		$('div.mainNavContainer div').not('div.submenu, div.submenuLeft, div.submenuWider, div#menu, div#content, div.banners, div#sideNavigation, div#spacer').not('div#disbursementSubs').not('div#ISWandYourBiz').fadeOut('slow');
		
	});
	
	// Reveals the sublinks for 'Retail Payment'
	$('a.linkRetailPayment').mouseover(function () {
										   
		$('div#retailPaySubs').slideDown('fast');
		
		$('div.mainNavContainer div').not('div.submenu, div.submenuLeft, div.submenuWider, div#menu, div#content, div.banners, div#sideNavigation, div#spacer').not('div#retailPaySubs').not('div#ISWandYourBiz').fadeOut('slow');
		
	});
	
	
	
	// Hides the sublinks for 'Rewards'
	$('a.linkLoyalty').mouseover(function () {
										   		
		$('div#collectionsSubs, div#disbursementSubs, div#retailPaySubs').fadeOut('slow');
		
	});

/* REVENUE COLLECTIONS >  PAYDIRECT */

	$('a.linkPaydirect').navigationSuper('images/sub-topic-images/interswitch-and-your-business.jpg','images/sub-topic-images/grayscale/interswitch-and-your-business.jpg','PAYDIRECT','interswitch-and-your-business-content/revenue-collections/paydirect.htm', 'side.navigation/interswitch-and-your-business.htm', 'div#ISWandYourBiz,div#collectionsSubs', '');
	

/* DISBURSEMENTS */

	$('a.linkAutopay').navigationSuper('images/sub-topic-images/interswitch-and-your-business.jpg','images/sub-topic-images/grayscale/interswitch-and-your-business.jpg','AUTOPAY','interswitch-and-your-business-content/funds-disbursement/autopay.htm', 'side.navigation/interswitch-and-your-business.htm', 'div#ISWandYourBiz,div#disbursementSubs', 'disbursements');

/* RETAIL PAYMENT */

	$('a.linkRetailpay').navigationSuper('images/sub-topic-images/interswitch-and-your-business.jpg','images/sub-topic-images/grayscale/interswitch-and-your-business.jpg','RETAILPAY','interswitch-and-your-business-content/retail-payment/retailpay.htm', 'side.navigation/interswitch-and-your-business.htm', 'div#ISWandYourBiz,div#retailPaySubs', 'retail-payment');

/* LOYALTY */

	$('a.linkLoyalty').navigationSuper('images/sub-topic-images/interswitch-and-your-business.jpg','images/sub-topic-images/grayscale/interswitch-and-your-business.jpg','LOYALTY SOLUTIONS','interswitch-and-your-business-content/loyalty-solutions/loyalty.htm', 'side.navigation/interswitch-and-your-business.htm', 'div#ISWandYourBiz', 'loyalty');


	
	/* INDUSTRY SOLUTIONS */
	
	// Hides any opened drop down
	$('img#btnIndustrySolutions').mouseover(function () {
		
		$('div#industrySolutionsSubs').slideDown('fast');
		
		$('div.mainNavContainer div').not('div.submenu, div.submenuLeft, div.submenuWider, div#menu, div#content, div.banners, div#sideNavigation, div#spacer').not('div#industrySolutionsSubs').fadeOut('slow');
		
	});

/* INDUSTRY SOLUTIONS */

	$('a.linkOilGas').navigationSuper('images/sub-topic-images/industry-solutions.jpg','images/sub-topic-images/grayscale/industry-solutions.jpg','OIL & GAS','industry-solutions-content/oil-and-gas.htm', 'side.navigation/industry-solutions.htm', 'div#industrySolutionsSubs', 'oil-and-gas');

	$('a.linkGovernment').navigationSuper('images/sub-topic-images/industry-solutions.jpg','images/sub-topic-images/grayscale/industry-solutions.jpg','GOVERNMENT','industry-solutions-content/government.htm', 'side.navigation/industry-solutions.htm', 'div#industrySolutionsSubs', 'government');

	$('a.linkEducation').navigationSuper('images/sub-topic-images/industry-solutions.jpg','images/sub-topic-images/grayscale/industry-solutions.jpg','EDUCATION','industry-solutions-content/education.htm', 'side.navigation/industry-solutions.htm', 'div#industrySolutionsSubs', 'education');

	$('a.linkAirlines').navigationSuper('images/sub-topic-images/industry-solutions.jpg','images/sub-topic-images/grayscale/industry-solutions.jpg','AIRLINES','industry-solutions-content/airlines.htm', 'side.navigation/industry-solutions.htm', 'div#industrySolutionsSubs', 'airlines');

	$('a.linkTelecommunications').navigationSuper('images/sub-topic-images/industry-solutions.jpg','images/sub-topic-images/grayscale/industry-solutions.jpg','TELECOMMUNICATIONS','industry-solutions-content/telecommunications.htm', 'side.navigation/industry-solutions.htm', 'div#industrySolutionsSubs', 'telecommunications');

	$('a.linkTransportation').navigationSuper('images/sub-topic-images/industry-solutions.jpg','images/sub-topic-images/grayscale/industry-solutions.jpg','TRANSPORTATION','industry-solutions-content/transportation.htm', 'side.navigation/industry-solutions.htm', 'div#industrySolutionsSubs', 'transportation');

	$('a.linkRetail').navigationSuper('images/sub-topic-images/industry-solutions.jpg','images/sub-topic-images/grayscale/industry-solutions.jpg','RETAIL','industry-solutions-content/retail.htm', 'side.navigation/industry-solutions.htm', 'div#industrySolutionsSubs', 'retail');

	$('a.linkHealth').navigationSuper('images/sub-topic-images/industry-solutions.jpg','images/sub-topic-images/grayscale/industry-solutions.jpg','HEALTH','industry-solutions-content/health.htm', 'side.navigation/industry-solutions.htm', 'div#industrySolutionsSubs', 'health');

	$('a.linkFinancialServices').navigationSuper('images/sub-topic-images/industry-solutions.jpg','images/sub-topic-images/grayscale/industry-solutions.jpg','FINANCIAL SERVICES','industry-solutions-content/financial-services.htm', 'side.navigation/industry-solutions.htm', 'div#industrySolutionsSubs', 'financial-services');


	/* SERVICES */
	
	// Hides any opened drop down
	$('img#btnServices').mouseover(function () {
		
		// drop down services
		$('div#services').slideDown('fast');
		
		 //hide others
	$('div.mainNavContainer div').not('div.submenu, div.submenuLeft, div.submenuWider, div#menu, div#content, div.banners, div#sideNavigation, div#spacer, div#services').fadeOut('slow');
		
	});
	
	$('a.linkTechnologyIntegration').navigationSuper('images/sub-topic-images/services.jpg','images/sub-topic-images/grayscale/services.jpg','TECHNOLOGY INTEGRATION','services-content/technology-integration.htm', 'side.navigation/services.htm', 'div#services', 'technology-integration');
	
	$('a.linkAdvisoryServices').navigationSuper('images/sub-topic-images/services.jpg','images/sub-topic-images/grayscale/services.jpg','ADVISORY SERVICES','services-content/advisory-services.htm', 'side.navigation/services.htm', 'div#services', 'advisory-services');
	
	$('a.linkTransactionProcessing').navigationSuper('images/sub-topic-images/services.jpg','images/sub-topic-images/grayscale/services.jpg','TRANSACTION PROCESSING','services-content/transaction-processing.htm', 'side.navigation/services.htm', 'div#services', 'transaction-processing');
	
	$('a.linkPaymentInfrastructure').navigationSuper('images/sub-topic-images/services.jpg','images/sub-topic-images/grayscale/services.jpg','PAYMENT INFRASTRUCTURE','services-content/payment-infrastructure.htm', 'side.navigation/services.htm', 'div#services', 'payment-infrastructure');
	
	$('a.linkCustomerService').navigationSuper('images/sub-topic-images/services.jpg','images/sub-topic-images/grayscale/services.jpg','CUSTOMER SERVICE','services-content/customer-service.htm', 'side.navigation/services.htm', 'div#services', 'customer-service');
	
	
	
	
	
	$('a.linkATMProcessing').navigationSuper('images/sub-topic-images/services.jpg','images/sub-topic-images/grayscale/services.jpg','ATM PROCESSING','services/atm-processing.htm', 'side.navigation/services.htm', 'div#services', 'atm-processing');

	$('a.linkEFTSwitching').navigationSuper('images/sub-topic-images/services.jpg','images/sub-topic-images/grayscale/services.jpg','ATM PROCESSING','services/eft-switching.htm', 'side.navigation/eft-switching.htm', 'div#services', 'eft-switching');

	$('a.linkPaymentProcessing').navigationSuper('images/sub-topic-images/services.jpg','images/sub-topic-images/grayscale/services.jpg','ATM PROCESSING','services/payment-processing.htm', 'side.navigation/services.htm', 'div#services', 'payment-processing');

	$('a.linkTraining').navigationSuper('images/sub-topic-images/services.jpg','images/sub-topic-images/grayscale/services.jpg','ATM PROCESSING','services/training.htm', 'side.navigation/services.htm', 'div#services', 'training');

	$('a.linkProjectManagement').navigationSuper('images/sub-topic-images/services.jpg','images/sub-topic-images/grayscale/services.jpg','ATM PROCESSING','services/project-management.htm', 'side.navigation/services.htm', 'div#services', 'project-management');

	/* MAKE PAYMENTS */
	
	// Reveals the sublinks for 'Interswitch and You'
	$('img#btnMakePayments').mouseover(function () {
		
		// show only
		$('div#makePaymentsDropDown').slideDown('fast');
		
		// hide others
		$('div.mainNavContainer div').not('div#makePaymentsDropDown').not('div.submenu, div.submenuLeft, div.submenuWider, div#menu, div#content, div.banners, div#sideNavigation, div#spacer').fadeOut('slow');
		
	});
	
	
	// Reveals the sublinks for 'Online Merchants'
	$('a.linkOnlineMerchants').mouseover(function () {
										   
		$('div#onlineMerchantsSubs').slideDown('fast');
		
		$('div.mainNavContainer div').not('div.submenu, div.submenuLeft, div.submenuWider, div#menu, div#content, div.banners, div#sideNavigation, div#spacer').not('div#onlineMerchantsSubs').not('div#makePaymentsDropDown').fadeOut('slow');
		
	});
	
	// Reveals the sublinks for 'Value added services'
	$('a.linkValueAddedServices').mouseover(function () {
										   		
		$('div#valueAddedServicesSubs').slideDown('fast');
		
		$('div.mainNavContainer div').not('div.submenu, div.submenuLeft, div.submenuWider, div#menu, div#content, div.banners, div#sideNavigation, div#spacer').not('div#valueAddedServicesSubs').not('div#makePaymentsDropDown').fadeOut('slow');
		
	});
	
	$('a.linkAirlineTickets').navigationSuper('images/sub-topic-images/make-payments.jpg','images/sub-topic-images/grayscale/make-payments.jpg','AIRLINE TICKETS','make-payment-content/online-merchants/airline-tickets.htm', 'side.navigation/online-merchants.htm', 'div#makePaymentsDropDown,div#onlineMerchantsSubs', 'airline-tickets');

	$('a.linkEmbassies').navigationSuper('images/sub-topic-images/make-payments.jpg','images/sub-topic-images/grayscale/make-payments.jpg','EMBASSIES','make-payment-content/online-merchants/embassies.htm', 'side.navigation/online-merchants.htm', 'div#makePaymentsDropDown,div#onlineMerchantsSubs', 'embassies');

	$('a.linkEducationInstitution').navigationSuper('images/sub-topic-images/make-payments.jpg','images/sub-topic-images/grayscale/make-payments.jpg','EDUCATION/INSTITUTION','make-payment-content/online-merchants/education-institution.htm', 'side.navigation/online-merchants.htm', 'div#makePaymentsDropDown,div#onlineMerchantsSubs', 'education-institution');


	$('a.linkNGOs').navigationSuper('images/sub-topic-images/make-payments.jpg','images/sub-topic-images/grayscale/make-payments.jpg','NGOs','make-payment-content/online-merchants/ngos.htm', 'side.navigation/online-merchants.htm', 'div#makePaymentsDropDown,div#onlineMerchantsSubs', 'ngos');

	$('a.linkPhonecardMessaging').navigationSuper('images/sub-topic-images/make-payments.jpg','images/sub-topic-images/grayscale/make-payments.jpg','PHONECARD MESSAGING','make-payment-content/online-merchants/phonecard-messaging.htm', 'side.navigation/online-merchants.htm', 'div#makePaymentsDropDown,div#onlineMerchantsSubs', 'phone-card-messaging');

	$('a.linkMerchandising').navigationSuper('images/sub-topic-images/make-payments.jpg','images/sub-topic-images/grayscale/make-payments.jpg','MERCHANDISING','make-payment-content/online-merchants/merchandising.htm', 'side.navigation/online-merchants.htm', 'div#makePaymentsDropDown,div#onlineMerchantsSubs', 'merchandising');

	$('a.linkPaymentServices').navigationSuper('images/sub-topic-images/make-payments.jpg','images/sub-topic-images/grayscale/make-payments.jpg','SERVICES','make-payment-content/online-merchants/services.htm', 'side.navigation/online-merchants.htm', 'div#makePaymentsDropDown,div#onlineMerchantsSubs', 'payment-services');

	$('a.linkEntertainment').navigationSuper('images/sub-topic-images/make-payments.jpg','images/sub-topic-images/grayscale/make-payments.jpg','ENTERTAINMENT','make-payment-content/online-merchants/entertainment.htm', 'side.navigation/online-merchants.htm', 'div#makePaymentsDropDown,div#onlineMerchantsSubs', 'entertainment');

	$('a.linkQuicktellerValue').navigationSuper('images/sub-topic-images/make-payments.jpg','images/sub-topic-images/grayscale/make-payments.jpg','QUICKTELLER','make-payment-content/value-added-services/quickteller.htm', 'side.navigation/null.htm', 'div#makePaymentsDropDown,div#valueAddedServicesSubs', 'quickteller-value');
	
	
	
	/* PRESS RELEASES */
	$('a.linkNews37').navigationSuper('images/sub-topic-images/about-interswitch.jpg','images/sub-topic-images/grayscale/about-interswitch.jpg','July, 2011','about-interswitch-content/media-centre/news-37.htm', 'side.navigation/news-items.htm', 'null', 'press-release-july-2011');
	
	$('a.linkNews36').navigationSuper('images/sub-topic-images/about-interswitch.jpg','images/sub-topic-images/grayscale/about-interswitch.jpg','May 12, 2011','about-interswitch-content/media-centre/news-36.htm', 'side.navigation/news-items.htm', 'null', 'press-release-may-12-2011');
	
	$('a.linkNews35').navigationSuper('images/sub-topic-images/about-interswitch.jpg','images/sub-topic-images/grayscale/about-interswitch.jpg','March 15, 2011','about-interswitch-content/media-centre/news-35.htm', 'side.navigation/news-items.htm', 'null', 'press-release-march-15-2011');
	
	$('a.linkNews34').navigationSuper('images/sub-topic-images/about-interswitch.jpg','images/sub-topic-images/grayscale/about-interswitch.jpg','January 24, 2011','about-interswitch-content/media-centre/news-34.htm', 'side.navigation/news-items.htm', 'null', 'press-release-january-24-2011');
	
	$('a.linkNews33').navigationSuper('images/sub-topic-images/about-interswitch.jpg','images/sub-topic-images/grayscale/about-interswitch.jpg','December 31, 2010','about-interswitch-content/media-centre/news-33.htm', 'side.navigation/news-items.htm', 'null', 'press-release-december-31-2010');
	
	$('a.linkNews32').navigationSuper('images/sub-topic-images/about-interswitch.jpg','images/sub-topic-images/grayscale/about-interswitch.jpg','August 05, 2010','about-interswitch-content/media-centre/news-32.htm', 'side.navigation/news-items.htm', 'null', 'press-release-august-05-2010');
	
	$('a.linkNews31').navigationSuper('images/sub-topic-images/about-interswitch.jpg','images/sub-topic-images/grayscale/about-interswitch.jpg','July 29, 2010','about-interswitch-content/media-centre/news-31.htm', 'side.navigation/news-items.htm', 'null', 'press-release-july-29-2010');
	
	$('a.linkNews30').navigationSuper('images/sub-topic-images/about-interswitch.jpg','images/sub-topic-images/grayscale/about-interswitch.jpg','July 21, 2010','about-interswitch-content/media-centre/news-30.htm', 'side.navigation/news-items.htm', 'null', 'press-release-july-21-2010');
	
	$('a.linkNews29').navigationSuper('images/sub-topic-images/about-interswitch.jpg','images/sub-topic-images/grayscale/about-interswitch.jpg','February 09, 2010','about-interswitch-content/media-centre/news-29.htm', 'side.navigation/news-items.htm', 'null', 'press-release-february-09-2010');
	
	$('a.linkNews28').navigationSuper('images/sub-topic-images/about-interswitch.jpg','images/sub-topic-images/grayscale/about-interswitch.jpg','January 04, 2010','about-interswitch-content/media-centre/news-28.htm', 'side.navigation/news-items.htm', 'null', 'press-release-january-04-2010');
	
	$('a.linkNews27').navigationSuper('images/sub-topic-images/about-interswitch.jpg','images/sub-topic-images/grayscale/about-interswitch.jpg','August 17, 2009','about-interswitch-content/media-centre/news-27.htm', 'side.navigation/news-items.htm', 'null', 'press-release-august-17-2009');
	
	$('a.linkNews26').navigationSuper('images/sub-topic-images/about-interswitch.jpg','images/sub-topic-images/grayscale/about-interswitch.jpg','July 30, 2009','about-interswitch-content/media-centre/news-26.htm', 'side.navigation/news-items.htm', 'null', 'press-release-july-30-2009');
	
	$('a.linkNews25').navigationSuper('images/sub-topic-images/about-interswitch.jpg','images/sub-topic-images/grayscale/about-interswitch.jpg','June 23, 2009','about-interswitch-content/media-centre/news-25.htm', 'side.navigation/news-items.htm', 'null', 'press-release-june-23-2009');
	
	$('a.linkNews24').navigationSuper('images/sub-topic-images/about-interswitch.jpg','images/sub-topic-images/grayscale/about-interswitch.jpg','June 25, 2009','about-interswitch-content/media-centre/news-24.htm', 'side.navigation/news-items.htm', 'null', 'press-release-june-25-2009');
	
	$('a.linkNews23').navigationSuper('images/sub-topic-images/about-interswitch.jpg','images/sub-topic-images/grayscale/about-interswitch.jpg','June 12, 2009','about-interswitch-content/media-centre/news-23.htm', 'side.navigation/news-items.htm', 'null', 'press-release-june-12-2009');
	
	$('a.linkNews22').navigationSuper('images/sub-topic-images/about-interswitch.jpg','images/sub-topic-images/grayscale/about-interswitch.jpg','May 4, 2009','about-interswitch-content/media-centre/news-22.htm', 'side.navigation/news-items.htm', 'null', 'press-release-may-04-2009');
	
	$('a.linkNews21').navigationSuper('images/sub-topic-images/about-interswitch.jpg','images/sub-topic-images/grayscale/about-interswitch.jpg','February 19, 2009','about-interswitch-content/media-centre/news-21.htm', 'side.navigation/news-items.htm', 'null', 'press-release-february-19-2009');
	
	$('a.linkNews20').navigationSuper('images/sub-topic-images/about-interswitch.jpg','images/sub-topic-images/grayscale/about-interswitch.jpg','February 6, 2009','about-interswitch-content/media-centre/news-20.htm', 'side.navigation/news-items.htm', 'null', 'press-release-february-06-2009');
	
	$('a.linkNews19').navigationSuper('images/sub-topic-images/about-interswitch.jpg','images/sub-topic-images/grayscale/about-interswitch.jpg','January 19, 2009','about-interswitch-content/media-centre/news-19.htm', 'side.navigation/news-items.htm', 'null', 'press-release-january-19-2009');
	
	$('a.linkNews18').navigationSuper('images/sub-topic-images/about-interswitch.jpg','images/sub-topic-images/grayscale/about-interswitch.jpg','June 5, 2008','about-interswitch-content/media-centre/news-18.htm', 'side.navigation/news-items.htm', 'null', 'press-release-june-05-2008');
	
	$('a.linkNews17').navigationSuper('images/sub-topic-images/about-interswitch.jpg','images/sub-topic-images/grayscale/about-interswitch.jpg','March 15, 2008','about-interswitch-content/media-centre/news-17.htm', 'side.navigation/news-items.htm', 'null', 'press-release-june-05-2008');
	
	$('a.linkNews16').navigationSuper('images/sub-topic-images/about-interswitch.jpg','images/sub-topic-images/grayscale/about-interswitch.jpg','April 13, 2007','about-interswitch-content/media-centre/news-16.htm', 'side.navigation/news-items.htm', 'null', 'press-release-april-13-2007');
	
	$('a.linkNews15').navigationSuper('images/sub-topic-images/about-interswitch.jpg','images/sub-topic-images/grayscale/about-interswitch.jpg','April 4, 2007','about-interswitch-content/media-centre/news-15.htm', 'side.navigation/news-items.htm', 'null', 'press-release-april-04-2007');
	
	$('a.linkNews14').navigationSuper('images/sub-topic-images/about-interswitch.jpg','images/sub-topic-images/grayscale/about-interswitch.jpg','March 26, 2007','about-interswitch-content/media-centre/news-14.htm', 'side.navigation/news-items.htm', 'null', 'press-release-march-26-2007');
	
	$('a.linkNews13').navigationSuper('images/sub-topic-images/about-interswitch.jpg','images/sub-topic-images/grayscale/about-interswitch.jpg','August 14, 2006','about-interswitch-content/media-centre/news-13.htm', 'side.navigation/news-items.htm', 'null', 'press-release-april-14-2006');
	
	$('a.linkNews12').navigationSuper('images/sub-topic-images/about-interswitch.jpg','images/sub-topic-images/grayscale/about-interswitch.jpg','August 31, 2006','about-interswitch-content/media-centre/news-12.htm', 'side.navigation/news-items.htm', 'null', 'press-release-august-31-2006');
	
	$('a.linkNews11').navigationSuper('images/sub-topic-images/about-interswitch.jpg','images/sub-topic-images/grayscale/about-interswitch.jpg','July 18, 2006','about-interswitch-content/media-centre/news-11.htm', 'side.navigation/news-items.htm', 'null', 'press-release-july-18-2006');
	
	$('a.linkNews10').navigationSuper('images/sub-topic-images/about-interswitch.jpg','images/sub-topic-images/grayscale/about-interswitch.jpg','July 3, 2006','about-interswitch-content/media-centre/news-10.htm', 'side.navigation/news-items.htm', 'null', 'press-release-july-03-2006');
	
	$('a.linkNews9').navigationSuper('images/sub-topic-images/about-interswitch.jpg','images/sub-topic-images/grayscale/about-interswitch.jpg','June 19, 2006','about-interswitch-content/media-centre/news-9.htm', 'side.navigation/news-items.htm', 'null', 'press-release-june-19-2006');
	
	$('a.linkNews8').navigationSuper('images/sub-topic-images/about-interswitch.jpg','images/sub-topic-images/grayscale/about-interswitch.jpg','June 5, 2006','about-interswitch-content/media-centre/news-8.htm', 'side.navigation/news-items.htm', 'null', 'press-release-june-05-2006');
	
	$('a.linkNews7').navigationSuper('images/sub-topic-images/about-interswitch.jpg','images/sub-topic-images/grayscale/about-interswitch.jpg','April 11, 2006','about-interswitch-content/media-centre/news-7.htm', 'side.navigation/news-items.htm', 'null', 'press-release-april-11-2006');
	
	$('a.linkNews6').navigationSuper('images/sub-topic-images/about-interswitch.jpg','images/sub-topic-images/grayscale/about-interswitch.jpg','December 5, 2006','about-interswitch-content/media-centre/news-6.htm', 'side.navigation/news-items.htm', 'null', 'press-release-december-05-2006');
	
	$('a.linkNews5').navigationSuper('images/sub-topic-images/about-interswitch.jpg','images/sub-topic-images/grayscale/about-interswitch.jpg','November 21, 2005','about-interswitch-content/media-centre/news-5.htm', 'side.navigation/news-items.htm', 'null', 'press-release-november-21-2005');
	
	$('a.linkNews4').navigationSuper('images/sub-topic-images/about-interswitch.jpg','images/sub-topic-images/grayscale/about-interswitch.jpg','November 14, 2005','about-interswitch-content/media-centre/news-4.htm', 'side.navigation/news-items.htm', 'null', 'press-release-november-14-2005');
	
	$('a.linkNews3').navigationSuper('images/sub-topic-images/about-interswitch.jpg','images/sub-topic-images/grayscale/about-interswitch.jpg','June 8, 2005','about-interswitch-content/media-centre/news-3.htm', 'side.navigation/news-items.htm', 'null', 'press-release-november-08-2005');
	
	$('a.linkNews2').navigationSuper('images/sub-topic-images/about-interswitch.jpg','images/sub-topic-images/grayscale/about-interswitch.jpg','March 21, 2005','about-interswitch-content/media-centre/news-2.htm', 'side.navigation/news-items.htm', 'null', 'press-release-march-21-2005');
	
	$('a.linkNews1').navigationSuper('images/sub-topic-images/about-interswitch.jpg','images/sub-topic-images/grayscale/about-interswitch.jpg','May 18, 2004','about-interswitch-content/media-centre/news-1.htm', 'side.navigation/news-items.htm', 'null', 'press-release-may-18-2004');
	
	$('a.linkNews0').navigationSuper('images/sub-topic-images/about-interswitch.jpg','images/sub-topic-images/grayscale/about-interswitch.jpg','August 23,2004','about-interswitch-content/media-centre/news-0.htm', 'side.navigation/news-items.htm', 'null', 'press-release-august-23-2004');

/* INNER PAGE LINKS */

	$('a.linkContactUsInner').navigationSuper('images/sub-topic-images/about-interswitch.jpg','images/sub-topic-images/grayscale/about-interswitch.jpg','CONTACT US','about-interswitch-content/about-us/contact-us.htm', 'side.navigation/about-interswitch.htm','div#aboutISWdropDown,div#aboutUsSubs');



});
