\n'); } var isInternetExplorer = navigator.appName.indexOf("Microsoft") != -1; // Verarbeiten aller FSCommand-Meldungen in einem Flash-Film function index_DoFSCommand(command, args) { var dyrdeemediaObj = isInternetExplorer ? document.all.dyrdeemedia : document.dyrdeemedia; // // Geben Sie hier Ihren Code ein. // if (command == "jump") { //alert("test"); window.location.hash = document.anchors[0]; //window.location.href = "index.html#" + args; //window.location.href = "index.html#top"; window.location.hash = args; } if (command == "popup") { //alert("test"); //window.location.hash = document.anchors[0]; //window.location.href = "index.html#" + args; //window.location.href = "index.html#top"; //window.location.hash = args; ys = screen.height-100; xs = screen.width-100; yw = 188; xw = 213; Fenster = window.open(args,"dyrdee_pop","toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no,width=xw,height=yw"); Fenster.moveTo(xs,ys); Fenster.resizeTo(xw,yw); Fenster.focus(); } } function pop_up() { ys = (screen.height/2)-(yw/2); xs = (screen.width/2)-(xw/2); yw = 330; xw = 380; Fenster = window.open("content/motion/childlike_eyes/moodphase5ive_pop.html","dyrdee_pop","toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=yes,width=xw,height=yw"); Fenster.moveTo(xs,ys); Fenster.resizeTo(xw,yw); Fenster.focus(); } function gup( name ) { name = name.replace(/[\[]/,"\\\[").replace(/[\]]/,"\\\]"); var regexS = "[\\?&]"+name+"=([^]*)"; var regex = new RegExp( regexS ); var results = regex.exec( window.location.href ); if( results == null ) return ""; else return results[1]; } //-->