function moveLayersToInit() {
//	if (!loaded) {return;}

	positions = getInitPos();
	Xpos = positions[1];
	Ypos = positions[2];

//	message2 = (mailFlag == "YES") ? "A" : "B";
	mywidth = (window.document.body.clientWidth < 1200) ? window.document.body.clientWidth : 1200;
	kiscim_Xpos = window.document.body.clientWidth - 65;
//	kiscim_Xpos = mywidth - 65;
	moveLayerTo('layer_sun',      Xpos + 2, Ypos + ypos_origin);
	moveLayerTo('layer_cimer', kiscim_Xpos, Ypos + ypos_origin);
	if (isFirstPage) {
		toggleBox('layer_main',0);
		isFirstPage = false;
	};
	moveVisibleLayers();

	if(isMenuAllowed == 1) {
		toggleBox('layer_sun',1);
	};
	toggleBox('layer_cimer',1);
};

function cucc2(evnt) {
	toggleBox('layer_main',1);
	moveVisibleLayers();
};
