
function popup(url, name, width, height) {
	img=window.open(url, name, "width="+width+", height="+height+", scrollbars=yes, status=no, toolbar=no");
}
