function PencereAc(pWname,pLink,PW,PH) {
	splashWin = window.open (pLink,pWname,"height="+PH+",width="+PW+",scrollbars=yes,resizable=yes,status=no,menubar=no,toolbar=no,location=no,directories=0,fullscreen=0,center=1");
	splashWin.moveTo(screen.width/2-225,screen.height/2-100);
}
function ackapa(p_obje)
{
	if(p_obje.style.display=='block')
	{
		p_obje.style.display='none';
	}
	else
	{
		p_obje.style.display='block';
	}
}