<!--
function openPopUp(myLink,windowName){
if(! window.focus)return;
var myWin=window.open("",windowName,"width=640,height=560,dependent=yes,scrollbars=yes,left=150,top=20");
myWin.focus();
myLink.target=windowName;
}

function over(img1,ref1){
  if (document.images){document.images[img1].src = ref1;}}
function notover(img1,ref1){
  if (document.images){document.images[img1].src = ref1;}}

function load_images() {
var image1 = new Image();
image1.src = 'images/about_advertising_2.jpg';
var image2 = new Image();
image2.src = 'images/contact_advertising_2.jpg';
var image3 = new Image();
image3.src = 'images/advertising_consultation_2.jpg';
var image4 = new Image();
image4.src = 'images/advertising_contact_2.jpg';
var image5 = new Image();
image5.src = 'images/advertising_home_2.jpg';
var image6 = new Image();
image6.src = 'images/advertising_partnership_2.jpg';
var image7 = new Image();
image7.src = 'images/advertising_promotion_2.jpg';
var image8 = new Image();
image8.src = 'images/media_planning_2.jpg';
var image9 = new Image();
image9.src = 'images/advertising_consultation_2_2.jpg';
var image10 = new Image();
image10.src = 'images/media_planning_2_2.jpg';
var image11 = new Image();
image11.src = 'images/advertising_promotion_2_2.jpg';
var image12 = new Image();
image12.src = 'images/advertising_partnership_2_2.jpg';
}  

var message='Copyright © Howard Zwick LLC';
function On_Click(key) { 
if (document.all) { 
if (event.button == 2) { 
alert('Copyright © Howard Zwick LLC'); 
return false; } 
} 
if (document.layers) { 
if (key.which == 3) { 
alert('Copyright © Howard Zwick LLC');
return false; }
}
} 
if (document.layers) { 
document.captureEvents(Event.MOUSEDOWN); } 
document.onmousedown=On_Click; 

function checkForm(){
 if (document.forms.realname.value.length ==0){
  alert("Please enter your Name.")
  document.forms.realname.focus()
  return false}
 if (document.forms.email.value=="") {
  alert("Please enter your Email Address.")
  document.forms.email.focus()
  return false}
  var foundAt = document.forms.email.value.indexOf("@",0)
   if (foundAt < 1) {
    alert ("Email address should contain an @ character!")
    document.forms.email.focus()
    return false}
  var foundDot = document.forms.email.value.indexOf(".",0)
   if (foundDot < 1) {
    alert ("Email address should contain a . character!")
    document.forms.email.focus()
    return false}
 if (document.forms.Comments.value.length ==0){
  alert("Please enter your comments, questions or suggestions.")
  document.forms.Comments.focus()
  return false}
}

/* OLD VERSION function NoSpamMail(username,domain,extension,subject){
document.write('<a href="'+'mailto:'+username+'@'+domain+'.'+extension+'?Subject='+subject+'">'+username+'@'+domain+'.'+extension+'</a>');
}*/

function NoSpamMail(esilk_text,esilk_subj,esilk_ext,esilk_dom,esilk_usr){
var esilk_dot = "&#46;"
var esilk_at = "&#064;"
var esilk_recip = esilk_usr + esilk_at + esilk_dom + esilk_dot + esilk_ext
var esilk_s = "&#63;&#83;&#117;&#98;&#106;&#101;&#99;&#116;&#61;"
var esilk_m = "&#109;&#097;&#105;&#108;"
var esilk_t = "&#116;&#111;&#58;"
var esilk_url = esilk_m + esilk_t + esilk_recip + esilk_s + esilk_subj
var a = "<a href=\""
var b = "\">"
var c = "</a>"
document.write(a + esilk_url + b + esilk_text + c)
}

//-->