
function showHand(id) {
	var oObj = document.getElementById(id);

	oObj.style.cursor="pointer";
}

function changePic(sURL,id) {
	document.getElementById(id).src = sURL;
}

function offnen1() {
	Window2=open("/tuev.php","","screenX=0,screenY=0,height=600,width=800,scrollbars=no,status=yes,resizeable=yes");
}

function go(sUrl) {
	window.location.href = sUrl;
}
