function openForm(url){
	w=window.open(url,
	              'form',
	              'width=538,height=600,scrollbars=yes,status=yes,menubar=no,toolbar=no,resizable=yes');
	w.focus();
}

