v_link = window.location;
v_title = document.title;
v_subj = "Siebel Bookshelf, V 7.5.x Current Edition (SupportWeb) Feedback";
v_msg1 = "\n\n\n----------------------------------\nPlease do not change the subject line of this message.\nWe appreciate your comments.\nTechnical Publications, Siebel Systems, Inc.\n\nDocument Information:\nTitle: ";
v_msg2 = "\nFile: ";

function mailFeedback() {
window.location = "mailto:doc@siebel.com" + "?subject=" + v_subj + "&body=" + escape(v_msg1) + " " + document.title + escape(v_msg2) + "<<" + v_link + ">>" + " ";
}
