function openForm(url){
	window.open(url,'','toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=500,height=680');
}
