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