<!-- Copyright 2002 by Markus Zatrieb [markus@zatrieb.de] -->

function openwin(URL,w,h){
	window.open(URL,'Info','resizable=0,location=0,directories=0,status=0,menubar=0,scrollbars=auto,toolbar=0,width='+w+',height='+h);
}

function showFile(Link) {
	window.open(Link);
}
