function show_p(e,t,bit){

	var objs=document.getElementById('ttip');

	var marr=new Array;
	marr['epromptc']="We are one of our most recent and proud customers; Epromptc features top web site development and design capabilities";
	marr['bettor']="Bettor Betting is one of our most current clients. Their site will enable cappers to give bettors a better chance of winning their odds.";
	marr['moreaces']="Moreaces is one of the many new projects at epromptc.com. This site features search functions for freelance job hunters and employeers  ";
	marr['zellomesh']="Zellomesh is a community web site featuring games, artwork, music and more ";
	marr['talkofto']="The night life of Toronto, Canada is embeded into Talkoftoronto.com";
	marr['helpamillion']="As the name suggests, Helpamillion has a million items to get its users excited.";
	marr['skyblue']="Skyblue Sales is one of Canadas up and coming cell phone wholesalers";
	marr['betmore2']="Betmore.info or the BetMore product is one of Eprompt C's top software titles";
	marr['searchboy']="Search boy is a real time search site, Made in Canda.";
	marr['vega']="Vega rental Properties is a small Real Estate Broker company in North America";
	marr['samsaugh']="Sam Saugh Clothing, A young Canadian Fashion business";
	marr['betmore']="Betmore.info or the BetMore product is one of Eprompt C's top software titles";
	marr['greatercharleston']="Greater Charleston as its name suggest showcases the best of Greater Charleston";
	
	var info=objs.style.display;
	var obtab=document.getElementById('table5');
	
	if(bit){
		objs.innerHTML=marr[t.name];
		var usera=navigator.userAgent.toLowerCase();
		if((document.all && usera.indexOf('opera')==-1) ){		
			
			if(document.documentElement){
			
				clyp=(document.body.scrollTop>2)?document.body.scrollTop/1.5:0;
				cly=obtab.scrollTop+clyp;
				
				clx=obtab.scrollLeft;
				
				objs.style.top=((e.clientY+cly)-170)+'px';
				objs.style.left=((e.clientX)-175)+'px';
				window.status=obtab.scrollTop+" "+document.body.scrollTop;
			}
			
		}else{
			pgy=obtab.scrollTop;
			pgx=obtab.scrollLeft;
			if(usera.indexOf('opera')==-1){
				pgy=0;
			}

			objs.style.top=((e.pageY+pgy)-5)+'px';
			objs.style.left=(e.pageX+5)+'px';
			
			window.status=obtab.scrollTop;
		}
		objs.style.display='';
	}else{
		objs.style.display='none';
	}
}
