function openpopup(popurl){var winpops=window.open(popurl,"","width=340,height=300")}
function callHelp(topic)
{lng='NL';if(lng=="PT"||lng=="SW")
help_language="GB"
else
help_language=lng
HelpURL="http://www.tlnplanner.nl/help/webhelp_"+help_language+"/start.htm#"+topic;win_height=550
win_width=820
win_top=(screen.availHeight/2)-(win_height/2)
win_left=(screen.availWidth/2)-(win_width/2)
options="width="+win_width+",height="+win_height+",left="+win_left+",top="+win_top+",resizable=yes,scrollbars=yes,status=no"
hilfefenster=window.open(HelpURL,"",options)
hilfefenster.focus()}
vanaf_links=100;vanaf_boven=100;grootste_breedte=500+20;grootste_hoogte=500+20;if(parseInt(navigator.appVersion.charAt(0))>=4){var isNN=(navigator.appName=="Netscape")?1:0;var isIE=(navigator.appName.indexOf("Microsoft")!=-1)?1:0;}
var optNN='scrollbars=no,width='+grootste_breedte+',height='+grootste_hoogte+',left='+vanaf_links+',top='+vanaf_boven;var optIE='scrollbars=no,width=10,height=10,left='+vanaf_links+',top='+vanaf_boven;function popBeeld(BeeldURL,BeeldTitel){if(isNN){imgWin=window.open('about:blank','',optNN);}
if(isIE){imgWin=window.open('about:blank','',optIE);}
with(imgWin.document){writeln('<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title>Bezig met inladen ...<\/title><style type="text/css">body{margin:0px;}<\/style>');writeln('<sc'+'ript type="text/javascript">');writeln('var isNN,isIE;');writeln('if (parseInt(navigator.appVersion.charAt(0))>=4){');writeln('isNN=(navigator.appName=="Netscape")?1:0;');writeln('isIE=(navigator.appName.indexOf("Microsoft")!=-1)?1:0;}');writeln('function aanpassen_aan_beeldgrootte(){');writeln('if (isIE){');writeln('window.resizeTo(500,500);');writeln('width=500-(document.body.clientWidth-document.images[0].width);');writeln('height=500-(document.body.clientHeight-document.images[0].height);');writeln('window.resizeTo(width,height);}');writeln('if (isNN){');writeln('window.innerWidth=document.images["BeeldNaam"].width;');writeln('window.innerHeight=document.images["BeeldNaam"].height;}}');writeln('function maak_titel(){document.title="'+BeeldTitel+'";}');writeln('<\/sc'+'ript>');writeln('<\/head><body bgcolor=#000000 onload="aanpassen_aan_beeldgrootte();maak_titel();self.focus()">');writeln('<img alt="" name="BeeldNaam" src='+BeeldURL+' style="display:block"><\/body><\/html>');close();}}
