function getForm(key){ for ( var i = 0; i < document.forms.length; i++ ) if ( document.forms[i].id == key ) return document.forms[i]; } function prePopulate(){ }