function cleartext(){document.emailform.email.value=" sent :) ";document.emailform.zip.value=" ";return false}function cleartext1(){document.emailform1.email.value=" sent :) ";document.emailform1.note.value=" sent :) ";return false}function changeTwo(){document.getElementById('link1').style.cursor='default';document.getElementById('link2').style.cursor='default';document.getElementById("imgIDa").src="http://www.andrews.com/img/cpsavedphbutton.gif";document.getElementById("imgIDb").src="http://www.andrews.com/img/cpsavedphbutton.gif";return false}var curr_id=-1;$(document).ready(function(){$('a.click').click(function(){var id=$(this).attr('id');id=id.substr(5);var html=$('#content'+id).html();if(id!=curr_id){$('#placeholder').fadeOut(1000,function(){$(this).empty().html(html).fadeIn('slow')});curr_id=id}else{$('#placeholder').hide('slow');curr_id=-1}return false});$('a.close').live("click",(function(){$('#placeholder').hide('slow');curr_id=-1;return false}))});