function confirmLink(theLink, theSqlQuery){
	if(confirmMsg == '' || typeof(window.opera) != 'undefined') return true;	
	return confirm('Mchten Sie folgende Aktion ausf&ouml;hren:\n' + theSqlQuery);
}