home *** CD-ROM | disk | FTP | other *** search
- <!-- to hide script contents from old browsers
-
- var thePath = "";
-
-
- function go(msg)
- {
- if (msg == thePath) {
- return(checkData());
- }
- return(false);
- }
-
- function doGo()
- {
- parent.controls.go("Next");
- }
-
- function setPath(msg)
- {
- thePath = msg;
- setTimeout("doGo()",1);
- }
-
- function checkData()
- {
- return(true);
- }
-
-
-
- function loadData()
- {
- if (parent && parent.controls && parent.controls.generateControls) {
- parent.controls.generateControls();
- }
- }
-
-
-
- function saveData()
- {
- }
-
-
-
- // end hiding contents from old browsers -->
-