
			
 $(document).ready(function() {
  if ((screen.width>=800) && (screen.height>=600))
			{
				//alert('Screen size: 1024x768 or larger');
				//$('#fs-background-holder').npFullBgImg(backgroudPath, {fadeInSpeed: 300, center: true});
			}
			else
			{
				$(document.body).css('width','800px');
				//$(document.body).css('background','url(' +  backgroudPath + ')');
			}
 });
			
