<!-- 	
if (top.location != self.location) {
top.location=self.location;
}
if (screen.width <= 1024) {
location.href = "frames/frameset.html";
}
else {
location.href = "frames/inline.html";
}
// -->

