function tips(n){
	var uri=String(n);
	uri=location.href;
	var tips=window.open("http://www.aspland.se/combiheat/tips.asp?page="+uri, "valjare", "height=420px,width=500px,menubar=no,resizable=no,directories=no,location=no");
	tips.focus();
}

