function pop(url, width, height)
{
	window.open(url, 'newWin', 'width=' + width + ",height=" + height + "address=no,location=no,status=no,toolbars=no,resizable=no,scrollbars=yes");
}