var repeatCache=new Array();var prvPOP;function showRepeatEventsDiv(a){if(prvPOP){jQuery("#repeatdiv"+prvPOP).hide("normal")}prvPOP=a;if(repeatCache[a]){jQuery("#repeatdiv"+a).html(repeatCache[a]);jQuery("#repeatdiv"+a).show("normal")}else{jQuery.ajax({type:"POST",url:"/events/repeatevents/"+a,data:"eventId="+a,success:function(b){if(b){jQuery("#repeatdiv"+a).html(b);jQuery("#repeatdiv"+a).show("normal");repeatCache[a]=b}}})}}function hideRepeatdiv(a){jQuery("#repeatdiv"+a).hide("normal")};var win=null;function NewWindow(e,b,a,c,d,f){if(f=="random"){LeftPosition=(screen.width)?Math.floor(Math.random()*(screen.width-a)):100;TopPosition=(screen.height)?Math.floor(Math.random()*((screen.height-c)-75)):100}if(f=="center"){LeftPosition=(screen.width)?(screen.width-a)/2:100;TopPosition=(screen.height)?(screen.height-c)/2:100}else{if((f!="center"&&f!="random")||f==null){LeftPosition=0;TopPosition=20}}settings="width="+a+",height="+c+",top="+TopPosition+",left="+LeftPosition+",scrollbars="+d+",location=yes,directories=yes,status=yes,menubar=yes,toolbar=yes,resizable=yes";win=window.open(e,b,settings)}function NewWindowOnlyMenu(e,b,a,c,d,f){if(f=="random"){LeftPosition=(screen.width)?Math.floor(Math.random()*(screen.width-a)):100;TopPosition=(screen.height)?Math.floor(Math.random()*((screen.height-c)-75)):100}if(f=="center"){LeftPosition=(screen.width)?(screen.width-a)/2:100;TopPosition=(screen.height)?(screen.height-c)/2:100}else{if((f!="center"&&f!="random")||f==null){LeftPosition=0;TopPosition=20}}settings="width="+a+",height="+c+",top="+TopPosition+",left="+LeftPosition+",scrollbars="+d+",location=yes,directories=no,status=no,menubar=no,toolbar=yes,resizable=yes";win=window.open(e,b,settings)}function NewWindowNoMenu(e,b,a,c,d,f){if(f=="random"){LeftPosition=(screen.width)?Math.floor(Math.random()*(screen.width-a)):100;TopPosition=(screen.height)?Math.floor(Math.random()*((screen.height-c)-75)):100}if(f=="center"){LeftPosition=(screen.width)?(screen.width-a)/2:100;TopPosition=(screen.height)?(screen.height-c)/2:100}else{if((f!="center"&&f!="random")||f==null){LeftPosition=0;TopPosition=20}}settings="width="+a+",height="+c+",top="+TopPosition+",left="+LeftPosition+",scrollbars="+d+",location=no,directories=no,status=no,menubar=no,toolbar=no,resizable=yes";win=window.open(e,b,settings)}function MM_openBrWindow(c,b,a){window.open(c,b,a)};