function popup(url, w, h, name) {
		win=window.open(url,name,'width='+w+',height='+h+',toolbar=0,location=0,scrollbars=no, resizable=no');
		win.focus();
	}