function openPopup(a){
	w=window.open(a,"popup","width=780,height=800,resizable=true,scrollbars=yes");
	w.focus();
}
