function showevent(arg,evt) {
				flholder=findObj('floatlayer');
				flholder.innerHTML=findObj(arg).innerHTML;
				flholder.style.left=(evt.clientX+5)+'px';
				flholder.style.top=(evt.clientY+5)+'px';
}
function hideevent(arg) {
				findObj("floatlayer").innerHTML="";
}
function vcalSubmit(arg) {
	if (! window.focus)return true;
	vcardpop=window.open('', 'vcp', 'height=2,width=2');
	findObj(arg).action='/includes/vCalendar.php';
	findObj(arg).target='vcp';
	findObj(arg).submit();
	self.setTimeout('popclose()', 5000);
	return true;
}
function popclose(){
	vcardpop.close()
}