// JavaScript Document
if (top.location == self.location) { //if page is not in its frameset
top.location.href = "http://www.esscoindia.com/site/frameset.html" + "?" + window.location.href; 
} 
