var projects = new Array();projects[0] = new Object();projects[0][name] = "Albanien-Shooting";setallinfotext(0,"<br>Aktion / 2000/<br> Berat; Albanien");projects[0][3] = "<br>Beispieltext<br>Projekt Albanien-Shooting<br>Text f&uuml;r Foto 3";projects[1] = new Object();projects[1][name] = "Anonymus";setallinfotext(1,"<br>Inst. / 2005/<br> Palais Thienfeld; Graz");projects[2] = new Object();projects[2][name] = "Beschleunigung von Erbangelegenheiten GesmbH";setallinfotext(2,"<br>Inst. / 2004/<br>Steirischer Herbst; Graz");projects[3] = new Object();projects[3][name] = "Call Wood";setallinfotext(3,"<br>Inst. / 2004/<br> Forum Stadtpark; Graz");projects[4] = new Object();projects[4][name] = "Chemical Nurse";setallinfotext(4,"<br>Inst. / 2003/ Pillen auf Wand <br>/ Galerie Jette Rudolf; Berlin");projects[5] = new Object();projects[5][name] = "CCM Climate-Control- Machine";setallinfotext(5,"<br>Kunst im öffentl. Raum<br> / 2005/ AVL; Graz");projects[6] = new Object();projects[6][name] = "Hallo alte Buche";setallinfotext(6,"<br>Inst. / 2005/<br> Graz");projects[7] = new Object();projects[7][name] = "Hast";setallinfotext(7,"<br>Inst. / 2002/<br> Steirischer Herbst; Graz");projects[8] = new Object();projects[8][name] = "Heute ist Gestern ist Morgen";setallinfotext(8,"<br>Inst. /2003 / <br>Maria am Walde; Wien");projects[9] = new Object();projects[9][name] = "Proper proper";setallinfotext(9,"<br>Fotographie / 2001 /<br> Galerie Kibla; Marburg");projects[10] = new Object();projects[10][name] = "Rebound";setallinfotext(10,"<br>Plakataktion zur Landtagswahl <br>/ 2005 / Steiermark");projects[11] = new Object();projects[11][name] = "Slow Down";setallinfotext(11,"<br>Skulptur / 2006 /<br> MQW; Wien");projects[12] = new Object();projects[12][name] = "Summer in Gries";setallinfotext(12,"<br>Inst. Raum für Kunst / 1997 /<br> Graz");projects[13] = new Object();projects[13][name] = "Malerei 1";setallinfotext(13,"");projects[14] = new Object();projects[14][name] = "Malerei 2";setallinfotext(14,"");projects[15] = new Object();projects[15][name] = "Malerei 3";setallinfotext(15,"");projects[16] = new Object();projects[16][name] = "Earth Plugs";setallinfotext(16,"<br>Plugviews / 2007 /<br> Graz");projects[17] = new Object();projects[17][name] = "Earth Plugs Portables and views";setallinfotext(17,"<br>Portables and else / 2007 /<br> Graz");function setallinfotext(i,text) {  for(t=1; t < 17; t++) {    projects[i][t] = text;  }}function showthumbinfo(project,num) {  for (i = 0; i < projects.length; i++) {    if (projects[i][name] == project) {      document.getElementById('descr').innerHTML = projects[i][num];          }  }}function showprojects() {  HTMLTag = "";  for (i=0; i < projects.length; i++) {    HTMLTag += "<a href=\"javascript:newpopup('"+projects[i][name]+"','"+projects[i][1]+"')\">"+projects[i][name]+"</a><br>";  }  document.write(HTMLTag);}var scroll;    function vscroll(dy) {  contentframe.scrollBy(0,dy);}      function scroll_up() {  scroll = window.setInterval("vscroll(-15)", 10);}      function scroll_down() {  scroll = window.setInterval("vscroll(+15)", 10);  }      function scroll_stop() {  window.clearInterval(scroll);}function setpicvisible() {  document.getElementById('picdiv').style.display="inline";  document.getElementById('swfdiv').style.display="none";  document.getElementById('swfdiv').innerHTML = "";}function setswfvisible() {  document.getElementById('picdiv').style.display="none";  document.getElementById('swfdiv').style.display="inline";  document.getElementById('swfdiv').innerHTML = "";}function changeSWF(id, file) {  HTMLTag = "";  if (file.indexOf('.swf') != -1) {    HTMLTag += "<object data='"+file+"' type='application/x-shockwave-flash' width='100%' height='100%'>";    HTMLTag += "<param name='movie' value='"+file+"'>";    HTMLTag += "<param name='quality' value='high'>";    HTMLTag += "<param name='scale' value='exactfit'>";    HTMLTag += "<param name='menu' value='true'>";    HTMLTag += "<param name='bgcolor' value='#FFFFFF'>";    HTMLTag += "</object>";                } else {    HTMLTag += "<object id='Quicktime' type='video/quicktime' width='100%' height='100%' classid='clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B'>";    HTMLTag += "<param name='src' value='"+file+"'>";    HTMLTag += "<param name='AutoStart' value='true'>";    HTMLTag += "<embed name='Quicktime' src='"+file+"' type='video/quicktime' width='100%' height='100%'></embed>";  }  document.getElementById(id).innerHTML = HTMLTag;}function picnum(project,thumbnum) {  if (thumbnum == "01") showthumbinfo(project,1);  if (thumbnum == "02") showthumbinfo(project,2);  if (thumbnum == "03") showthumbinfo(project,3);  if (thumbnum == "04") showthumbinfo(project,4);        if (thumbnum == "05") showthumbinfo(project,5);  if (thumbnum == "06") showthumbinfo(project,6);  if (thumbnum == "07") showthumbinfo(project,7);        if (thumbnum == "08") showthumbinfo(project,8);  if (thumbnum == "09") showthumbinfo(project,9);  if (thumbnum == "10") showthumbinfo(project,10);        if (thumbnum == "11") showthumbinfo(project,11);        if (thumbnum == "12") showthumbinfo(project,12);         setpicvisible();   pic.src="pics/"+project+"/"+thumbnum+".jpg";    projectlc = project.toLowerCase();  if ((projectlc == 'chemical nurse') || (projectlc == 'hallo alte buche') || (projectlc == 'hast') || (projectlc == 'call wood')) {      if (projectlc == 'chemical nurse') {        if (thumbnum == '01') {          setswfvisible();          setTimeout(" changeSWF('swfdiv','berlin01.swf')",300);        }        if (thumbnum == '02') {setswfvisible();          setTimeout(" changeSWF('swfdiv','berlin02.swf')",300);        }      }      if (projectlc == 'hallo alte buche') {        if (thumbnum == '01') {setswfvisible();          setTimeout(" changeSWF('swfdiv','wood_01.mov')",300);        }        if (thumbnum == '02') {setswfvisible();          setTimeout(" changeSWF('swfdiv','wood_03.mov')",300);        }      }      if (projectlc == 'hast') {        if (thumbnum == '01') {setswfvisible();         setTimeout("changeSWF('swfdiv','ilahast.swf')",300);        }      }      if (projectlc == 'call wood') {        if (thumbnum == '01') {setswfvisible();          setTimeout(" changeSWF('swfdiv','callwood0203.mov')",300);        }      }  }}function newpopup(project,text) {  xsize = 648  ysize = 378;  xpos = (screen.width/2)-(xsize/2);  ypos = (screen.height/2)-(ysize/2);  newpicsWindow=open('popup.html?'+project+'&'+text,'','left='+xpos+',top='+ypos+',width='+xsize+',height='+ysize);	 }