﻿// JScript File
function newSmallWindow(url, title, attributes) {
	window.open(url, title, attributes);
}

