
if(screen.width<1025||screen.height<769)
	{
	if(this.window.name!='main')
		{
		window.open('index.html','main','width=1024,height=768,toolbar=no,scrollbars=yes,status=no,location=no');
		}
	}
