/* Javascript Document */

function openWindow(page, title, misc) {
	window.open(page, title, misc);
}