v_link = window.location;
v_title = document.title;
v_subj = "Bookshelf Portal Pages Feedback, MidMarket Edition, V 7.5.2 November 2002";
v_msg1 = "\n\n\n----------------------------------\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 + ">>" + " ";
}


