function appForm(file){
	kaliwa = (screen.width/2)-(580/2);
	ibaba = (screen.height/2)-(400/2);
	open(file,"popup","height=400,width=580,menubar=0,toolbar=0,scrollbars=2,top="+ibaba+",left="+kaliwa);
}