// hides teh poo function no_error() { return true; } window.onerror=no_error; // clear function doClear(theText) { if (theText.value == theText.defaultValue) { theText.value = "" } } /* removes title attributes from links window.onload = function() { var alinks = document.getElementsByTagName("a"); for (var i = 0; i < alinks.length; i++) { alinks[i].removeAttribute("title"); } } */ // needed? function checkCost() { var counter=0; var grandtotal=0; for (var i=0; i= 4){win.window.focus();} }