function popup(url, name, width, height){
	window.open(url, name, "width=" + width + ", height=" + height + "dependent=yes, location=no, menubar=no, resizable=no, status=no, toolbar=no, scrollbars=auto");
}
