function checkframe()
{
if(window.top==self) { 
    var parentURL = "../index2.htm"
    var childURL = window.location.href
    var reframeURL = parentURL + "?" + childURL
    location.href = reframeURL
	}
}