function CCpl() {
  var d=document; if(d.images){ if(!d.CC_p) d.CC_p=new Array();
    var i,j=d.CC_p.length,a=CCpl.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.CC_p[j]=new Image; d.CC_p[j++].src=a[i];}}
}
function cancelBubbling(evt){
   if(!evt) var evt = window.event;
     evt.cancelBubble = true;	//IE style
     if (evt.stopPropagation) evt.stopPropagation();// MOZ style
}
function showRightClickMenu(e){
    alert("All site images and content Copyright 2012 Infrastructure Engineers, Inc. Please Do Not Copy Images or Content.");
    cancelBubbling(e);
}

