function getRes() {
	swidth = screen.width
	sheight = screen.height
	if (swidth > 0 && sheight > 0) {
		document.getElementById('rescheckimg').src='http://www.ecplus-demo.co.uk/resolution/default.asp?site=pets&w=' + swidth + '&h=' + sheight
	}
}