browserdetect=document.all? "ie" : typeof document.getElementById? "mozilla" : typeof document.layers? "mozilla" : "ie"
