function openyqlj()
            {
               var xa = window.document.all.Foot1_LinkType1_DataList1__ctl0_Linklist2_Select1.selectedIndex
               var xb = window.document.all.Foot1_LinkType1_DataList1__ctl1_Linklist2_Select1.selectedIndex
               var xc = window.document.all.Foot1_LinkType1_DataList1__ctl2_Linklist2_Select1.selectedIndex
               if (xa>0)
               {
					var sitea=window.document.all.Foot1_LinkType1_DataList1__ctl0_Linklist2_Select1.options[xa].value
					window.open(sitea)
               }
               if (xb>0)
               {
					var siteb=window.document.all.Foot1_LinkType1_DataList1__ctl1_Linklist2_Select1.options[xb].value
					window.open(siteb)
               }
               if (xc>0)
               {
					var sitec=window.document.all.Foot1_LinkType1_DataList1__ctl2_Linklist2_Select1.options[xc].value
					window.open(sitec)
               }
            }
