if (top != self) {
	top.location.href = location.href
}

function newWin(page, features) {
		newwin = window.open(page, 'pic', features);
		newwin.focus()
}
