// JavaScript Document

$(document).ready(function(arg) {
	
	$("select").msDropDown();
	$("select").hide();
	
	
})

