function mOvr(src,clrOver) {
	if (!src.contains(event.fromElement)) {
	  src.style.cursor = 'hand';
	  src.bgColor = clrOver;
	}
}

function mOut(src,clrIn) {
	if (!src.contains(event.toElement)) {
	  src.style.cursor = 'default';
	  src.bgColor = clrIn;
	}
}

function fotos(ende){ window.open (ende,'','width=550,height=500');}

function ShowColorPicker(butID)
	{
		document.all["textboxFromDate"].value = window.showModalDialog('ColorPicker.htm',document.all["textboxFromDate"].value,'dialogHeight:455px;dialogWidth:370px;center:Yes;help:No;scroll:No;resizable:No;status:No;');
	}
