// JavaScript Document
function newwin(j) {
	location.href = j;}
	
function openwin(k) {
	window.open(k);
}