/*** Objekt:PathLittle PathBig Filename Alttext Titletext Breite2 Hoehe2 Border Breite Hoehe Mausover Mausout FileObj ***/
File = new Array();
function Specify(PathLittle,PathBig,Filename,Alttext,Titletext,Breite2,Hoehe2,Border,Breite,Hoehe,Mausover,Mausout,FileObj) {
	this.PathLittle = PathLittle;
	this.PathBig = PathBig;
	this.Filename = Filename;
	this.Alttext = Alttext;
	this.Titletext = Titletext;
	this.Border = Border;
	this.FileObj = FileObj;
	this.Breite2 = Breite2;
	this.Hoehe2 = Hoehe2;
	this.Breite = Breite;
	this.Hoehe = Hoehe;
	this.Mausover = Mausover;
	this.Mausout = Mausout;
	}

