function $(id){return(document.getElementById(id));}
function hjalp(a){var w=550,h=600;var b=(screen.width-w)/2;var c=(screen.height-h)/2;var p='width='+w+', height='+h+', top='+c+', left='+b+', directories=no, location=no, menubar=no, resizable=no, scrollbars=yes, status=no, toolbar=no';newwin=window.open(a,'verktyget',p);if(window.focus){newwin.focus()}return false}
