var tp1=new Array(
"Informationsflyer zum ARVIKA Querschnittsthema",
"Benutzerzentrierte Systemgestaltung", "480","1a", 
"Introduction to VR/AR web based qualification", "280","1b",
"User Interfaces für AR-Applikationen", "730","1c"
)

var tp2=new Array(
"Informationsflyer zum ARVIKA Querschnittsthema",
"Architektur","721","2a",
"Workflow Editor/Engine","329","2fg",
"Annotationssystem","298","2i",
"InfoService","118","2j",
"Collaborative AR","274","2k",
"ContextManager","192","2l",
"AR-Editor","294","2m",
"Speech Control","365","2n",
"InfoBroker","339","2o",
"NetCollaboration","162","2p",
"AR for Service Operations at Machine Tools","1036","2q",
"Localization","217","2r",
"UI-Configuration","302","2u"
)

var tp3=new Array(
"Informationsflyer zum ARVIKA Anwendungsteilprojekt",
"Entwicklungsszenario Postprocessing Crash","464","3b",
"Augmented Design Review","215","3c",
"Augmented Mockup","298","3d",
"Intelligent welding gun","268","3e",
"CFD Data Visualization within an Airplane Cabin","732","3f",
"Layout of Pilot Cockpits","335","3g"
)

var tp4=new Array(
"Informationsflyer zum ARVIKA Anwendungsteilprojekt",
"Giving AR guide during manual build and test tasks","3119","4b",
"Augmented Reality gestützte Qualitätsdatenerfassung","508","4c",
"Augmented Reality gestützte Fabrik- und Anlagenplanung","442","4d",
"AR-based installation of cables on terminal blocks","203","4e",
"Augmented Reality for Small Batch Assembly","127","4f",
"AR supported cable loom assembly","569","4g"
)

var tp5=new Array(
"Informationsflyer zum ARVIKA Anwendungsteilprojekt",
"AR in Industrial Enviroment: Localization and Condition Assessment","298","5a",
"Maintenance Assistant for Helicopter Applications","374","5b",
"AR based diagnosis and repair instructions","727","5c",
"Augmented Reality based repair instructions","734","5d",
"AR-Workflows für Schulungszwecke","164","5e",
"Gezielte Bereitstellung von Informationen","144","5f",
"Optimierung der Inbetriebnahme Prozesse","256","5g",
"Serviceunterstützung durch Zugriff auf strukturierte Dokumentation","217","5h",
"Online Coupling of EPLAN and PLC","244","5j",
"AR for Service Operations at Machine Tools","1036","2q"
)

function flyerList(f) {
/////////////////////
	var str='<ul>'
	for (var i=1; i<f.length; i+=3) {
		if (i>0) {
			str+='<li><span class="normaltext">'+f[i]+'  <a href="../../pdf/flyer2003_'+ f[i+2] + '.pdf" target="_blank">(PDF, ' + f[i+1] + 'KB)</a></span></li><br>'
		}
	}
	str+='</ul>'	
	document.write(str)
        document.write('<br><table border="0"><tr><td width="30"></td><td width="500"><span class="normaltext"><a href="infoflyer2003.htm">Zurück zur Übersicht Themenorientierte Informationsflyer 2003...</a></span></td></tr></table>')
}


