var Form1= new formDef('Form1',nullFunc,nullFunc);
var ImageButton1_T18 = new makeButton('media/HomeUp.gif,media/HomeDn.gif',
	'IE_Module.asp','ImageButton1_T18','ListAllCoins','ImageButton1_T18',nullFunc,nullFunc,nullFunc,nullFunc,nullFunc);
BTNArray[ 0] = ImageButton1_T18;
var ImageButton2_T18 = new makeButton('media/SearchUp.gif,media/SearchDn.gif',
	'SearchInv.asp','ImageButton2_T18','ListAllCoins','ImageButton2_T18',nullFunc,nullFunc,nullFunc,nullFunc,nullFunc);
BTNArray[ 1] = ImageButton2_T18;
var ImageButton3_T18 = new makeButton('media/ListallUp.gif,media/ListallDn.gif',
	'ListAllCoins.asp','ImageButton3_T18','ListAllCoins','ImageButton3_T18',nullFunc,nullFunc,nullFunc,nullFunc,nullFunc);
BTNArray[ 2] = ImageButton3_T18;
var ImageButton4_T18 = new makeButton('media/TermsUp.gif,media/TermsDn.gif',
	'TermsOfPurchase.asp','ImageButton4_T18','ListAllCoins','ImageButton4_T18',nullFunc,nullFunc,nullFunc,nullFunc,nullFunc);
BTNArray[ 3] = ImageButton4_T18;

var Recordset6_SortList= new listDef('Recordset6_SortList','select-one','Column 539',nullFunc,nullFunc,nullFunc);
var Recordset6_Sort= new fButtonDef('Recordset6_Sort',nullFunc);
var Recordset6_Back= new fButtonDef('Recordset6_Back',nullFunc);
var Recordset6_More= new fButtonDef('Recordset6_More',nullFunc);
if(document.forms[0] != null && document.forms[0].elements != null && document.forms[0].elements.Recordset1_SortList != null)
{
	for(i = 0, n = document.forms[0].elements.Recordset6_Items_SortList.length; i < n; i++)
	{
		if(document.forms[0].elements.Recordset6_Items_SortList.options[i].value == '<%=(Recordset6_Items.OrderByCol)%>')
		{
			document.forms[0].elements.Recordset6_Items_SortList.options[i].selected = true;
		}
	}
}

