// JavaScript Document
function to_faq(url)
{	
	document.faq.action=url;
	document.faq.submit();
}

function link_faq()
{
    var Value1 = document.faq.format1.options[document.faq.format1.selectedIndex].text; 
	var Value2 = document.faq.format2.options[document.faq.format2.selectedIndex].text; 
	//video to xx
	if (Value1 == 'Video' && Value2 == 'iPhone')
	{
	   //location.href = '/tutorials/swf-decompiler-for-windows-tutorials.htm'; //本页面打开	   
	   to_faq('/video-converter/iphone-video-converter.htm'); //新页面中打开
	}	
	if (Value1 == 'Video' && Value2 == 'iPad')
	{
	   to_faq('/video-converter/ipad-video-converter.htm');
	}

	if (Value1 == 'Video' && Value2 == 'iPod')
	{
	   to_faq('/video-converter/ipod-video-converter.htm');
	}
	if (Value1 == 'Video' && Value2 == 'PSP')
	{
	   to_faq('/video-converter/psp-video-converter.htm');
	}
	if (Value1 == 'Video' && Value2 == '3GP')
	{
	   to_faq('/video-converter/mobile-3gp-video-converter.htm');
	}
	if (Value1 == 'Video' && Value2 == 'Nexus One')
	{
	   to_faq('/video-converter/nexus-one-video-converter.htm');
	}
	if (Value1 == 'Video' && Value2 == 'Blackberry')
	{
	   to_faq('/video-converter/blackberry-video-converter.htm');
	}
	if (Value1 == 'Video' && Value2 == 'Zune')
	{
	   to_faq('/video-converter/free-video-converter.htm');
	}
	if (Value1 == 'Video' && Value2 == 'HD')
	{
	   to_faq('/video-converter/hd-video-converter.htm');
	}
	if (Value1 == 'Video' && Value2 == 'PS3')
	{
	   to_faq('/video-converter/hd-video-converter.htm');
	}
	if (Value1 == 'Video' && Value2 == 'Xbox 360')
	{
	   to_faq('/video-converter/hd-video-converter.htm');
	}
	if (Value1 == 'Video' && Value2 == 'Apple TV')
	{
	   to_faq('/video-converter/free-video-converter.htm');
	}

	//AVI to xx
		if (Value1 == 'AVI' && Value2 == 'iPhone')
	{
	   to_faq('/video-converter/iphone-video-converter.htm'); 
	}	
	if (Value1 == 'AVI' && Value2 == 'iPad')
	{
	   to_faq('/video-converter/ipad-video-converter.htm');
	}
	if (Value1 == 'AVI' && Value2 == 'iPod')
	{
	   to_faq('/video-converter/ipod-video-converter.htm');
	}
	if (Value1 == 'AVI' && Value2 == 'PSP')
	{
	   to_faq('/video-converter/psp-video-converter.htm');
	}
	if (Value1 == 'AVI' && Value2 == '3GP')
	{
	   to_faq('/video-converter/mobile-3gp-converter.htm');
	}
	if (Value1 == 'AVI' && Value2 == 'Nexus One')
	{
	   to_faq('/video-converter/blackberry-video-converter.htm');
	}
	if (Value1 == 'AVI' && Value2 == 'Blackberry')
	{
	   to_faq('/video-converter/blackberry-video-converter.htm');
	}
	if (Value1 == 'AVI' && Value2 == 'Zune')
	{
	   to_faq('/video-converter/free-video-converter.htm');
	}
	if (Value1 == 'AVI' && Value2 == 'HD')
	{
	   to_faq('/video-converter/hd-video-converter.htm');
	}
	if (Value1 == 'AVI' && Value2 == 'PS3')
	{
	   to_faq('/video-converter/hd-video-converter.htm');
	}
	if (Value1 == 'AVI' && Value2 == 'Xbox 360')
	{
	   to_faq('/video-converter/hd-video-converter.htm');
	}
	if (Value1 == 'AVI' && Value2 == 'Apple TV')
	{
	   to_faq('/video-converter/free-video-converter.htm');
	}
	
		//MP4 to xx
	if (Value1 == 'MP4' && Value2 == 'iPhone')
	{
	   to_faq('/video-converter/iphone-video-converter.htm'); 
	}
	if (Value1 == 'MP4' && Value2 == 'iPad')
	{
	   to_faq('/video-converter/ipad-video-converter.htm');
	}
	if (Value1 == 'MP4' && Value2 == 'iPod')
	{
	   to_faq('/video-converter/ipod-video-converter.htm');
	}
	if (Value1 == 'MP4' && Value2 == 'PSP')
	{
	   to_faq('/video-converter/psp-video-converter.htm');
	 }
	 if (Value1 == 'MP4' && Value2 == '3GP')
	{
	   to_faq('/video-converter/mobile-3gp-video-converter.htm');
	}
	if (Value1 == 'MP4' && Value2 == 'Zune')
	{
	   to_faq('/video-converter/free-video-converter.htm');
	}
	if (Value1 == 'MP4' && Value2 == 'Nexus One')
	{
	   to_faq('/video-converter/nexus-one-video-converter.htm');
	}
	if (Value1 == 'MP4' && Value2 == 'Blackberry')
	{
	   to_faq('/video-converter/blackberry-video-converter.htm');
	}
	if (Value1 == 'MP4' && Value2 == 'HD')
	{
	   to_faq('/video-converter/hd-video-converter.htm');
	}
	if (Value1 == 'MP4' && Value2 == 'PS3')
	{
	   to_faq('/video-converter/hd-video-converter.htm');
	}
	if (Value1 == 'MP4' && Value2 == 'Xbox 360')
	{
	   to_faq('/video-converter/hd-video-converter.htm');
	}
	if (Value1 == 'MP4' && Value2 == 'Apple TV')
	{
	   to_faq('/video-converter/free-video-converter.htm');
	}
	
	//WMV to xx
	if (Value1 == 'WMV' && Value2 == 'iPhone')
	{
	   to_faq('/video-converter/iphone-video-converter.htm'); 
	}	
	if (Value1 == 'WMV' && Value2 == 'iPad')
	{
	   to_faq('/video-converter/ipad-video-converter.htm');
	}
	if (Value1 == 'WMV' && Value2 == 'iPod')
	{
	   to_faq('/video-converter/ipod-video-converter.htm');
	}
	if (Value1 == 'WMV' && Value2 == 'PSP')
	{
	   to_faq('/video-converter/psp-video-converter.htm');
	}
	if (Value1 == 'WMV' && Value2 == '3GP')
	{
	   to_faq('/video-converter/mobile-3gp-video-converter.htm');
	}
	if (Value1 == 'WMV' && Value2 == 'Zune')
	{
	   to_faq('/video-converter/free-video-converter.htm');
	}
	if (Value1 == 'WMV' && Value2 == 'Nexus One')
	{
	   to_faq('/video-converter/nexus-one-video-converter.htm');
	}
	if (Value1 == 'WMV' && Value2 == 'Blackberry')
	{
	   to_faq('/video-converter/blackberry-video-converter.htm');
	}
	if (Value1 == 'WMV' && Value2 == 'HD')
	{
	   to_faq('/video-converter/hd-video-converter.htm');
	}
	if (Value1 == 'WMV' && Value2 == 'PS3')
	{
	   to_faq('/video-converter/hd-video-converter.htm');
	}
	if (Value1 == 'WMV' && Value2 == 'Xbox 360')
	{
	   to_faq('/video-converter/hd-video-converter.htm');
	}
	if (Value1 == 'WMV' && Value2 == 'Apple TV')
	{
	   to_faq('/video-converter/free-video-converter.htm');
	}
	
		//DVD to xx
	if (Value1 == 'DVD' && Value2 == 'iPhone')
	{
	   to_faq('/dvd-converter/dvd-to-iphone-converter.htm'); 
	}	
		if (Value1 == 'DVD' && Value2 == 'iPad')
	{
	   to_faq('/dvd-converter/dvd-to-ipad-converter.htm');
	}
	if (Value1 == 'DVD' && Value2 == 'iPod')
	{
	   to_faq('/dvd-converter/dvd-to-ipod-converter.htm');
	}
	if (Value1 == 'DVD' && Value2 == 'PSP')
	{
	   to_faq('/dvd-converter/dvd-to-psp-converter.htm');
	}
	if (Value1 == 'DVD' && Value2 == '3GP')
	{
	   to_faq('/dvd-converter/dvd-to-3gp-mobile-converter.htm');
	}
	if (Value1 == 'DVD' && Value2 == 'DVD')
	{
	   to_faq('/dvd-converter/');
	}
	if (Value1 == 'DVD' && Value2 == 'Nexus One')
	{
	   to_faq('/dvd-converter/');
	}
		if (Value1 == 'DVD' && Value2 == 'BlackBerry')
	{
	   to_faq('/dvd-converter/');
	}
		if (Value1 == 'DVD' && Value2 == 'Zune')
	{
	   to_faq('/dvd-converter/');
	}
		if (Value1 == 'DVD' && Value2 == 'HD')
	{
	   to_faq('/dvd-converter/');
	}
		if (Value1 == 'DVD' && Value2 == 'PS3')
	{
	   to_faq('/dvd-converter/');
	}
		if (Value1 == 'DVD' && Value2 == 'Xbox 360')
	{
	   to_faq('/dvd-converter/');
	}
		if (Value1 == 'DVD' && Value2 == 'Apple TV')
	{
	   to_faq('/dvd-converter/');
	}
	
		//MKV to xx
	if (Value1 == 'MKV' && Value2 == 'HD')
	{
	   to_faq('/video-converter/hd-video-converter.htm'); 
	}	
	if (Value1 == 'MKV' && Value2 == 'PS3')
	{
	   to_faq('/video-converter/hd-video-converter.htm');
	}
	if (Value1 == 'MKV' && Value2 == 'Xbox 360')
	{
	   to_faq('/video-converter/hd-video-converter.htm');
	}
	if (Value1 == 'MKV' && Value2 == 'Apple TV')
	{
	   to_faq('/video-converter/free-video-converter.htm');
	}
	if (Value1 == 'MKV' && Value2 == 'H.264')
	{
	   to_faq('/video-converter/free-video-converter.htm');
	}



	//MPG to xx
	if (Value1 == 'MPG' && Value2 == 'iPhone')
	{   
	   to_faq('/video-converter/iphone-video-converter.htm'); //新页面中打开
	}	
	if (Value1 == 'MPG' && Value2 == 'iPad')
	{
	   to_faq('/video-converter/ipad-video-converter.htm');
	}

	if (Value1 == 'MPG' && Value2 == 'iPod')
	{
	   to_faq('/video-converter/ipod-video-converter.htm');
	}
	if (Value1 == 'MPG' && Value2 == 'PSP')
	{
	   to_faq('/video-converter/psp-video-converter.htm');
	}
	if (Value1 == 'MPG' && Value2 == '3GP')
	{
	   to_faq('/video-converter/mobile-3gp-video-converter.htm');
	}
	if (Value1 == 'MPG' && Value2 == 'Nexus One')
	{
	   to_faq('/video-converter/nexus-one-video-converter.htm');
	}
	if (Value1 == 'MPG' && Value2 == 'Blackberry')
	{
	   to_faq('/video-converter/blackberry-video-converter.htm');
	}
	if (Value1 == 'MPG' && Value2 == 'Zune')
	{
	   to_faq('/video-converter/free-video-converter.htm');
	}
	if (Value1 == 'MPG' && Value2 == 'HD')
	{
	   to_faq('/video-converter/hd-video-converter.htm');
	}
	if (Value1 == 'MPG' && Value2 == 'PS3')
	{
	   to_faq('/video-converter/hd-video-converter.htm');
	}
	if (Value1 == 'MPG' && Value2 == 'Xbox 360')
	{
	   to_faq('/video-converter/hd-video-converter.htm');
	}
	if (Value1 == 'MPG' && Value2 == 'Apple TV')
	{
	   to_faq('/video-converter/free-video-converter.htm');
	}
	
		//HD to xx
	if (Value1 == 'HD' && Value2 == 'iPhone')
	{   
	   to_faq('/video-converter/iphone-video-converter.htm'); //新页面中打开
	}	
	if (Value1 == 'HD' && Value2 == 'iPad')
	{
	   to_faq('/video-converter/ipad-video-converter.htm');
	}

	if (Value1 == 'HD' && Value2 == 'iPod')
	{
	   to_faq('/video-converter/ipod-video-converter.htm');
	}
	if (Value1 == 'HD' && Value2 == 'PSP')
	{
	   to_faq('/video-converter/psp-video-converter.htm');
	}
	if (Value1 == 'HD' && Value2 == '3GP')
	{
	   to_faq('/video-converter/mobile-3gp-video-converter.htm');
	}
	if (Value1 == 'HD' && Value2 == 'Nexus One')
	{
	   to_faq('/video-converter/nexus-one-video-converter.htm');
	}
	if (Value1 == 'HD' && Value2 == 'Blackberry')
	{
	   to_faq('/video-converter/blackberry-video-converter.htm');
	}
	if (Value1 == 'HD' && Value2 == 'Zune')
	{
	   to_faq('/video-converter/free-video-converter.htm');
	}
	if (Value1 == 'HD' && Value2 == 'HD')
	{
	   to_faq('/video-converter/hd-video-converter.htm');
	}
	if (Value1 == 'HD' && Value2 == 'PS3')
	{
	   to_faq('/video-converter/hd-video-converter.htm');
	}
	if (Value1 == 'HD' && Value2 == 'Xbox 360')
	{
	   to_faq('/video-converter/hd-video-converter.htm');
	}
	if (Value1 == 'HD' && Value2 == 'Apple TV')
	{
	   to_faq('/video-converter/free-video-converter.htm');
	}
	
			//H.264 to xx
	if (Value1 == 'H.264' && Value2 == 'iPhone')
	{   
	   to_faq('/video-converter/iphone-video-converter.htm'); //新页面中打开
	}	
	if (Value1 == 'H.264' && Value2 == 'iPad')
	{
	   to_faq('/video-converter/ipad-video-converter.htm');
	}

	if (Value1 == 'H.264' && Value2 == 'iPod')
	{
	   to_faq('/video-converter/ipod-video-converter.htm');
	}
	if (Value1 == 'H.264' && Value2 == 'PSP')
	{
	   to_faq('/video-converter/psp-video-converter.htm');
	}
	if (Value1 == 'H.264' && Value2 == '3GP')
	{
	   to_faq('/video-converter/mobile-3gp-video-converter.htm');
	}
	if (Value1 == 'H.264' && Value2 == 'Nexus One')
	{
	   to_faq('/video-converter/nexus-one-video-converter.htm');
	}
	if (Value1 == 'H.264' && Value2 == 'Blackberry')
	{
	   to_faq('/video-converter/blackberry-video-converter.htm');
	}
	if (Value1 == 'H.264' && Value2 == 'Zune')
	{
	   to_faq('/video-converter/free-video-converter.htm');
	}
	if (Value1 == 'H.264' && Value2 == 'HD')
	{
	   to_faq('/video-converter/hd-video-converter.htm');
	}
	if (Value1 == 'H.264' && Value2 == 'PS3')
	{
	   to_faq('/video-converter/hd-video-converter.htm');
	}
	if (Value1 == 'H.264' && Value2 == 'Xbox 360')
	{
	   to_faq('/video-converter/hd-video-converter.htm');
	}
	if (Value1 == 'H.264' && Value2 == 'Apple TV')
	{
	   to_faq('/video-converter/free-video-converter.htm');
	}
	
				//FLV to xx
	if (Value1 == 'FLV' && Value2 == 'iPhone')
	{   
	   to_faq('/video-converter/iphone-video-converter.htm'); //新页面中打开
	}	
	if (Value1 == 'FLV' && Value2 == 'iPad')
	{
	   to_faq('/video-converter/ipad-video-converter.htm');
	}

	if (Value1 == 'FLV' && Value2 == 'iPod')
	{
	   to_faq('/video-converter/ipod-video-converter.htm');
	}
	if (Value1 == 'FLV' && Value2 == 'PSP')
	{
	   to_faq('/video-converter/psp-video-converter.htm');
	}
	if (Value1 == 'FLV' && Value2 == '3GP')
	{
	   to_faq('/video-converter/mobile-3gp-video-converter.htm');
	}
	if (Value1 == 'FLV' && Value2 == 'Nexus One')
	{
	   to_faq('/video-converter/nexus-one-video-converter.htm');
	}
	if (Value1 == 'FLV' && Value2 == 'Blackberry')
	{
	   to_faq('/video-converter/blackberry-video-converter.htm');
	}
	if (Value1 == 'FLV' && Value2 == 'Zune')
	{
	   to_faq('/video-converter/free-video-converter.htm');
	}
	if (Value1 == 'FLV' && Value2 == 'HD')
	{
	   to_faq('/video-converter/hd-video-converter.htm.htm');
	}
	if (Value1 == 'FLV' && Value2 == 'PS3')
	{
	   to_faq('/video-converter/hd-video-converter.htm');
	}
	if (Value1 == 'FLV' && Value2 == 'Xbox 360')
	{
	   to_faq('/video-converter/hd-video-converter.htm');
	}
	if (Value1 == 'FLV' && Value2 == 'Apple TV')
	{
	   to_faq('/video-converter/free-video-converter.htm');
	}
	
					//MOV to xx
	if (Value1 == 'MOV' && Value2 == 'iPhone')
	{   
	   to_faq('/video-converter/iphone-video-converter.htm'); //新页面中打开
	}	
	if (Value1 == 'MOV' && Value2 == 'iPad')
	{
	   to_faq('/video-converter/ipad-video-converter.htm');
	}

	if (Value1 == 'MOV' && Value2 == 'iPod')
	{
	   to_faq('/video-converter/ipod-video-converter.htm');
	}
	if (Value1 == 'MOV' && Value2 == 'PSP')
	{
	   to_faq('/video-converter/psp-video-converter.htm');
	}
	if (Value1 == 'MOV' && Value2 == '3GP')
	{
	   to_faq('/video-converter/mobile-3gp-video-converter.htm');
	}
	if (Value1 == 'MOV' && Value2 == 'Nexus One')
	{
	   to_faq('/video-converter/nexus-one-video-converter.htm');
	}
	if (Value1 == 'MOV' && Value2 == 'Blackberry')
	{
	   to_faq('/video-converter/blackberry-video-converter.htm');
	}
	if (Value1 == 'MOV' && Value2 == 'Zune')
	{
	   to_faq('/video-converter/free-video-converter.htm');
	}
	if (Value1 == 'MOV' && Value2 == 'HD')
	{
	   to_faq('/video-converter/hd-video-converter.htm');
	}
	if (Value1 == 'MOV' && Value2 == 'PS3')
	{
	   to_faq('/video-converter/hd-video-converter.htm');
	}
	if (Value1 == 'MOV' && Value2 == 'Xbox 360')
	{
	   to_faq('/video-converter/hd-video-converter.htm');
	}
	if (Value1 == 'MOV' && Value2 == 'Apple TV')
	{
	   to_faq('/video-converter/free-video-converter.htm');
	}
	
						//M2TS to xx
	if (Value1 == 'M2TS' && Value2 == 'iPhone')
	{   
	   to_faq('/video-converter/iphone-video-converter.htm'); //新页面中打开
	}	
	if (Value1 == 'M2TS' && Value2 == 'iPad')
	{
	   to_faq('/video-converter/ipad-video-converter.htm');
	}

	if (Value1 == 'M2TS' && Value2 == 'iPod')
	{
	   to_faq('/video-converter/ipod-video-converter.htm');
	}
	if (Value1 == 'M2TS' && Value2 == 'PSP')
	{
	   to_faq('/video-converter/psp-video-converter.htm');
	}
	if (Value1 == 'M2TS' && Value2 == '3GP')
	{
	   to_faq('/video-converter/mobile-3gp-video-converter.htm');
	}
	if (Value1 == 'M2TS' && Value2 == 'Nexus One')
	{
	   to_faq('/video-converter/nexus-one-video-converter.htm');
	}
	if (Value1 == 'M2TS' && Value2 == 'Blackberry')
	{
	   to_faq('/video-converter/blackberry-video-converter.htm');
	}
	if (Value1 == 'M2TS' && Value2 == 'Zune')
	{
	   to_faq('/video-converter/free-video-converter.htm');
	}
	if (Value1 == 'M2TS' && Value2 == 'HD')
	{
	   to_faq('/video-converter/hd-video-converter.htm');
	}
	if (Value1 == 'M2TS' && Value2 == 'PS3')
	{
	   to_faq('/video-converter/hd-video-converter.htm');
	}
	if (Value1 == 'M2TS' && Value2 == 'Xbox 360')
	{
	   to_faq('/video-converter/hd-video-converter.htm');
	}
	if (Value1 == 'M2TS' && Value2 == 'Apple TV')
	{
	   to_faq('/video-converter/free-video-converter.htm');
	}
	
							//3GP to xx
	if (Value1 == '3GP' && Value2 == 'iPhone')
	{   
	   to_faq('/video-converter/iphone-video-converter.htm'); //新页面中打开
	}	
	if (Value1 == '3GP' && Value2 == 'iPad')
	{
	   to_faq('/video-converter/ipad-video-converter.htm');
	}

	if (Value1 == '3GP' && Value2 == 'iPod')
	{
	   to_faq('/video-converter/ipod-video-converter.htm');
	}
	if (Value1 == '3GP' && Value2 == 'PSP')
	{
	   to_faq('/video-converter/psp-video-converter.htm');
	}
	if (Value1 == '3GP' && Value2 == '3GP')
	{
	   to_faq('/video-converter/mobile-3gp-video-converter.htm');
	}
	if (Value1 == '3GP' && Value2 == 'Nexus One')
	{
	   to_faq('/video-converter/nexus-one-video-converter.htm');
	}
	if (Value1 == '3GP' && Value2 == 'Blackberry')
	{
	   to_faq('/video-converter/blackberry-video-converter.htm');
	}
	if (Value1 == '3GP' && Value2 == 'Zune')
	{
	   to_faq('/video-converter/free-video-converter.htm');
	}
	if (Value1 == '3GP' && Value2 == 'HD')
	{
	   to_faq('/video-converter/hd-video-converter.htm');
	}
	if (Value1 == '3GP' && Value2 == 'PS3')
	{
	   to_faq('/video-converter/hd-video-converter.htm');
	}
	if (Value1 == '3GP' && Value2 == 'Xbox 360')
	{
	   to_faq('/video-converter/hd-video-converter.htm');
	}
	if (Value1 == '3GP' && Value2 == 'Apple TV')
	{
	   to_faq('/video-converter/free-video-converter.htm');
	}
	
								//Others to xx
	if (Value1 == 'Others' && Value2 == 'iPhone')
	{   
	   to_faq('/video-converter/iphone-video-converter.htm'); //新页面中打开
	}	
	if (Value1 == 'Others' && Value2 == 'iPad')
	{
	   to_faq('/video-converter/ipad-video-converter.htm');
	}

	if (Value1 == 'Others' && Value2 == 'iPod')
	{
	   to_faq('/video-converter/ipod-video-converter.htm');
	}
	if (Value1 == 'Others' && Value2 == 'PSP')
	{
	   to_faq('/video-converter/psp-video-converter.htm');
	}
	if (Value1 == 'Others' && Value2 == '3GP')
	{
	   to_faq('/video-converter/mobile-3gp-video-converter.htm');
	}
	if (Value1 == 'Others' && Value2 == 'Nexus One')
	{
	   to_faq('/video-converter/nexus-one-video-converter.htm');
	}
	if (Value1 == 'Others' && Value2 == 'Blackberry')
	{
	   to_faq('/video-converter/blackberry-video-converter.htm');
	}
	if (Value1 == 'Others' && Value2 == 'Zune')
	{
	   to_faq('/video-converter/free-video-converter.htm');
	}
	if (Value1 == 'Others' && Value2 == 'HD')
	{
	   to_faq('/video-converter/hd-video-converter.htm');
	}
	if (Value1 == 'Others' && Value2 == 'PS3')
	{
	   to_faq('/video-converter/hd-video-converter.htm');
	}
	if (Value1 == 'Others' && Value2 == 'Xbox 360')
	{
	   to_faq('/video-converter/hd-video-converter.htm');
	}
	if (Value1 == 'Others' && Value2 == 'Apple TV')
	{
	   to_faq('/video-converter/free-video-converter.htm');
	}
	
}