Printing the Options (cont'd...):
function print(){ text= " Dynamic Web Page" + " " + "" + "Selections made by you:" + "Shoes: " + p_shoes + ", Price: $" + v_shoes + "
" + "Slacks: " + p_slacks + ", Price: $" + v_slacks + "
" + "Dress Coat: " + p_coat + ", Price: $" + v_coat + "
" // continued in the next page...