		function minipop(whichone)
			{
				switch (whichone)
				{
				case 1:
					url = 'http://www.sovaspecops.com/miniAward.php?type=1';
					height = 170;
					width = 495;
					break;
				case 2:
					url = 'http://www.sovaspecops.com/miniAward.php?type=2';
					height = 190;
					width = 435;
					break;
				case 3:
					url = 'http://www.sovaspecops.com/miniAward.php?type=3';
					height = 205;
					width = 505;
					break;
				case 4:
					url = 'http://www.sovaspecops.com/miniAward.php?type=4';
					height = 185;
					width = 660;
					break;
				case 5:
					url = 'http://www.sovaspecops.com/miniAward.php?type=5';
					height = 280;
					width = 430;
					break;
				case 6:
					url = 'http://www.sovaspecops.com/miniAward.php?type=6';
					height = 280;
					width = 430;
					break;
				case 7:
					url = 'http://www.sovaspecops.com/miniAward.php?type=7';
					height = 200;
					width = 430;
					break;
				case 8:
					url = 'http://www.sovaspecops.com/miniAward.php?type=8';
					height = 120;
					width = 250;
					break;
				case 9:
					url = 'http://www.sovaspecops.com/miniAward.php?type=9';
					height = 120;
					width = 250;
					break;
				case 10:
					url = 'http://www.sovaspecops.com/miniAward.php?type=10';
					height = 120;
					width = 250;
					break;
				default:
					url = '';
				}

				if (url != '')
				{
				window.open(url.replace(/&amp;/g, '&'), "_blank", 'height=' + height + ',channelmode=no, toolbar=no, location=no, directories=no, status=no, menubar=no, resizable=yes, scrollbars=no, copyhistory=yes, width=' + width);
				}
			}
