
function mOver(id, img){
 document.getElementById(id).src = img;
}

function mOut(id, img){
 document.getElementById(id).src=img;
}


function popup(itemid){
	var myLocation = document.location.pathname;
	var xxx = myLocation.lastIndexOf("/");
	var myPath = myLocation.substr(0,xxx);
	myWindow = window.open(myPath+'/newspopup.php?newsid='+itemid, "_new", "width=400,height=500,location=no,menubar=no,resizable=no,scrollbars=yes");
}


function ecardpopup(item, beschreibung){
	var myLocation = document.location.pathname;
	var xxx = myLocation.lastIndexOf("/");
	var myPath = myLocation.substr(0,xxx);
	myWindow = window.open(myPath+'/ecards/ecard_form.php?pic='+item+'&desc='+beschreibung, "_new", "width=840,height=600,location=no,menubar=no,resizable=no,scrollbars=no");

}

function imgpopup(image,  w, h, title){

	var myLocation = document.location.pathname;
	var xxx = myLocation.lastIndexOf("/");
	var myPath = myLocation.substr(0,xxx);
	myWindow = window.open(myPath+'/imagepopup.php?image='+image+'&imagetitle='+title, "_new", "width=" +w+ ",height=" + h+ ",location=no,menubar=no,resizable=no,scrollbars=no");

}



function messeover(imageid){
	document.getElementById(imageid).style.visibility = 'visible';
}

function messeout(imageid){
 	document.getElementById(cnid).style.visibility= 'hidden';
 	
}

