
function deleteImage(image,imageholder)
	{
		document.getElementById(imageholder).src="";
		document.getElementById(image).value="";
	}
function checkImg(image,delbttn)
	{
		if (document.getElementById(image).src=="")
			{document.getElementById(delbttn).style.display="none"}
		else 
			{document.getElementById(delbttn).style.display="inline"}
	}
function showLogo(logo)
	{
		window.open('wsImg.asp?gl=false&img=image/upload/leden/'+logo,'','statusbar=no,scolling=no,width=200,height=200')
	}
	
function textLinkOver(id)
	{
	  //if (document.getElementById("gMap").lastIsLoaded==true){
		window.frames.gMap.mymouseover(id)
		//document.frames["gMap"].mymouseover(id)
		//document.getElementById("gMap").mymouseover(id);
	  //}
	}
function textLinkOut(id)
	{
	  //if (gMap.lastIsLoaded==true){
		window.frames.gMap.mymouseout(id)
		//document.frames["gMap"].mymouseout(id)
	  //}
	}
function sendMsg(id)
	{
		window.open('sendMsg.asp?id='+id,'','statusbar=no,scolling=no,width=500,height=400')
	}

