function doEnter(key) {
	if (window.event.shiftKey) 
{
if (window.event.keyCode == 13) 
{alert('That\'s the % key')};

}
}
