function open_result(page) {
	OpenWin = this.open(page, "Result", "height=482,width=616,toolbar=no,menubar=no,location=no,scrollbars=no,resizable=no");
}

function open_compet(page) {
	OpenWin = this.open(page, "Result", "height=492,width=613,toolbar=no,menubar=no,location=no,scrollbars=no,resizable=no");
}

function open_total(page) {
	OpenWin = this.open(page, "Result", "height=475,width=825,toolbar=no,menubar=no,location=no,scrollbars=no,resizable=no");
}

function open_page(page) {
	OpenWin = this.open(page, "Extern", "toolbar=yes,menubar=yes,location=yes,scrollbars=yes,resizable=yes");
}

function open_task(page) {
	OpenWin = this.open('task.php?rule=' + page, "Task", "height=420,width=700,toolbar=no,menubar=no,location=no,scrollbars=no,resizable=no");
}

function open_gallery(gallery) {
	window.location = '?p=fotos&map='+gallery;
}

function open_gallery2009(gallery) {
	window.open('http://www.bertkoning.nl/upload/nkballonvaren2009/'+gallery+'/index.html');
}

function open_link(link) {
	window.open(link);
}
