
if(screen.width < "800")
  { 
	alert('Your screen resolution is very low. In order to view this site properly, make sure you adjust your screen resolution to 800x600 or higher.   Your current screen resolution is :\n\n' + screen.width + ' pixels by ' + screen.height + ' pixels');
	}

