function loadInFrame()
{

if (screen.width==800||screen.height==600) 
  var framePage = 'index-2.html'

else if (screen.width==640||screen.height==480) 
  var framePage = 'index-2.html'

else if (screen.width==1280) 
 var framePage = 'index-3.html'

else if (screen.width==1152) 
 var framePage = 'index-3.html'

else if (screen.width==1024) 
 var framePage = 'index-1.html'

else 
  var framePage = 'index-3.html'

if (top.location == self.location)
  {
    window.location = framePage +'?'+ window.location.pathname
  }
}