function checkFrameset(URL)

{
 if(parent.location.href==self.location.href)
	{
 	window.location.href='Index.html?'+URL
	}
}

