function showWindow(matSize){
	url = "mat.aspx?matSize=" + matSize;
	popWindow = window.open(url, 'ImageWindow', 'scrollbars=no,width=530,height=430,left=20,top=20')
	popWindow.focus()
}
