function load() {
	var load = window.open('http://www.sportingtargets.co.uk/tradmenu.html','','scrollbars=no,menubar=no,height=625,width=490,resizable=no,toolbar=no,location=no,status=no');
}

function load2() {
	var load = window.open('http://www.sportingtargets.co.uk/farmmenu.html','','scrollbars=no,menubar=no,height=270,width=490,resizable=no,toolbar=no,location=no,status=no');
}

function load3() {
	var load = window.open('http://www.sportingtargets.co.uk/gourmetsmenu.html','','scrollbars=no,menubar=no,height=270,width=490,resizable=no,toolbar=no,location=no,status=no');
}

function load4() {
	var load = window.open('http://www.sportingtargets.co.uk/countrymenu.html','','scrollbars=no,menubar=no,height=270,width=490,resizable=no,toolbar=no,location=no,status=no');
}

function load5() {
	var load = window.open('http://www.sportingtargets.co.uk/refresh.php?i=1','','scrollbars=yes,menubar=no,height=600,width=750,resizable=no,toolbar=no,location=no,status=no');
}

function load6() {
	var load = window.open('http://www.sportingtargets.co.uk/refresh.php?i=2','','scrollbars=yes,menubar=no,height=600,width=750,resizable=no,toolbar=no,location=no,status=no');
}

function load7() {
	var load = window.open('http://www.sportingtargets.co.uk/refresh.php?i=3','','scrollbars=yes,menubar=no,height=600,width=750,resizable=no,toolbar=no,location=no,status=no');
}

function load8() {
	var load = window.open('http://www.sportingtargets.co.uk/refresh.php?i=4','','scrollbars=yes,menubar=no,height=600,width=750,resizable=no,toolbar=no,location=no,status=no');
}

function load9() {
	var load = window.open('http://www.sportingtargets.co.uk/refresh.php?i=5','','scrollbars=yes,menubar=no,height=600,width=1000,resizable=no,toolbar=no,location=no,status=no');
}

function load10() {
	var load = window.open('http://www.sportingtargets.co.uk/refresh.php?i=6','','scrollbars=yes,menubar=no,height=600,width=750,resizable=no,toolbar=no,location=no,status=no');
}

function load11() {
	var load = window.open('http://www.sportingtargets.co.uk/refresh.php?i=7','','scrollbars=yes,menubar=no,height=600,width=750,resizable=no,toolbar=no,location=no,status=no');
}

function load12() {
	var load = window.open('http://www.sportingtargets.co.uk/refresh.php?i=8','','scrollbars=yes,menubar=no,height=600,width=750,resizable=no,toolbar=no,location=no,status=no');
}

function load13() {
	var load = window.open('http://www.sportingtargets.co.uk/refresh.php?i=9','','scrollbars=yes,menubar=no,height=600,width=750,resizable=no,toolbar=no,location=no,status=no');
}

function load14() {
	var load = window.open('http://www.sportingtargets.co.uk/refresh.php?i=10','','scrollbars=yes,menubar=no,height=600,width=750,resizable=no,toolbar=no,location=no,status=no');
}

function load15() {
	var load = window.open('http://www.sportingtargets.co.uk/refresh.php?i=11','','scrollbars=yes,menubar=no,height=600,width=750,resizable=no,toolbar=no,location=no,status=no');
}
function load16() {
	var load = window.open('http://www.sportingtargets.co.uk/refresh.php?i=12','','scrollbars=yes,menubar=no,height=600,width=750,resizable=no,toolbar=no,location=no,status=no');
}

function imposeMaxLength(Object, MaxLen)
{
  return (Object.value.length <= MaxLen);
}

function setDisplay(id,value) 
{
	if (document.getElementById(id).style.display == "none") {
		document.getElementById(id).style.display = value; 
	} else {
		document.getElementById(id).style.display = "none"; 
	}
} 


function lookup(inputString) {
		if(inputString.length == 0) {
			// Hide the suggestion box.
			$('#suggestions').hide();
		} else {
			$.post("includes/search_box.php", {queryString: ""+inputString+""}, function(data){
				if(data.length >0) {
					$('#suggestions').show();
					$('#autoSuggestionsList').html(data);
				}
			});
		}
	} // lookup
	
function fill(thisValue) {
		$('#inputString').val(thisValue);
		setTimeout("$('#suggestions').hide();", 200);
	}
	

function showmenu() {
	document.getElementById('menu_show_hide').style.display='block'
}

function show_homepageshooting() {
	document.getElementById('homepage_shooting').style.display='block'
}

function show_homepageshop() {
	document.getElementById('homepage_shop').style.display='block'
}

function show_homepagecorp() {
	document.getElementById('homepage_corp').style.display='block'
}