// rechtermuisknop uitschakelen function click(e){ if ( document.all){ if(event.button==2){ alert('Frans Goossens AssurantiĆ«n'); return false } } } document.onmousedown=click //einde functiej function OnGoMenuFormLink(GoList) { var url = GoList.options[GoList.selectedIndex].value; /* var target = GoList.options[GoList.selectedIndex].id; */ /* var target = "mainFrame" */ GoList.selectedIndex=0; GoList.blur(); if (url) { NewWin=window.open(url,'_self'); window['NewWin'].focus() } } function OnGoMenuFormLink_pop(GoList) { var url = GoList.options[GoList.selectedIndex].value; /* var target = GoList.options[GoList.selectedIndex].id; */ var target = "blank" GoList.selectedIndex=0; GoList.blur(); if (url) { NewWin=window.open(url,target,'status=no, menubar=no, location=no, scrollbars=yes, width=900, height=600'); window['NewWin'].focus() } } function openAEGONPopup() { var theURL = "https://www.aegon.nl/module/tp/aanvraag/uitvaartmeter/index.html?nummerTP=200956&emailTP=info@fransgoossens[dot]nl&extT1=Uitvaart aanvraag module&directTP=TP&extC1=%23FFFFFF&extC2=%23FF8604&extC3=%23D2F0F2&extC4=%23FFCC99&extC5=%23235FA7&extC6=%23FF8604&extC7=%23FFFFFF"; var winName = "winModule"; var width = 970; var height = 570; var winl = (screen.width - width) / 2; var wint = (screen.height - height) / 2; var i = width; var j = height; var features = 'scrollbars=no,resizable=no,width='+width+',height='+height+',top='+wint+',left='+winl+''; var myPopup=window.open(theURL,winName,features); myPopup.focus(); } maanden = new Array(12); maanden[0] = 'januari'; maanden[1] = 'februari'; maanden[2] = 'maart'; maanden[3] = 'april'; maanden[4] = 'mei'; maanden[5] = 'juni'; maanden[6] = 'juli'; maanden[7] = 'augustus' ; maanden[8] = 'september'; maanden[9] = 'oktober'; maanden[10] = 'november'; maanden[11] = 'december'; dagen = new Array(7); dagen[0] = 'Zondag'; dagen[1] = 'Maandag'; dagen[2] = 'Dinsdag'; dagen[3] = 'Woensdag'; dagen[4] = 'Donderdag'; dagen[5] = 'Vrijdag'; dagen[6] = 'Zaterdag'; function maakDatum(datum) { var dag = dagen[datum.getDay()]; var maand = maanden[datum.getMonth()]; var jaar = datum.getFullYear(); var datumstring = dag + ' ' + datum.getDate() + ' ' + maand + ' ' + jaar; return datumstring; } //aansturing helpteksten hoort bij functie locateObject var tipTimer; //End dHTML Toolltip Timer function locateObject(n, d) { //v3.0 var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) { d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);} if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i'+unescape(tipContent)+' ' if ((e.x + locateObject(object).clientWidth) > (document.body.clientWidth + document.body.scrollLeft)) { locateObject(object).style.left = (document.body.clientWidth + document.body.scrollLeft) - locateObject(object).clientWidth-10; } else { locateObject(object).style.left=document.body.scrollLeft+event.clientX+50 } locateObject(object).style.visibility="visible" tipTimer=window.setTimeout("hideTooltip('"+object+"')", displaytime); return true; } else if (document.layers) { locateObject(object).document.write('
'+unescape(tipContent)+'
') locateObject(object).document.close() locateObject(object).top=e.y+20 if ((e.x + locateObject(object).clip.width) > (window.pageXOffset + window.innerWidth)) { locateObject(object).left = window.innerWidth - locateObject(object).clip.width-10; } else { locateObject(object).left=e.x; } locateObject(object).visibility="show" tipTimer=window.setTimeout("hideTooltip('"+object+"')", displaytime); return true; } else { return true; } } //einde aansturing helpteksten diverse functies // Vraag om formulier met naam form1 definitief te wissen function herstel(){ if (confirm('Wilt u de huidige gegevens wissen?')){ document.form1.reset(); return true; } else{ return false; } }