/**
 * @author esinger
 */

function newWindow(url) 
{
	popupWindow = window.open(url)
}