function showInfoPopup(sTitle,sText){
	getObject('InfoPopupHeader').innerHTML = sTitle
	getObject('InfoPopupText').innerHTML = sText
	
	startMouseFollow('InfoPopup',10,-23)
}

function applyInfoPopup(elementid,sTitle,sText){
}