<!--
  self.moveTo(0,0);
  self.resizeTo(screen.availWidth,screen.availHeight);
  self.focus();	
  function x(){}	
  function y(){self.focus()};				
  if (top.location != self.location) {	
	top.location = self.location.href	
  }
	top.window.moveTo(0,0);	
  if (document.all) {	
	top.window.resizeTo(screen.availWidth,screen.availHeight);	
  }	
  else if (document.layers||document.getElementById) {	
  if (top.window.outerHeight<screen.availHeight||top.window.outerWidth<screen.availWidth){	
	top.window.outerHeight = screen.availHeight;	
	top.window.outerWidth = screen.availWidth;	
  }	
  }	
  var myWidth = 0, myHeight = 0;
  if( typeof( window.innerWidth ) == 'number' ) {
    myWidth = window.innerWidth;
    myHeight = window.innerHeight;
  } else if( document.documentElement && ( document.documentElement.clientWidth || document.documentElement.clientHeight ) ) {
    myWidth = document.documentElement.clientWidth;
    myHeight = document.documentElement.clientHeight;
  } else if( document.body && ( document.body.clientWidth || document.body.clientHeight ) ) {
    myWidth = document.body.clientWidth;
    myHeight = document.body.clientHeight;
  } else{
    myWidth = screen.width;
    myHeight = screen.height;
  }
  if ((myWidth>=768) && (myHeight>=678))
  {
   redirectURL  ="http://www.etvland.com/";
   redirectURL +="eTV_Zone.php?Resolution="+myWidth+"x"+myHeight+"&"+"Page=DSL"+Language_Settings;
   location.replace(redirectURL); 
  }else{
   redirectURL  ="http://www.etvland.com/";
   redirectURL +="eTV_Zone.php?Resolution="+myWidth+"x"+myHeight+"&"+"Page=Dialup"+Language_Settings;
   location.replace(redirectURL);
  }
//-->