$(function() {
	factor=screen.height/2-230;
	$(".actions_popup").css("top", factor+"px");
	$(".configurator_popup").css("top", factor+100+"px");
});

