/* Javascript Document */
function openWindow(page, title, acc) {
	window.open(page, title, acc);
}
