initial commit

This commit is contained in:
Siwat Sirichai 2025-06-08 16:22:20 +07:00
commit 252dac3143
1516 changed files with 694271 additions and 0 deletions

View file

@ -0,0 +1,8 @@

function ShowHelp(section) {
version = "9.2.0"
url = "http://www.ironspeed.com/Designer/" + version + "/WebHelp/" + section
newwindow = window.open(url,'name','left=100,top=100,scrollbars=yes,resizable=yes,menubar=yes,location=yes,status=yes,titlebar=yes,toolbar=yes');
if (window.focus) {newwindow.focus()}
return false;
}