var vCurrTab=1; //Used for Explore Page
var topLnk=3;  // Use to set top Navigation selected image
var vActImg = 1;
var vCurrTab = 1;
var pgId='1';
var kiwiText1='Bungy-jumping was first attempted (successfully) in New Zealand.';
var kiwiText2='Break out the kilts. There are more Scottish pipe bands per person here than in Scotland.';
var kiwiText3='Legend has it that the Polynesian navigator Kupe discovered New Zealand about 1,000 years ago and named it Aotearoa&#8212;Land of the Long White Cloud.';

vSection='Explore';

function actImg(no, st){
	var i=0;
	if(st==0){
		document.getElementById("shortDesc"+no).style.display = "block";
		for(i=1; i<4; i++){
			if(i!=no)
				document.getElementById("explrImg"+i).className = "addFilter addSpc";
		}
	} else {
		for(i=1; i<4; i++){
			document.getElementById("explrImg"+i).className = "addSpc";
			document.getElementById("shortDesc"+i).style.display = "none";
		}
	}
}

function actImgThm(no, st){
	if(st==0){
		if(no!=pgId){
			document.getElementById("thmTtl"+no).style.display = "block";
			document.getElementById("thmTtl"+pgId).style.display = "none";
		}
		for(i=1; i<4; i++){
			if(i!=no)
				document.getElementById("explrImg"+i).className = "addFilter addSpcThm";
		}
	} else {
		for(i=1; i<4; i++){
			document.getElementById("explrImg"+i).className = "addSpcThm";
			document.getElementById("thmTtl"+i).style.display = "none";
		}
		document.getElementById("thmTtl"+pgId).style.display = "block";
	}
}

function setPage(){
	document.getElementById('exploreCont').style.display='none';
	vPage='explore_inner'+vActImg+'.html';
	ajaxpage(vPage,'exploreCont');	
}
function pageLoad(){
	if(!document.getElementById('tab'+vCurrTab))
		vCurrTab=1;
	showHideObj('tab'+vCurrTab,1);
	//Code for Kiwi Block and page title
	switch(pgId){
	case '1':
		document.getElementById('kiwi').className='kiwiBoxBig';
		checkKiwiCookie('kiwi5', kiwiText3);
		document.title = 'Nobilo - Explore Nobilo - Wine Regions';
		break;
	case '2':
		document.getElementById('kiwi').className='kiwiBox';
		checkKiwiCookie('kiwi6', kiwiText2);
		document.title = 'Nobilo - Explore Nobilo - Winemaking';
		break;
	case '3':
		document.getElementById('kiwi').className='kiwiBox';
		checkKiwiCookie('kiwi4', kiwiText1);
		document.title = 'Nobilo - Explore Nobilo - History';
		break;
	default:
		showHideObj('kiwi',0);
	}
	document.getElementById('exploreCont').style.display='block';
	//Code for google analytics
	_uacct = "UA-2578228-1";
	urchinTracker();
	
}

function dispContent(){
	document.getElementById('exploreCont').style.display='block';
}
