function getBrowser(){
		var browserName=navigator.appName; 
		return(browserName);
	}


function track(trackString)
	{
	//alert(trackString);
	_hbflash(trackString,_mlc,'n','n');
	
	}
	
function simpleTrack (sID) {
	
	// disney tracking code
	_hbflash(sID,_mlc,'n','n');

}


function popUpAndTrack (sID, sUrl, nWidth, nHeight, sType) {

	//alert('sType : ' + sType)
	
	// and the opening of the link
	if(sType == "self"){
		document.location = sUrl;
	}else if(sType == "blank"){
		window.open(sUrl,'popup','width=1024,height=768,resizable=1,scrollbars=yes');
	}else if(sType == "pop"){
		window.open(sUrl,'popup','width=' + nWidth + ',height=' + nHeight + ',resizable=1,scrollbars=auto');
	}
	
	setTimeout("simpleTrack('" + sID + "')", 1000);
	
}

/*
	
		
	
	switch (trackString)
	{ 

// HOME PAGE  
case "home": 
hitbox.Set_hbPageView("home", "/cars/information/home+page");
break;

// Non flash page 
case "no+flash": 
hitbox.Set_hbPageView("no+flash", "/cars/information/no+flash");
break;

// SPLASH PAGE  
case "splash": 
hitbox.Set_hbPageView("splash", "/cars/information/splash+page");
break;

//    > larger trailer options 
case "more+options": 
hitbox.Set_hbPageView("more+options", "/cars/multimedia/trailers");
break;

//   > QT small 
case "QT+small": 
hitbox.Set_hbPageView("QT+small", "/cars/multimedia/trailers/quick+time");
break;

//   > QT medium 
case "QT+medium": 
hitbox.Set_hbPageView("QT+medium", "/cars/multimedia/trailers/quick+time");
break;

//   > QT large 
case "QT+large": 
hitbox.Set_hbPageView("QT+large", "/cars/multimedia/trailers/quick+time");
break;

//   > QT full screen 
case "QT+full+screen": 
hitbox.Set_hbPageView("QT+full+screen", "/cars/multimedia/trailers/quick+time");
break;

//   > WM small 
case "WM+small": 
hitbox.Set_hbPageView("WM+small", "/cars/multimedia/trailers/windows");
break;

//   > WM medium 
case "WM+medium": 
hitbox.Set_hbPageView("WM+medium", "/cars/multimedia/trailers/windows");
break;

//   > WM large 
case "WM+large": 
hitbox.Set_hbPageView("WM+large", "/cars/multimedia/trailers/windows");
break;

//   > Real small 
case "Real+small": 
hitbox.Set_hbPageView("Real+small", "/cars/multimedia/trailers/real+media");
break;

//   > Real medium 
case "Real+medium": 
hitbox.Set_hbPageView("Real+medium", "/cars/multimedia/trailers/real+media");
break;

//   > Real large 
case "Real+large": 
hitbox.Set_hbPageView("Real+large", "/cars/multimedia/trailers/real+media");
break;

// HOME PAGE  
case "home": 
hitbox.Set_hbPageView("home", "/cars/information/home+page");
break;

// Non flash page 
case "no+flash": 
hitbox.Set_hbPageView("no+flash", "/cars/information/no+flash");
break;

// Showroom 
case "showroom+main": 
hitbox.Set_hbPageView("showroom+main", "/cars/about");
break;

// specs 
case "specs": 
hitbox.Set_hbPageView("specs", "/cars/about");
break;

// gallery 
case "gallery": 
//hitbox.Set_hbPageView("gallery", "/cars/multimedia/photo+galleries");
break;

// voice actiation 
case "cast": 
hitbox.Set_hbPageView("cast", "/cars/about/cast");
break;

// 360 rotate 
case "showroom+rotate": 
hitbox.Set_hbPageView("showroom+rotate", "/cars/interactive+content/rotate");
break;

// video clips 
case "video+clips": 
hitbox.Set_hbPageView("video+clips", "/cars/multimedia/clips");
break;

// downloads 
case "downloads+main": 
hitbox.Set_hbPageView("downloads+main", "/cars/downloads");
break;

//   wallpapers 
case "wallpapers": 
hitbox.Set_hbPageView("wallpapers", "/cars/downloads/wallpapers");
break;

//   > wp 1 (all sizes) 
case "wp1": 
hitbox.Set_hbPageView("wp1", "/cars/downloads/wallpapers");
break;

//   > wp 2 (all sizes) 
case "wp2": 
hitbox.Set_hbPageView("wp2", "/cars/downloads/wallpapers");
break;

//   > wp 3 (all sizes) 
case "wp3": 
hitbox.Set_hbPageView("wp3", "/cars/downloads/wallpapers");
break;

//   > wp 4 (all sizes) 
case "wp4": 
hitbox.Set_hbPageView("wp4", "/cars/downloads/wallpapers");
break;

//   > wp 5 (all sizes) 
case "wp5": 
hitbox.Set_hbPageView("wp5", "/cars/downloads/wallpapers");
break;

//   > wp 6 (all sizes) 
case "wp6": 
hitbox.Set_hbPageView("wp6", "/cars/downloads/wallpapers");
break;

//   > wp 7 (all sizes) 
case "wp7": 
hitbox.Set_hbPageView("wp7", "/cars/downloads/wallpapers");
break;

//   > wp 8 (all sizes) 
case "wp8": 
hitbox.Set_hbPageView("wp8", "/cars/downloads/wallpapers");
break;

//   aim icons 
case "icons": 
hitbox.Set_hbPageView("icons", "/cars/downloads/icons");
break;

//   > download icons 
case "icons+download": 
hitbox.Set_hbPageView("icons+download", "/cars/downloads/icons");
break;

// Models 
case "models+main": 
hitbox.Set_hbPageView("models+main", "/cars/about/cast");
break;

//  car 1- Lighting McQueen 
case "Lighting+McQueen": 
hitbox.Set_hbPageView("Lighting+McQueen", "/cars/about/cast");
break;

//  car 2- (name?) 
case "(add name of car here)": 
hitbox.Set_hbPageView("(add name of car here)", "/cars/about/cast");
break;

//  car 3- (name?) 
case "(add name of car here)": 
hitbox.Set_hbPageView("(add name of car here)", "/cars/about/cast");
break;

//  car 4- (name?) 
case "(add name of car here)": 
hitbox.Set_hbPageView("(add name of car here)", "/cars/about/cast");
break;

//  car 5- (name?) 
case "(add name of car here)": 
hitbox.Set_hbPageView("(add name of car here)", "/cars/about/cast");
break;

//  car 6- (name?) 
case "(add name of car here)": 
hitbox.Set_hbPageView("(add name of car here)", "/cars/about/cast");
break;

//  car 7- (name?) 
case "(add name of car here)": 
hitbox.Set_hbPageView("(add name of car here)", "/cars/about/cast");
break;

//  car 8- (name?) 
case "(add name of car here)": 
hitbox.Set_hbPageView("(add name of car here)", "/cars/about/cast");
break;

//  car 9- (name?) 
case "(add name of car here)": 
hitbox.Set_hbPageView("(add name of car here)", "/cars/about/cast");
break;

//  car 10- (name?) 
case "(add name of car here)": 
hitbox.Set_hbPageView("(add name of car here)", "/cars/about/cast");
break;

// View ADS 
case "view+ads+main": 
hitbox.Set_hbPageView("view+ads+main", "/cars/downloads");
break;

// print 1 
case "print1": 
hitbox.Set_hbPageView("print1", "/cars/downloads/poster");
break;

//   > download print 1 
case "print1+download": 
hitbox.Set_hbPageView("print1+download", "/cars/downloads/poster");
break;

//   > send to friend print 1 
case "print1+send": 
hitbox.Set_hbPageView("print1+send", "/cars/viral+marketing/send+friend");
break;

// print 2 
case "print2": 
hitbox.Set_hbPageView("print2", "/cars/downloads/poster");
break;

//   > download print 2 
case "print2+download": 
hitbox.Set_hbPageView("print2+download", "/cars/downloads/poster");
break;

//   > send to friend print 2 
case "print2+send": 
hitbox.Set_hbPageView("print2+send", "/cars/viral+marketing/send+friend");
break;

// print 3 
case "print3": 
hitbox.Set_hbPageView("print3", "/cars/downloads/poster");
break;

//   > download print 3 
case "print3+download": 
hitbox.Set_hbPageView("print3+download", "/cars/downloads/poster");
break;

//   > send to friend print 3 
case "print3+send": 
hitbox.Set_hbPageView("print3+send", "/cars/viral+marketing/send+friend");
break;

// broadcast1 
case "broadcast+1": 
hitbox.Set_hbPageView("broadcast+1", "/cars/multimedia/clips");
break;

//   > download broadcast 1 
case "broadcast+1+download": 
hitbox.Set_hbPageView("broadcast+1+download", "/cars/multimedia/clips");
break;

//   > send to friend broadcast 1 
case "broadcast+1+send": 
hitbox.Set_hbPageView("broadcast+1+send", "/cars/viral+marketing/send+friend");
break;

// Build Your Own 
case "build+your+own": 
hitbox.Set_hbPageView("build+your+own", "/cars/interactive+content/games");
break;

// Accessories 
case "acessories+main": 
hitbox.Set_hbPageView("acessories+main", "/cars/downloads");
break;

// Press Room 
case "press+room": 
hitbox.Set_hbPageView("press+room", "/cars/about/acclaim");
break;

// Music Room 
case "music+room": 
hitbox.Set_hbPageView("music+room", "/cars/multimedia/audio");
break;

// mission statement 
case "mission+statement": 
hitbox.Set_hbPageView("mission+statement", "/cars/about");
break;

//   > Trailer (main site) 
case "trailer": 
hitbox.Set_hbPageView("trailer", "/cars/multimedia/trailers");
break;

// CLIPS 
case "clips+main": 
hitbox.Set_hbPageView("clips+main", "/cars/multimedia/clips");
break;

//   > clips 1 
case "clip1": 
hitbox.Set_hbPageView("clip1", "/cars/multimedia/clips");
break;

//   > clips 2 
case "clip2": 
hitbox.Set_hbPageView("clip2", "/cars/multimedia/clips");
break;

//   > clips 3 
case "clip3": 
hitbox.Set_hbPageView("clip3", "/cars/multimedia/clips");
break;

//   > clips 4 
case "clip4": 
hitbox.Set_hbPageView("clip4", "/cars/multimedia/clips");
break;

// TV SPOTS 
case "TV+spots": 
hitbox.Set_hbPageView("TV+spots", "/cars/multimedia/tv+spots");
break;

//   > tv cllp1 
case "tv+clip1": 
hitbox.Set_hbPageView("tv+clip1", "/cars/multimedia/clips");
break;

//   > tv cllp2 
case "tv+clip2": 
hitbox.Set_hbPageView("tv+clip2", "/cars/multimedia/clips");
break;

// BEHIND SCENES 
case "behind+sc+clips": 
hitbox.Set_hbPageView("behind+sc+clips", "/cars/multimedia/behind+clips");
break;

//   > behind clip1 
case "behind+clip1": 
hitbox.Set_hbPageView("behind+clip1", "/cars/multimedia/clips");
break;

//   > behind clip2 
case "behind+clip2": 
hitbox.Set_hbPageView("behind+clip2", "/cars/multimedia/clips");
break;

//   > behind clip3 
case "behind+clip3": 
hitbox.Set_hbPageView("behind+clip3", "/cars/multimedia/clips");
break;

//   > book online first url
case "bookonline": 
hitbox.Set_hbPageView("bookonline", "/cars/book+online");
break;

//   > book online second url
case "bookonline_alt": 
hitbox.Set_hbPageView("bookonline_alt", "/cars/book+online");
break;

} 
} 
*/