// startup.js
var startup="/includes/add_to_basket.php";
function newWindow(){
batWindow = window.open('http://www.prosportuk.com/images/batchart.jpg', 'batWin', 'width=590,height=371');
if(batWindow.focus)batWindow.focus();
}

		function jumpPage(newLoc) {
			newPage = newLoc.options[newLoc.selectedIndex].value

			if (newPage != "") {
				window.location.href = newPage
			}
		}