﻿function moveLayers() {
	if (gotlayers) {
		if (NS4) {
			screenWidth = window.innerWidth;
			document.layers['popupFPLQ'].left = screenWidth - 305;
			document.layers['popupFPLQ'].top = 41;
			document.layers['popupCQRL'].left = screenWidth - 310;
			document.layers['popupCQRL'].top = 41;
			document.layers['popupPATLQ'].left = screenWidth - 152;
			document.layers['popupPATLQ'].top = 41;
			document.layers['popupCIAQ'].left = screenWidth - 180;
			document.layers['popupCIAQ'].top = 41;
		} else {
			screenWidth = document.body.clientWidth + 18;

			document.all['popupFPLQ'].style.pixelLeft = screenWidth - 305;
			document.all['popupFPLQ'].style.pixelTop = 41;
			document.all['popupCQRL'].style.pixelLeft = screenWidth - 310;
			document.all['popupCQRL'].style.pixelTop = 41;
			document.all['popupPATLQ'].style.pixelLeft = screenWidth - 152;
			document.all['popupPATLQ'].style.pixelTop = 41;
			document.all['popupCIAQ'].style.pixelLeft = screenWidth - 180;
			document.all['popupCIAQ'].style.pixelTop = 41;
		
			document.all['logoFPLQ'].alt = '';
			document.all['logoCQRL'].alt = '';
			document.all['logoPATLQ'].alt = '';
			document.all['logoCIAQ'].alt = '';
		}
	}
}