function preloadImages(myImages){var newImage = new Image();for(i=0;i < myImages.length;i++){newImage.src = myImages[i];}}
function formpost(formname){document.getElementById(formname).submit();}
function changeSRC(obj,img){obj.src=img;}
function changeStyle(obj,style){obj.className=style;}
function clearText(obj,text){if(obj.value == text) obj.value = '';}
function clearText2(obj,text){if(obj.value == '') obj.value = text;}
function printDoc(){window.print();}
function changeUrlForm(list){location.href = 'mileage.php?ref='+list.options[list.selectedIndex].value;}
