				function gotoLanguagePage() {
				
				
				var languageId = document.languagePage.selectLanguage.options[document.languagePage.selectLanguage.selectedIndex].value
				 	          
					if (document.languagePage.selectLanguage.selectedIndex == 0){
						
						//alert("test"); 			           	          
					}
					
					else {
						//alert(languageId);
						window.location = "/exporter_directory.export_markets/11/0/Exports/Exports/Export Markets.mspx?languageId="+languageId;
					}
			          
		       
		         }