if(width <=1280 &&  width > 1024){

	document.write( "<style>body{background-image:url(/img/bg"+scs+".jpg);}</style>");
	}else if(width == 1024){

	document.write( "<style>body{background-image:url(/img/bg"+scs+"_1024.jpg);}</style>" );
	}else if(width > 1028 && width <=1366){

	document.write( "<style>body{background-image:url(/img/bg"+scs+"_1366.jpg);}</style>" );
	}else if(width > 1366 && width <=1680){

	document.write( "<style>body{background-image:url(/img/bg"+scs+"_1680.jpg);}</style>" );
		}else if(width > 1680){

	document.write( "<style>body{background-image:url(/img/bg"+scs+"_full.jpg);}</style>" );
	}else{

	document.write( "<style>body{background-image:url(/img/bg"+scs+"_s1366.jpg);}</style>" );
	}


$(document).ready(function(){
 $("a.gallery").fancybox();


 });

