<!--
var check_0 = new Array(8); 
check_0[1] = "A Series (2U),0101_a3200.html";
check_0[2] = "A Series (3U),0102_a5000.html";
check_0[3] = "B Series,0103_b1500.html";
check_0[4] = "B Series (2 ohm Output),0104_b1802.html";
check_0[5] = "QA4150/4300,0105_qa4300.html";
check_0[6] = "D300/500,0106_d500.html";
check_0[7] = "SQ1080,0107_sq1080.html";

var check_1 = new Array(6); 
check_1[1] = "M822FX(USB),0201_m822fx.html";
check_1[2] = "M1022(USB),0202_m1022.html";
check_1[3] = "M1224FX/1624FX(USB),0203_m1624fx.html";
check_1[4] = "M1424/1824(USB),0204_m1824.html";
check_1[5] = "M1636FX/2436FX(USB),0205_m2436fx.html";

var check_2 = new Array(3); 
check_2[1] = "PM6200,0301_pm6200.html";
check_2[2] = "PM8300S/8500S,0302_pm8500s.html";

var check_3 = new Array(3); 
check_3[1] = "Q2131,0401_q2131.html";
check_3[2] = "Q2231,0402_q2231.html";

var check_4 = new Array(5); 
check_4[1] = "SS102/122,0501_ss102_122.html";
check_4[2] = "SS152/153,0502_ss152_153.html";
check_4[3] = "SM82/102,0503_sm82_102.html";
check_4[4] = "WM20/40/60,0504_wm20_40_60.html";

var check_5 = new Array(8); 
check_5[1] = "TA30/50,0601_ta50.html";
check_5[2] = "TA60/120/240,0602_ta240.html";
check_5[3] = "TCM3,0603_tcm3.html";
check_5[4] = "TSU3,0607_tsu3.html";
check_5[5] = "SY-A Series,0604_sy-a360.html";
check_5[6] = "SY-P1001,0605_sy-p1001.html";
check_5[7] = "SY-P1002,0606_sy-p1002.html";

var check_6 = new Array(7); 
check_6[1] = "CS Series,0701_cs40.html";
check_6[2] = "CSW Series,0702_cs40w.html";
check_6[3] = "CL Series,0703_cl610s.html";
check_6[4] = "WW Series,0704_ww10.html";
check_6[5] = "WP Series,0705_wp10.html";
check_6[6] = "WMT Series,0706_wm60t.html";

		function goAffiliateUrl(that)
		{
			var url = that.selectedIndex;
			self.location=that.options[url].value;
			that.selectedIndex = 0; 
		}

		function clickRdAffiliate(num)
		{
			var that = document.frmAffiliate;

			for(var i=that.cmbAffiliate.length-1; i>0; i--)
				that.cmbAffiliate.options[i] = null;

			if(num == 0)

{ 

	for(var i=1; i<check_0.length; i++)

	{

		arrTemp=check_0[i].split(',');
		addOption=new Option(arrTemp[0],arrTemp[1],false,false); 

		that.cmbAffiliate.options[i] = addOption; 

	} 

} 

else if(num == 1)

{ 

	for(var i=1; i<check_1.length; i++)

	{

		arrTemp=check_1[i].split(',');
		addOption=new Option(arrTemp[0],arrTemp[1],false,false); 

		that.cmbAffiliate.options[i] = addOption; 

	} 

} 

else if(num == 2)

{ 

	for(var i=1; i<check_2.length; i++)

	{

		arrTemp=check_2[i].split(',');
		addOption=new Option(arrTemp[0],arrTemp[1],false,false); 

		that.cmbAffiliate.options[i] = addOption; 

	} 

} 

else if(num == 3)

{ 

	for(var i=1; i<check_3.length; i++)

	{

		arrTemp=check_3[i].split(',');
		addOption=new Option(arrTemp[0],arrTemp[1],false,false); 

		that.cmbAffiliate.options[i] = addOption; 

	} 

} 

else if(num == 4)

{ 

	for(var i=1; i<check_4.length; i++)

	{

		arrTemp=check_4[i].split(',');
		addOption=new Option(arrTemp[0],arrTemp[1],false,false); 

		that.cmbAffiliate.options[i] = addOption; 

	} 

} 

else if(num == 5)

{ 

	for(var i=1; i<check_5.length; i++)

	{

		arrTemp=check_5[i].split(',');
		addOption=new Option(arrTemp[0],arrTemp[1],false,false); 

		that.cmbAffiliate.options[i] = addOption; 

	} 

} 

else if(num == 6)

{ 

	for(var i=1; i<check_6.length; i++)

	{

		arrTemp=check_6[i].split(',');
		addOption=new Option(arrTemp[0],arrTemp[1],false,false); 

		that.cmbAffiliate.options[i] = addOption; 

	} 

} 



//			that.cmbAffiliate.options[1] = addOption;
			that.cmbAffiliate.options[0].selected = true;
		}

		function checkRdAffiliate(num)
		{
			var that = document.frmAffiliate;

			if (!that.rdAffiliate[num].checked)
			{
				that.rdAffiliate[num].checked = true;
				clickRdAffiliate(num);
			}
		}
		
		function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}
	//-->