<!--//
function openPopupFile(FILENAME,WIDTH_X,HEIGHT_Y) {
	defwin = open(FILENAME,"DefWin","width=" + WIDTH_X + ",height=" + HEIGHT_Y + ",scrollbars=yes,resizeable=yes");
	defwin.focus()
}
//-->
