
function popup(url, name, width, height) {
	settings = "toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=no,resizable=yes,width=" + width + ",height=" + height;
	MyNewWindow=window.open("https://"+url,name,settings);
}