document.write("<FORM METHOD='GET' STYLE='margin-top: 0; margin-bottom: 0; margin-left: 0; margin-right: 0;' TARGET='_self' ACTION = 'http://www.justopal.com.au/include/engine.asp' NAME='Type_Index'>\r\n<input type='hidden' name='Action' value='Browse'>\r\n<input type='hidden' name='Page' value='browse.htm'>\r\n<input type='hidden' name='SQL' value=''>\r\n<input type='hidden' name='Mode' value='0'>\r\n<input type='hidden' name='Rnd' value='25567'>\r\n<input type='hidden' name='ID' value='135528482'>\r\n<input type='hidden' name='Index' value=''>\r\n");
document.write("<input type='hidden' name='Move' value=''>\r\n<input type='hidden' name='Feature' value=''>\r\n<input type='hidden' name='Keywords' value=\"\">\r\n<SPAN id='browse'><TABLE WIDTH='575' BGCOLOR='#EFEDFC' BORDER='0' Cellspacing='0'><TBODY><TR>\r\n<TD WIDTH='100%' BGCOLOR='#EFEDFC'><A HREF=\"JavaScript:setBrowse('Type_Index','ProductIndex = 1','2');\">Gifts<small> (31)</small></A></TD></TR>\r\n<TR><TD WIDTH='100%' BGCOLOR='#EFEDFC'><A HREF=\"JavaScript:setBrowse('Type_Index','ProductIndex = 2','3');\">Jewelry<small> (655)</small></A></TD></TR>\r\n");
document.write("<TR><TD WIDTH='100%' BGCOLOR='#EFEDFC'><A HREF=\"JavaScript:setBrowse('Type_Index','ProductIndex = 3','4');\">Loose Opals<small> (587)</small></A></TD></TR>\r\n<TR></TR></TBODY></TABLE>\r\n</SPAN>\r\n</FORM>\r\n");
/*	Scripts in this file may not be used anywhere else without
	written consent from SmartWin Technology.
	Copyright 1997-2000 SmartWin Technology. All rights reserved. */

//General functions
function setBrowse(sTable, sSQL, sFeature)
{
var i, frm = null;
	for (i = 0; i < document.forms.length; i++)
	{
		if (document.forms[i].name == sTable)
		{
			frm = document.forms[i];
			break;
		}
	}
	if (frm != null)
	{
		frm.SQL.value = sSQL;
		frm.Feature.value = sFeature;
		frm.Move.value = "";
		frm.ID.value = sessionid;
//		frm.submit();
		submitform(sTable, '');
	}
	else
		alert("Cannot find Form " + sTable + "!");
}
