function displayHTM(theHTM, theTitle, theHeight, theWidth, theLeft, theTop, theScrollbar)
{
	msg=window.open(theHTM,"msg","height=" + theHeight + ",width=" + theWidth + ",left=" + theLeft + ",top=" + theTop + ",scrollbars=" + theScrollbar);

}