\n'); } //--> // Handle all the FSCommand messages in a Flash movie. function ac_DoFSCommand(command, args) { var acObj = isInternetExplorer ? document.all.ac : document.ac; // Place your code here. if (command == "methodiek") { //alert("Mike"); windowOpen() ; } if (command == "eMail") { //alert("Mike"); windowOpenEmail() ; } if (command == "testen") { alert(args) ; messageWindow(command, args); } } function windowOpen() { setTimeout( window.open('http://www.amstelveenconsultancy.nl/innovatie/methodiek.html','newwindow','height=618,width=456.6,toolbar=no')),0 } function windowOpenEmail() { setTimeout( window.open('http://www.amstelveenconsultancy.nl/mail/eMail.html','newwindow','height=494,width=800,toolbar=no, dependent=no')),0 } function messageWindow(title, msg) { var width="300", height="125"; var left = (screen.width/2) - width/2; var top = (screen.height/2) - height/2; var styleStr = 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbar=no,resizable=no,copyhistory=yes,width='+width+',height='+height+',left='+left+',top='+top+',screenX='+left+',screenY='+top; var msgWindow = window.open("","msgWindow", styleStr); var head = '