<!--


if (lang == "EN") {
	
	THeader = "Tutorials";
	
	TTitle01 = "Stair tutorial";
	TTitle03	= "Screenshots";
		
	
	TTreppentut	= "<font size=\"3\"><b>Stairs<\/b><\/font><br \/><br \/>There was a request in the <a href=\"http:\/\/www.simforum.de\/showthread.php?t=154165\" target=\"_blank\">Simforum</a> how to build stairs like" +
	          	  "<a href=\"http:\/\/www.thesimsresource.com\/artists\/estatica\/\" target=\"_blank\">Estatica of TSR</a> " +
	          	  "does often in her wunderful lots. <br />Therefore, here is a tutorial (PDF), in which we will build a stair construction " +
	          	  "in the same way as in Estaticas Ballet Acadamy.";		

}
else {
	
	THeader 	= "Tutorials";
	
	TTitle01 	= "Treppentutorial";
	TTitle02	= "GUID";
	TTitle03	= "Screenshots";
	
	TTreppentut	= "<font size=\"3\"><b>Treppenanlagen<\/b><\/font><br \/><br \/>Im <a href=\"http:\/\/www.simforum.de\/showthread.php?t=154165\" target=\"_blank\">Simforum</a> gab es eine Nachfrage, wie man die Treppenanlagen bauen kann, die " +
	          	  "<a href=\"http:\/\/www.thesimsresource.com\/artists\/estatica\/\" target=\"_blank\">Estatica von TSR</a> " +
	          	  "oft in ihren wunderbaren H&auml;usern verwendet. <br />Deshalb hier ein Tutorial im PDF-Format, in dem eine " +
	          	  "Treppenanlage wie in Estaticas Balletakademie nachgebaut wird.";
	          	  
	TGuidTut	= "<font size=\"3\"><b>Erzeugen einer zuf&auml;lligen GUID<\/b><\/font><br \/><br \/>" +
			  "F&uuml;r Objektersteller, die sich nicht mehr auf der SimPE-Seite registrieren konnten, und solange die GUID-Datenbank offline ist, " +
			  "wird <a href=\"tutorials/guid.php\">hier</a> erkl&auml;rt, wie man eine zuf&auml;llige GUID erzeugt.";
			  
	TScreenShotsTut	= "<font size=\"3\"><b>Anleitung Screenshots mit der SimCamera<\/b><\/font><br \/><br \/>" +
			  "<a href=\"tutorials/screenshots.php\">Hier</a> wird erkl&auml;rt, wie man die SimCamera einrichtet und verwendet, um Screenshots im Spiel machen zu k&ouml;nnen.";
}

