﻿if (document.all||document.getElementById)
{
document.write("you're DHTML compatible, ");
var is_dhtml = true;
}
else
{
document.write("you're not DHTML compatible, ");
var is_dhtml = false;
}