function KeyPress() 
{
//alert(window.event.keyCode)
if (window.event.keyCode == 13) //Enter
window.event.keyCode =0;
} 
