			function selectCategory (cat_code,cat_lvl) {
			  //document.ps2form.form_select.value = "C";
			  //document.ps2form.cat_lvl.value = cat_lvl;
			  //document.ps2form.cat.value = cat_code;
			  //document.ps2form.submit();
			  window.location="iwwidb.pvx?;multi_item_submit?cat="+cat_code+"&cat_lvl="+cat_lvl+"&form_select=C"
			}

			function selectItem (item_no,ps_k) {
			  //document.ps2form.form_select.value = "I";
			  //document.ps2form.item_no.value = item_no;
			  //document.ps2form.source.value = "ps";
			  //document.ps2form.k.value = ps_k;
			  //document.ps2form.submit();
			  catElem=document.getElementById('category')
			  window.location="iwwida.pvx?;item?item_no="+item_no+"&cat="+catElem.value
			}
			
			function gotoOrder() {
				window.location="http://store.sterlingcutglass.com/iwwicc.pvx?;so_hist_inq_options"
			}		
