	<!--
		function ExplorerFix() {
			for (a in document.links) document.links[a].onfocus = document.links[a].blur;
		}

		if (document.all) {
			document.onmousedown = ExplorerFix;
		}

		if (document.images) {
			pic1_on = new Image();
			pic1_on.src = "/images/hovers/classical.gif";
			pic1_off = new Image();
			pic1_off.src = "/images/classical.gif";

			pic2_on = new Image();
			pic2_on.src = "/images/hovers/rockandpop.gif";
			pic2_off = new Image();
			pic2_off.src = "/images/rockandpop.gif";

			pic3_on = new Image();
			pic3_on.src = "/images/hovers/jazz.gif";
			pic3_off = new Image();
			pic3_off.src = "/images/jazz.gif";

			pic4_on = new Image();
			pic4_on.src = "/images/hovers/films.gif";
			pic4_off = new Image();
			pic4_off.src = "/images/films.gif";

			pic5_on = new Image();
			pic5_on.src = "/images/hovers/dvdaudio.gif";
			pic5_off = new Image();
			pic5_off.src = "/images/dvdaudio.gif";

			pic6_on = new Image();
			pic6_on.src = "/images/hovers/preowned.gif";
			pic6_off = new Image();
			pic6_off.src = "/images/preowned.gif";

			pic7_on = new Image();
			pic7_on.src = "/images/hovers/sacd.gif";
			pic7_off = new Image();
			pic7_off.src = "/images/sacd.gif";

			pic8_on = new Image();
			pic8_on.src = "/images/hovers/hardware.gif";
			pic8_off = new Image();
			pic8_off.src = "/images/hardware.gif";

			pic9_on = new Image();
			pic9_on.src = "/images/hovers/books.gif";
			pic9_off = new Image();
			pic9_off.src = "/images/books.gif";

			pic10_on = new Image();
			pic10_on.src = "/images/hovers/vinyl.gif";
			pic10_off = new Image();
			pic10_off.src = "/images/vinyl.gif";

			basket_on = new Image();
			basket_on.src = "/images/hovers/basket.gif";
			basket_off = new Image();
			basket_off.src = "/images/basket.gif";

			checkout_on = new Image();
			checkout_on.src = "/images/hovers/checkout.gif";
			checkout_off = new Image();
			checkout_off.src = "/images/checkout.gif";

			enquiries_on = new Image();
			enquiries_on.src = "/images/hovers/enquiries.gif";
			enquiries_off = new Image();
			enquiries_off.src = "/images/enquiries.gif";

			terms_on = new Image();
			terms_on.src = "/images/hovers/terms.gif";
			terms_off = new Image();
			terms_off.src = "/images/terms.gif";

			orderstatus_on = new Image();
			orderstatus_on.src = "/images/hovers/orderstatus.gif";
			orderstatus_off = new Image();
			orderstatus_off.src = "/images/orderstatus.gif";
		}

		function imgOn(imgName) {
			if (document.images) {
				document[imgName].src = eval(imgName + "_on.src");
			}
		}

		function imgOff(imgName) {
			if (document.images) {
				document[imgName].src = eval(imgName + "_off.src");
			}
		}

		function stockList() {

			var url = document.stock.category.options[document.stock.category.selectedIndex].value;

			url = '/cgi-bin/stocklist.cgi?category=' + url;

			if (document.all || document.getElementById) {
				var xMax = screen.width;
				var yMax = screen.height;
				var width = screen.width - 150;
				var height = screen.height - 150;
			}
			else if (document.layers) {
				var xMax = window.outerWidth; 
		    		var yMax = window.outerHeight;
				var width = window.outerWidth - 150;
				var height = window.outerHeight - 150;
			}
			else {
				var xMax = 800;
				var yMax=600;
				var width = 700;
				var height = 450;
			}
			var xOffset = (xMax - width)/2, yOffset = (yMax - height)/2;
			window.open(url,'newwin',config='width='+width+',height='+height+',resizable=no,scrollbars=yes,toolbar=no,status=no,screenX='+xOffset+',screenY='+yOffset+',top='+yOffset+',left='+xOffset+'');
		}

		function convertor() {
			if (document.all) {
				var xMax = screen.width;
				var yMax = screen.height;
			}
			else if (document.layers) {
				var xMax = window.outerWidth; 
		    		var yMax = window.outerHeight;
			}
			else {
				var xMax = 800;
				var yMax=600;
			}

			var xOffset = (xMax - 500)/2, yOffset = (yMax - 400)/2;
			window.open('http://www.x-rates.com/calculator.html','newWin',config='width=500,height=400,resizable=yes,scrollbars=yes,toolbar=no,status=no,screenX='+xOffset+',screenY='+yOffset+',top='+yOffset+',left='+xOffset+'');
		}

		var count = 0;
		var delay = 90;
		var text = "We never charge a credit card until items are ready for despatch...                                     Now you can review all music titles at DVD4Music.com...                                     ";

		function scroll() {
			window.status = text.substring (count, text.length) + text.substring (0, count)
			if (count < text.length) {
				count ++;
			}
			else {
				count = 0;
			}
			setTimeout ("scroll()", delay);
		}

		function createAccount() {

			var myStatus;

			//if (document.forms[0].accountBox.checked) {
				myStatus = 'visible';
			//}
			//else {
				//myStatus = 'hidden';
			//}

			if(document.layers){
				//Netscape 4
				document.account.visibility=myStatus;
			}
			if(document.all){
				//IE
				document.all.account.style.visibility=myStatus;
			}
			if(!document.all && document.getElementById){
				//NN6
				document.getElementById("account").style.visibility=myStatus;
			}
		}

		function review(seek) {

			var url = "/cgi-bin/review.cgi?" + seek;

			if (document.all || document.getElementById) {
				var xMax = screen.width;
				var yMax = screen.height;
			}
			else if (document.layers) {
				var xMax = window.outerWidth; 
		    		var yMax = window.outerHeight;
			}
			else {
				var xMax = 800;
				var yMax=600;
			}

			var xOffset = (xMax - 600)/2, yOffset = (yMax - 500)/2;
			reviewWin = window.open(url,'newWin',config='width=600,height=500,resizable=yes,scrollbars=yes,toolbar=no,status=no,screenX='+xOffset+',screenY='+yOffset+',top='+yOffset+',left='+xOffset+'');
			reviewWin.focus();
		}

		function imgzoom(img) {

			var url = "/zoom.php?img=" + img;

			if (document.all || document.getElementById) {
				var xMax = screen.width;
				var yMax = screen.height;
			}
			else if (document.layers) {
				var xMax = window.outerWidth; 
		    		var yMax = window.outerHeight;
			}
			else {
				var xMax = 800;
				var yMax=600;
			}

			var xOffset = (xMax - 600)/2, yOffset = (yMax - 500)/2;
			zoomWin = window.open(url,'newWin',config='width=600,height=500,resizable=yes,scrollbars=yes,toolbar=no,status=no,screenX='+xOffset+',screenY='+yOffset+',top='+yOffset+',left='+xOffset+'');
			zoomWin.focus();
		}

		function warn() {
			if (document.forms[0].elements.remember.checked) {
				alert('For your convenience, you can choose to remain logged in on this computer. Your details will be remembered until you sign out, even if you disconnect from the Internet, close your browser, or turn off your computer.\n\nNote: If you are using a public or shared computer it is not advisable to use this feature.');
			}
		}

	//-->