function popup(url, name, w, h, ads) {
	window.open(url, name, "width=" + w + "," + "height=" + h + "," + ads);
}
