function SelectAll(id)
{
    document.getElementById(id).focus();
    document.getElementById(id).select();
}

function hide()
{

	document.getElementById('submitdiv').innerHTML='<BLINK>Please Wait. This might take a few seconds.</BLINK>';
    document.getElementById('reoprtdiv').innerHTML='  ';	 
}

