$(document).ready(function() {

	if ((screen.width>=1281) && (screen.height>=801))
	{
		var url = "flash/index.htm";
		$(location).attr('href',url);

	}
	else
	{
		var url = "flash/index.htm";
		$(location).attr('href',url);
	}
});


