function printpage()  {  window.print()  }    function initMail(form) {text = "Check out this page:  " + window.location;form.message.value = "Hi " + form.sendto.value + " (" + form.to.value + "):\n\n" + text + "\n\nYour Friend,\n" + form.sendername.value + "(" + form.senderemail.value + ")";return (form.to.value != "");}function contact(){contact_str = "mailto:Karlo@KarloBerger.com";location.href = contact_str;}function mailpage(){mail_str = "mailto:?subject=Check out this link...";mail_str += "&body=I thought you might be interested in this link: %0D";mail_str += location.href;location.href = mail_str;}