	function redirect(id) {
		switch (id) {
			case "0":
				document.location = "http://www.top-megoldasok.com/index.html";
			break;
			case "1":
				document.location = "http://www.top-megoldasok.com/noknek.html";
			break;
			case "2":
				document.location = "http://www.top-megoldasok.com/breastsuccess/index.html";
			break;
			case "4":
				document.location = "http://www.top-megoldasok.com/femalerxoil/index.html";
			break;
			case "5":
				document.location = "http://www.top-megoldasok.com/humeuphfem/index.html";
			break;
			case "10":
				document.location = "http://www.top-megoldasok.com/ferfiaknak.html";
			break;
			case "12":
				document.location = "http://www.top-megoldasok.com/bluedragon/";
			break;
			case "13":
				document.location = "http://top-megoldasok.com/ginfizz/";
			break;
			case "14":
				document.location = "http://top-megoldasok.com/spx/";
			break;
			case "15":
				document.location = "http://www.top-megoldasok.com/virilitypills/index.html";
			break;
			case "18":
				document.location = "http://www.top-megoldasok.com/rockit247/index.html";
			break;
			case "19":
				document.location = "http://www.top-megoldasok.com/vprxoil/index.html";
			break;
			case "20":
				document.location = "http://www.top-megoldasok.com/liquidrx/index.html";
			break;
			case "21":
				document.location = "http://www.top-megoldasok.com/humaneuphoria/index.html";
			break;
			case "31":
				document.location = "http://top-megoldasok.com/prosolutionpills/";
			break;
			case "32":
				document.location = "http://top-megoldasok.com/potemax/";
			break;
			case "33":
				document.location = "http://top-megoldasok.com/prematrol/";
			break;
			default:
				document.location = "http://www.top-megoldasok.com/";
			break;
		}
	}
	
	function printNavSelect() {
		document.write('<select id="pageselect" onchange="javascript: redirect(this.value);">'+
			'<option value="-2" selected="selected">TOVÁBBI TERMÉKEK!!!</option>'+
			'<option value="1">-- N&#337;knek</option>'+
			'<option value="2">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Breast Success</option>'+
			'<option value="4">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Female-RX Oil</option>'+
			'<option value="5">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Human Euphoria Perfume</option>'+

			'<option value="10">-- Férfiaknak</option>'+
			'<option value="12">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Blue Dragon</option>'+
			'<option value="13">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Gin FIZZ</option>'+
			'<option value="14">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;SPX</option>'+
			'<option value="15">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Virility Pills</option>'+
			'<option value="31">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ProSolution Pills</option>'+
			'<option value="32">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Potemax</option>'+
			'<option value="33">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Prematrol</option>'+
			'<option value="18">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Rock It 247</option>'+
			'<option value="19">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;VP-RX Oil</option>'+
			'<option value="20">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Liquid RX Plus</option>'+
			'<option value="21">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Human Euphoria Cologne</option>'+
			'</select>');
	}

