v_link = window.location;
v_title = document.title;
v_subj = "Siebel Bookshelf v8.0 Feedback";
v_msg1 = "\n\n\n----------------------------------\nPlease do not change the subject line of this message.\nWe appreciate your comments.\nOracle's CRM Technical Publications\n\nDocument Information:\nTitle: ";
v_msg2 = "\nFile: ";

function mailFeedback() {
window.location = "mailto:siebeldoc_ww@oracle.com" + "?subject=" + v_subj + "&body=" + escape(v_msg1) + " " + document.title + escape(v_msg2) + "<<" + v_link + ">>" + " ";
}
