function showPriceMoreBooksForm(spanId)
{
	document.getElementById(spanId).innerHTML=("<div id=\"enter_more_isbns\"><form name=\"priceQuoteForm\" action=\"main.php\" method=\"post\" onsubmit=\"if(priceQuoteForm.isbn.value=='') {alert('Please enter an ISBN.'); return false;}\"><h3>Price more ISBN&#39;s:</h3><p class=\"tiny_text\">(Separate each with a new line)<br><textarea id=\"price_my_books_textarea\" name=\"isbn\" class=\"double_b\" wrap=\"physical\" cols=\"18\" rows=\"3\" onKeyUp=\"textarea_trimmer(this.form.isbn,1420);\"></textarea></p><p><input type=\"image\" src=\"/images/btn_price_more_books.gif\" border=\"0\"></p></form></div>");
}