function popup(src){
	img = window.open("popup.html?src=" + src + "", "FSC", "width=50,height=50,left=0,top=0");
}

function scalewindow() {
	imgHeight = document.getElementById('popuptable').offsetHeight;
	imgWidth =  document.getElementById('popuptable').offsetWidth;
	window.resizeTo(imgWidth + 10, imgHeight + 70);
}
