/*=========================================================*/
//	Modulname	:	itsme.js
//	Versions-Nr	:	1.0
//	Revision-Stand	:	1
//	Author		:	Manfred Zellner
//	Aufgabe		:	Ausgeben von Informationen zur Person 

//	Framename		:	-
//	Funktionen		:	- zperson(Ausgeben in
//					  eigenem Window)
//	Einsatz (D/OT/P)	:	manes-wildstar.de
//	History/Datum	:	10.11.06
/*=========================================================*/

function zperson() 
{
	zpwin=window.open("","DisplayWindow","resizable=no,toolbar=no,directories=no,menubar=no,scrollbars=no,width=550,height=615")
	zpwin.document.open();
	zpwin.document.write("<head><title>mane's wild star: Infos zur Person</title>");
	zpwin.document.write("<style type='text/css'>td{ font-family: Tahoma,Arial; font-size: 10pt; color: #0000D7; } a:link { font-family: Verdana; font-size: 10pt; color:#D70000; text-decoration:none; } a:visited { font-family: Verdana; font-size: 10pt; color:#ff0000; text-decoration:none; } a:active { font-family: Verdana; font-size: 10pt; color:#ff0000; text-decoration:none; } </style>");
	zpwin.document.write("</head><body bgcolor='#ffffff' topMargin='0' MARGINHEIGHT='0' MARGINWIDTH='0'>");
  
	zpwin.document.write("<div id='zpers' style='position: absolute; top: 10px; left: 10px; width: 525px; height: 610px; z-index: 1;'>");
	zpwin.document.write("<table border='0' cellpadding='6' cellspacing='2' width='525'><tr><td colspan='2'align='center' valign='top'><table border='0' width='517' height='85' cellpadding='0' cellspacing='0'><tr><td align='center'><img src='image/banner2-ws2.jpg' width='516' height='77'></td></tr></table></td></tr><tr><td rowspan='3'valign='top'><a href='javascript:window.close()'><img src='pic/me_totr.jpg' width='244' height='474'></a><br>Pyrenäen im September 2006</td><td valign='top'><b>Servus und gria&szlig; eich auf meina webseitn,</b><p>i bin da Mane geborn am Starnberger See in Oberbayern. I bin etzat 59 Jahr oid und mei Moped is seit dem 23.04.1999 d'<b>wild star</b><br>vo Yamaha.</td></tr>");

	zpwin.document.write("<tr><td align='center' valign='top'><img src='image/blue-line.gif' width='190' height='1'></td></tr>");

zpwin.document.write("<tr><td valign='top'>&nbsp;<br>Beruflich hatte ich von 1971 bis 2003 immer mit Computern zu tun: Rechenzentrum - Systemprogrammierung - Anwender-<br>softwareprogrammierung - Projektleitung - selbst&auml;ndiger IT-Consultant und Web-Designer/Programmierer.<p>");
zpwin.document.write("Wenn ich nicht mit meinem Moped unterwegs bin fahre ich gerne mit dem Rennrad , gehe in die Berge und mache Skilanglauf.<p>");
zpwin.document.write("Seit Herbst 2005 bin ich oft mit den <a href='wildstarfreunde-muenchen.com' target='_blank'>Wildstarfreunden-M&uuml;nchen</a> unterwegs fahre aber auch gerne alleine - spezielle l&auml;ngere Touren - oder mit anderen Freebikern bzw. Tourenfahrern.</td></tr></table></div>");
	zpwin.document.writeln("</body>");
	zpwin.document.close();
}
