function getid(name)
{
	var temp=document.all? document.all[name] : document.getElementById? document.getElementById(name) : "";
	return temp;
}
