<!--
function GoURL(URL) {
newwindow = window.open(URL, "LocationURL", "height=600,width=560,left=50,top=50,toolbar=no,menubar=no,location=no,scrollbars=no,resizable=no");
	if (window.focus) {newwindow.focus()}
	return false;
}

function GoPDF(LINK) {
newwindow = window.open(LINK, "LocationPDF", "height=420,width=700,left=50,top=50,toolbar=no,menubar=no,location=no,scrollbars=yes,resizable=yes");
	if (window.focus) {newwindow.focus()}
	return false;
}

function GoPOP(LINK) {
newwindow = window.open(LINK, "LocationLINK", "height=300,width=400,left=100,top=100,toolbar=no,menubar=no,location=no,scrollbars=no,resizable=no");
	if (window.focus) {newwindow.focus()}
	return false;
}
// -->
