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

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

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

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

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