<html>
<link rel="stylesheet" href="josh.css">
<body bgcolor="#FFFFFF">

				<div id="Beschreibung">
					<table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
						<tr><td valign="top" class="name">function</td><td valign="top" nowrap class="compatibility">NN <span class="emphasis">2</span> IE <span class="emphasis">3</span> ECMA <span class="emphasis">1</span></td>
						</tr>
						<tr>
							<td valign="top" nowrap class="usage"><p class="literal"></p>
							</td><td valign="top" nowrap class="requirements"></td>
						</tr>
						<tr>
							<td valign="top" colspan="2" class="description"><p>Das Schl&uuml;sselwort <span class="literal">function</span> leitet eine benannte Funktionsdefinition ein. Informationen zu anonymen Funktionen finden Sie in der Abhandlung des <span class="literal">Function</span>-Objekts.
		</p>
									</td>
								</tr>
						<tr>
							<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
						</tr>
						<tr>
							<td valign="top" colspan="2" class="example"><span class="title">Beispiel</span></td>
						</tr>
						<tr>
							<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
						</tr>
						<tr>
							<td><span class="programlisting"><pre>function myFunc(arg1, arg2) {
		    // function statements here
		} </pre>
								</span></td>
						</tr>
					</table>
				</div>


</body>
</html>