function popUpWindow(file, winName, winSpecs) {
	window.open(file, winName, winSpecs);
}

