function openAndReset(url)
{
	parent.location.href ='index.html#top';
	window.location = url;
	return false
}