// JavaScript Document
<!--
function toLink(url) {
			window.open (url, 'fjarris', 'width=780,height=500, top=100, left=300, resizable=yes, scrollbars=yes');
		}
function toProgram(url) {
			window.open (url, 'fjarris', 'width=800,height=700, top=100, left=300, resizable=yes, scrollbars=yes');
}
function toCamp(url) {
			window.open (url, 'fjarris', 'width=780,height=800, top=100, left=300, resizable=yes, scrollbars=yes');
}
function toLokaler(url) {
			window.open (url, 'fjarris', 'width=500,height=350, top=100, left=300, resizable=yes, scrollbars=yes');
}

				
//-->
