/* JavaScript Comment:
BEGIN Web Guru Email Link Code © KA4ZXL Web Designs 1998. [WPOISON] 2008: Added Confirmation function . This Script is capable of sending to multiple addresses in each of the available fields; 'To', 'Cc', and 'Bcc'. The Variables - Answer: text of the Confirm Window; EndC, EndN, EndO: (.com, .net, .org) of address; Serv1, Serv2, Serv3: Domain Name or ServerID; UID1, UID2, UID3: unique UserIDs; MsgSubj: Message Subject; MsgBody: Message BodyText; PuzzleBox: ALL Message variables assembled; FireInTheHole: Triggers Email generation.  Feel free to utilize this code - if you can understand it! (FYI - MSIE has a maximum URL length of 2,083 characters, 2048 useable .) */
function Ka4zxlWD() {
	var Answer, EndC, EndN, EndO, Serv1, Serv2, Serv3, UID1, UID2, UID3, MsgSubj, MsgBody, PuzzleBox, FireInTheHole; // Variables Declaired
  Answer = confirm("=========================\n    Your Confirmation is REQUIRED.\n    Please Choose an *Option Below.\n=========================\n\nYour Inquiries are Welcomed at KA4ZXL\nWeb Designs. You are Begining an Email \nto our Senior Designer, John D Murphy. \n\n*Select 'OK' to Continue.\n\nYour Default Email Client should OPEN \nwith the REQUIRED Fields Pre-Filled. \nType your message and click \'Send\'.\n\n*Select 'Cancel' to ABORT.\n\nCode © KA4ZXL Web Designs.");
  EndC = "%2E%63%6F%6D"; /* For '.com'. KA4ZXL Web Designs */ EndN = "%2E%6E%65%74"; /* For '.net'. */ EndO = "%2E%6F%72%67"; /* For '.org'. */
  Serv1 = "%67%6D%61%69%6C"; /* Server: KA4ZXL Web Designs */ Serv2 = ""; /* Server: Empty */ Serv3 = ""; /* Server: Empty */
  UID1 = "%6B%61%34%7A%78%6C@"; /* UserID: KA4ZXL Web Designs */ UID2 = "[UID]@"; /* UserID: (UNdefined.) */ UID3 = "[UID]@"; /* UserID: (UNdefined.) */
  MsgSubj = "Website: www.w4shl.com"; /* Client: Shelby County ARC. */
  MsgBody = "KA4ZXL Web Designs welcomes your comments with regard to the FUNCTION of THIS website. If you have an inquiry about Page Content, please contact our client directly. %0ASenior Designer, John David Murphy, KA4ZXL holds an Amateur Extra Class Amateur Radio License and is a member of the American Radio Relay League (ARRL) and the Shelby County ARC; John enjoys writing and debugging xHTML, HTML, CSS, and JavaScript code. %0APlease REMOVE these lines from your Message before Sending. %0A"; /* Message is NOT Site specific. */ 
  PuzzleBox = UID1 + Serv1 + EndC /*+ '?cc=' + UID2 + Serv2 + EndN  + '?bcc=' + UID3 + Serv3 + EndX  */+ '&subject=' + MsgSubj + '&body=' + MsgBody; // Message variables assembled.
  FireInTheHole = "mailto:" + PuzzleBox; 
  if (Answer){parent.location = FireInTheHole;} // Output when OK is clicked
  else{alert("======================\n  Action Successfully ABORTED!\n======================\n\nClick \'OK\' to Return FOCUS to your Browser.\n\nCode © KA4ZXL Web Designs.");}} // Output when Cancel is clicked
// END Web Guru Email Link Code © KA4ZXL Web Designs.
