function launch(url, width, height){
	window.open(url, "new_window", "width=" + width + ", height=" + height + ", location=0, menubar=0, resizable=1, scrollbars=1, status=0, titlebar=1, toolbar=0");
}

