<!--

function winPopUp(path, w, h)
{
	winl = (screen.width-w)/2;
	wint = (screen.height-h)/2;
	conf = 'height='+h+',width='+w+',top='+wint+',left='+winl+",noresize";
	path = "view.php?path="+path;
	window.open(path,"",conf);
}

function burimasKortos()
{
	w = 700;
	h = 720;
	path = "_sites/dupasauliai/old/burimas-kortos.php";

	winl = (screen.width-w)/2;
	wint = (screen.height-h)/2;
	conf = 'height='+h+',width='+w+',top='+wint+',left='+winl+",noresize";
	window.open(path,"",conf);
}

function burimasMonetos()
{
	w = 700;
	h = 720;
	path = "burimas-monetos.php";

	winl = (screen.width-w)/2;
	wint = (screen.height-h)/2;
	conf = 'height='+h+',width='+w+',top='+wint+',left='+winl+",noresize";
	window.open(path,"",conf);
}

-->
