// Open a new window that can be sized

function openWindow(url, name, props)
{
	window.open(url, name, props);
}