function GetData()
{
	var type = document.selection[0]
	for (var i = 0; i <document.selection.type.length; i++) {
		if (document.selection.type[i].checked) {
			break
			}
		}

var URL = "stoppingpower.asp?Caliber="
var Caliber = (document.data.caliber2.options[document.data.caliber2.selectedIndex].value)
var FullUrl = URL + Caliber

// alert (FullUrl);

var replaceStr = "%20"
var FullUrl = FullUrl.replace(" ", replaceStr)
var FullUrl = FullUrl.replace(" ", replaceStr)
var FullUrl = FullUrl.replace(" ", replaceStr)
location.href= FullUrl;


}

function GetLoadData()
{

// document.data.flag2.click();

	var sort = document.Order[0]
	for (var i = 0; i <document.Order.sort.length; i++) {
		if (document.Order.sort[i].checked) {
			break
			}
		}

var URL = "stoppingpower.asp?Caliber="
var Caliber = (document.data_bw.caliber_text.value)
//var type = (document.data_bw.type_text.value)
var weight = "&Weight=" + (document.data_bw.BulletWeight2.options[document.data_bw.BulletWeight2.selectedIndex].value)
var FullUrl = URL + Caliber + weight

// alert (FullUrl);
var replaceStr = "%20"
var FullUrl = FullUrl.replace(" ", replaceStr)
var FullUrl = FullUrl.replace(" ", replaceStr)
var FullUrl = FullUrl.replace(" ", replaceStr)
var FullURL2 = FullUrl 
location.href= FullURL2;

}

//function GetCalibers()
//{
//
//var URL;
//
//	var type = document.selection[0]
//	for (var i = 0; i <document.selection.type.length; i++) {
//		if (document.selection.type[i].checked) {
//			break
//			}
//		}
//
//// alert (type);
//
//// alert (document.selection.type[i].value);
//
//var URL = "stoppingpower.asp?type="+ document.selection.type[i].value + "&Source=" + document.data.Source.value
//// alert (URL);
//location.href= URL;
//}

