// JavaScript Document
// CSS Browser Selector   v0.2.3
// Documentation:         http://rafael.adm.br/css_browser_selector
// License:               http://creativecommons.org/licenses/by/2.5/
// Author:                Rafael Lima (http://rafael.adm.br)
// Contributors:          http://rafael.adm.br/css_browser_selector#contributors
var css_browser_selector = function() {
	var 
		ua = navigator.userAgent.toLowerCase(),
		is = function(t){ return ua.indexOf(t) != -1; },
		h = document.getElementsByTagName('html')[0],
		b = (!(/opera|webtv/i.test(ua)) && /msie (\d)/.test(ua)) ? ((is('mac') ? 'ieMac ' : '') + 'ie ie' + RegExp.$1)
			: is('gecko/') ? 'gecko' : is('opera') ? 'opera' : is('konqueror') ? 'konqueror' : is('applewebkit/') ? 'webkit safari' : is('mozilla/') ? 'gecko' : '',
		os = (is('x11') || is('linux')) ? ' linux' : is('mac') ? ' mac' : is('win') ? ' win' : '';
	var c = b+os+' js';
	h.className += h.className?' '+c:c;	 
}();


function sendThis(Ntt, Ntk, VSI, Ntx, Nty) {
		location.href='http://www.tesco.com/books/search.aspx?Ntt='+Ntt+'&Ntk='+Ntk+'&VSI='+VSI+'&Ntx='+Ntx+'&Nty='+Nty+'&N=0'
}

function foo() { 			
		document.getElementById('nav').className = 'top-level';				
		/*index= 1;
		maxNumber = 5;
		for(var i = index; i < maxNumber; i++)
		{
			if (i == 8){
				document.getElementById('nav_LI_0_'+ i +'_4').className = "menu7";
			}
			else
			{
			document.getElementById('nav_LI_0_'+ i +'_4').className = "menu"+i;	}
			document.getElementById('nav_LI_0_'+ i +'_4').id = "";	
		}*/
}