
URL=Class.create({initialize:function(options){this.options={file:'dummy.php',modfkt:null,modId:null,admin:inAdmin,pid:null,id:null,adminURL:(aAdminUrl)?aAdminUrl:null,selfMade:null};Object.extend(this.options,options||{});this.createURL();},createURL:function(){this.URL=(this.options.admin)?this.options.adminURL+"/":"/";this.URL+=this.options.file;if(this.options.modId)
this.URL+="/module/"+this.options.modId;if(this.options.modfkt)
this.URL+="/modfkt/"+this.options.modfkt;if(this.options.id)
this.URL+="/id/"+this.options.id;if(this.options.pid)
this.URL+="/pid/"+this.options.pid+"/ajax/1";if(this.options.selfMade)
this.URL+="/"+this.options.selfMade;this.URL+="/index.html";},getURL:function(){return this.URL;}});
