function ieSubmit(e, el){
if (document.documentElement.filters){
	if (e.keyCode=='13'){
	el.submit()
	return false;
	}
}
}