function openPopup(windowTitle, fileName, width, height) {
	window.open(fileName, windowTitle, "width="+width+",height="+height+",status=no,resizable=yes,scrollbars=yes");
}

