
function OpenWindow(url, width, height)
{
	window.open(url, 'Window', 'width=' + width + ',height=' + height + ',location=no,menubar=no,resizable=yes,scrollbars=yes,status=no,toolbar=no,top=100,left=100');
} // function OpenWindow
