﻿function getObject(id)
{
if(document.all)
return document.all[id];
return document.getElementById(id);
}
