function openFactSheet(file)
{
	picwindow = window.open(file, "FactSheet", "width=800,height=700,scrollbars=yes")
	picwindow.focus()
}
