	$(document).ready(function() {
		$("a").fancybox();
	});
		
	if(screen.width<=1280||screen.Height<=1024) {
		document.write("<style type=\"text/css\"> body {overflow:auto;} </style>")
		}
	else {
		document.write("<style type=\"text/css\"> body {overflow:hidden;} </style>")
		}
