END; if ($palm) { if ($doDetect) { echo << END; } else if ($doInstall) { echo << END; } echo << function SetupTimer() { END; if ($doInstall) { echo << END; if ($doDetect) { echo << var allcookies = document.cookie; var pos = allcookies.indexOf("turboback="); if (pos != -1) { var start = pos+10; var end = allcookies.indexOf(";",start); if (end == -1) end = allcookies.length; pos = allcookies.substring(start,end); } if (pos == 'Y') history.back(); else { document.write("
"); document.write("

Preparing $Title $Version for download.

"); document.write("

This may take up to 30 seconds...

"); document.write("
"); } END; } else if ($needNewerInstaller) echo <<

A newer version of the PalmSource Installer is required to install $Title $Version.

Before you can proceed, you need to install the latest version of the PalmSource Installer. After you do so, this download will automatically resume.

Update the latest PalmSource Installer. END; else if ($needInstaller) echo <<$Title $Version supports wireless installation to handheld devices using the PalmSource Installer.

Before you can proceed, you need to install the latest version of the PalmSource Installer. After you do so, this download will automatically resume.

Install the PalmSource Installer. END; else { echo << $Title $Version should begin downloading momentarily. If it does not load, click here. END; if (!$skipCookie) echo <<

END; echo << END; } echo << END; } else { echo << END; if ($windows) { echo << if (navigator.plugins && navigator.plugins.length) { document.write(""); document.write("Install $Title $Version"); } else if (navigator.mimeTypes && navigator.mimeTypes.length) { document.write("Install $Title $Version"); } else { document.write(""); document.write("Install $Title $Version"); }