function load_page(page,width, height)
{
	var akt_date=new Date();
	s=akt_date.getSeconds();
	windowname="Info"+s;
	window.open(page,windowname,"resizable=yes,scrollbars=Yes,width="+width+",height="+height);
}
