// JavaScript Document

if ((screen.width >=800)&&(screen.width <= 1024))

{  

	document.write('<style type="text/css" media="screen" >#bgcontainer { background:url(includes/templates/cufflinks_template/images/bg2.jpg) no-repeat; width:1002px; margin:auto; height:850px; }</style>');
}


if (screen.width >1024)  
{  
	
	document.write('<style type="text/css" media="screen" >#bgcontainer { background:url(includes/templates/cufflinks_template/images/bg1.jpg) no-repeat; width:1258px; margin:auto;  height:850px; }</style>');
	
}