function popup(picture, w, h) {
	win = open("", "", "scrollbars=0,menubar=0,width="+w+",height="+h);
	win.resizeTo(w, h+28);
	with (win.document) {
		write( "<HTML><HEAD><TITLE>Melior, Inc. - iSecure distributed-Denial-of-Service (dDoS)</TITLE></HEAD>\n" );
		write( "<BODY leftmargin=\"0\" leftmargin=\"0\" topmargin=\"0\" marginwidth=\"0\" marginheight=\"0\"> ");
		write( "<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr valign=\"top\"><td><img src=\""+picture+"\" width=\""+w+"\" height=\""+h+"\" border=\"0\"></td></tr></table> ");
		write( "</BODY></HTML>\n" );
	} // with
	win.document.close();
	win.focus();
} // Popup