// JavaScript Document
$(document).ready(function(){
	if (/MSIE (\d+\.\d+);/.test(navigator.userAgent)){
		$("#mnfc_name").dropdownReplacement({selectCssWidth: 174, optionsDisplayNum: 13, onSelect : function(value, text, selectIndex){ }});
		$("#scale_name").dropdownReplacement({selectCssWidth: 174, optionsDisplayNum: 13, onSelect : function(value, text, selectIndex){}});
		$("#cat_name").dropdownReplacement({selectCssWidth: 174, optionsDisplayNum: 13, onSelect : function(value, text, selectIndex){	}});
		
		$("#army_aviation").dropdownReplacement({selectCssWidth: 174, optionsDisplayNum: 13, onSelect : function(value, text, selectIndex){ }});
		$("#army_armour").dropdownReplacement({selectCssWidth: 174, optionsDisplayNum: 13, onSelect : function(value, text, selectIndex){ }});
		
		$("#aust_civil").dropdownReplacement({selectCssWidth: 174, optionsDisplayNum: 13, onSelect : function(value, text, selectIndex){ }});
		$("#afc").dropdownReplacement({selectCssWidth: 174, optionsDisplayNum: 13, onSelect : function(value, text, selectIndex){ }});
		$("#raff_series1").dropdownReplacement({selectCssWidth: 174, optionsDisplayNum: 13, onSelect : function(value, text, selectIndex){ }});
		$("#raff_series2").dropdownReplacement({selectCssWidth: 174, optionsDisplayNum: 13, onSelect : function(value, text, selectIndex){	}});
		$("#raff_series3").dropdownReplacement({selectCssWidth: 174, optionsDisplayNum: 13, onSelect : function(value, text, selectIndex){	}});
		$("#raff_non_a_series_pre_ww2").dropdownReplacement({selectCssWidth: 174, optionsDisplayNum: 13, onSelect : function(value, text, selectIndex){ }});
		$("#raff_non_a_series_ww2").dropdownReplacement({selectCssWidth: 174, optionsDisplayNum: 13, onSelect : function(value, text, selectIndex){}});
		$("#raff_non_a_series_post_ww2").dropdownReplacement({selectCssWidth: 174, optionsDisplayNum: 13, onSelect : function(value, text, selectIndex){}});
		$("#ran").dropdownReplacement({selectCssWidth: 174, optionsDisplayNum: 13, onSelect : function(value, text, selectIndex){}});
	}
});
