function load()
{
if(screen.width=="1920" && screen.height=="1200")
	{document.body.background='/core/BGResolutions/1920x1200.jpg'; }
if(screen.width=="1680" && screen.height=="1050")
	{document.body.background='/core/BGResolutions/1680x1050.jpg'; }
if(screen.width=="1440" && screen.height=="900")
	{document.body.background='/core/BGResolutions/1440x900.jpg'; }
if(screen.width=="1366" && screen.height=="768")
	{document.body.background='/core/BGResolutions/1366x768.jpg'; }
if(screen.width=="1360" && screen.height=="1024")
	{document.body.background='/core/BGResolutions/1360x1024.jpg'; }
if(screen.width=="1280" && screen.height=="1024")
	{document.body.background='/core/BGResolutions/1280x1024.jpg'; }
if(screen.width=="1280" && screen.height=="960")
	{document.body.background='/core/BGResolutions/1280x960.jpg'; }
if(screen.width=="1280" && screen.height=="900")
	{document.body.background='/core/BGResolutions/1280x900.jpg'; }
if(screen.width=="1280" && screen.height=="768")
	{document.body.background='/core/BGResolutions/1280x768.jpg'; }
if(screen.width=="1152" && screen.height=="864")
	{document.body.background='/core/BGResolutions/1152x864.jpg'; }
if(screen.width=="1024" && screen.height=="768")
	{document.body.background='/core/BGResolutions/1440x900.jpg'; }
}
