function PopupMessage(windowName, width, height,scrollbars)
{
	msgWindow=window.open(windowName,"","resizable=yes,menubar=no,toolbar=no,height=" + height + ",width=" + width + ",left=390" + ",scrollbars=" + scrollbars);
}
 