// JavaScript Document

$(document).ready(function(){
	if($('input[type="password"]').hasClass('txtPass')){
		initChangeValueInputTypePass();
	}
});
