function popup(url, width, height) {
	window.open(url,'','width=' + width + ',height=' + height + ',scrollbars=yes,resizable=no,statusbar=no');
}

function popup2(url, width, height) {
	window.open(url,'','width=' + width + ',height=' + height + ',scrollbars=no,resizable=no,statusbar=no');
}