////////////////// Common functions ///////////////////
function num()
{if(event.keyCode<46 || event.keyCode>57) event.returnValue=false;}
