// HV Menu- by Ger Versluis (http://www.burmees.nl/) // Submitted to Dynamic Drive (http://www.dynamicdrive.com) // Visit http://www.dynamicdrive.com for this script and more function Go() { return; } // Function: processPage // Parameters: // Description: This function sets the page action and what is // selected and sumbits that info to the next page // Author: Christopher M. Black (cblack@code-guru.com) // Date Created: 2003-01-06 function processPage(task, id) { document.data.task.value = task; document.data.id.value = id; //alert("task: " + task + "\n\nID: " + id); document.data.submit(); } function simplePreload() { var args = simplePreload.arguments; document.imageArray = new Array(args.length); for(var i=0; i