NS4=(document.layers);
var embedWidth = (NS4) ? innerWidth : screen.width;
if (embedWidth>800){
	window.location="default_.asp"
}


//NS4=(document.layers);
//var embedWidth = (NS4) ? innerWidth : screen.width;
//if (embedWidth>=1024){
	
	//document.indexRedir1024.submit();
	//window.location.replace("/default_1024.asp")
	//window.location="default_1024.asp"
//}
//else if(embedWidth<1024){
	//document.indexRedir800.submit();
	//window.location.replace("/default.asp")
	//window.location="default.asp"
//}