﻿
function OpenImage(myImage)
{
	img = new Image;
	img.src = myImage;

	var imgW = new String(img.width);
	var imgH = new String(img.height);
	window.open('../templates/snippets/image_kamers.asp?img='+myImage,'_blank', config='height='+imgH+', width='+imgW+', top=200, left=200,resizable=yes, scrollbars=no, status=yes');
}

function changeImage(objId,w,h)
{
	
	elemById("imgzaal").src = "/templates/snippets/image.asp?tbl=Vergaderzaal&fld=picture&id="+objId+"&wdth="+w+"&hgh="+h+"";
	
}

//window.open('/Portals/0/ShowImg.html?Img='+this.src + '&Title=Figure 1. Your ASP.NET application running on Linux!','_blank','height=500, width=700, resizable=yes, scrollbars=yes' )" style="cursor: