
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)) {
confirm("Neuro Innovations \n---------------------------------------------- \n- Software \n- Project Management \n- Web Development \n- Database Quality Management \n- Business Process Re-engineering \n- Process Automation \n- Application Development \n- Management Consulting");
return false;
}
return true;
}
document.onmousedown=right;
document.onmouseup=right;
if (document.layers) window.captureEvents(Event.MOUSEDOWN);
if (document.layers) window.captureEvents(Event.MOUSEUP);
window.onmousedown=right;
window.onmouseup=right;


function MM_preloadImages() 
{ 
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

MM_preloadImages('world.jpg','rightcurve.jpg.jpg','corner_50_50a.jpg','fish.jpg');

// frame breakout
	setTimeout ("changePage()", 3000);
	function changePage() {
		return null;
		if (self.parent.frames.length != 0)
			self.parent.location=document.location;
		}

		<!--
		function popsearch(mylink, windowname)
		{
		if (! window.focus)return true;
		var href;
		if (typeof(mylink) == 'string')
   			href=mylink;
		else
   			href=mylink.href;
			window.open(href, windowname, 'top=300,left=300,width=250,height=200,scrollbars=no');
		return false;
		}

function popalert(mylink, windowname)
		{
		if (! window.focus)return true;
		var href;
		if (typeof(mylink) == 'string')
   			href=mylink;
		else
   			href=mylink.href;
			window.open(href, windowname, 'top=200,left=200,width=400,height=350,scrollbars=yes,resizable=yes');
		return false;
		}


function popup(mylink, windowname)
		{
		if (! window.focus)return true;
		var href;
		if (typeof(mylink) == 'string')
   			href=mylink;
		else
   			href=mylink.href;
			window.open(href, windowname, 'top=300,left=200,width=500,height=300,scrollbars=no');
		return false;
		}

