function openPopup(name, url, width, height, scrollbars) {
	w = window.open(url,name,"width="+width+",height="+height+",scrollbars="+scrollbars+",resizable=yes");
	w.parent = this;
}
