// Javascript code for MeetingConnections

//---------------------------------------------------------
// popup for misc images, called from Fun Stuff page

var Pwin
function mcPop(name) { 
	var p = "http://kennective.com/_preview/images/" + name;
Pwin = window.open(p,'Pwin','width=450,height=460,scrollbars=0,resizable=no,toolbar=no,top=100,left=100');
this.Pwin.focus(); 
}

<!-- Begin
function right(e) {
if (navigator.appName == 'Netscape' && 
(e.which == 3 || e.which == 2))
return false;
else if (navigator.appName == 'Microsoft Internet Explorer' && 
(event.button == 2 || event.button == 3)) {
alert("Sorry, you do not have permission to right click.  Please contact us for permission to use any text or graphics on this site.  All materials are copyright protected.");
return false;
}
return true;
}

document.onmousedown=right;
if (document.layers) window.captureEvents(Event.MOUSEDOWN);
window.onmousedown=right;
//  End -->

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}



