function valid_frames(url)
{
//alert(url);
if (top.frames.length==0)
	top.location="/Default.htm?Path=" + url;
}