function openWin(l) {
	window.open(l);
	document.location.replace(document.location);
}