<!--
	var ds = getCookie("stp1=");
	var st2 = getCookie("stp2=");
	var isL = null;
	if (ds != -1) {
		for (var m=0; m<vInID.length; m++){
			if (vInSJ[m] == dsi){
				isL = isL + "<option value=" + vInID[m];
				if (vInID[m] == st2){ 
					isL = isL + " selected";
					var isD = vInD[m];
					var isS = vInS[m];
					var isPr = vInPr[m];
					var isPic = vInPic[m];
				}
				isL = isL + ">" + "(" + vInID[m] + ")" + spc + spc + spc + spc + spc + spc + spc + spc + spc + spc + vInD[m] + "</option>";
			}
		}
	}
	if (!blnPrinterFriendly)
	{
		document.write(isL);
	}
// -->