\n");outputFrame.write("\n");outputFrame.write(prefixHTML+"\n\n");if(treeData[1].target==""){var targetFrame=defaultTargetFrame}else{var targetFrame=treeData[1].target}if(treeData[1].icon==""){var imageString=defaultImageURL+'img-globe-'+structureStyle+'.gif'}else{imageString=defaultImageURL+treeData[1].icon}outputFrame.write(""+treeData[1].url+" "+treeData[1].name+"
\n");drawBranch("root","");outputFrame.write("
\n"+suffixHTML+"\n");outputFrame.write("
\n\n
Hosted by www.Geocities.ws

");outputFrame.close();window.status="OmenTree v1.0 - (C) 1998 Colin Tucker/OmenSoft - http://omensoft.home.ml.org";}function drawBranch(startNode,structureString){var children=extractChildrenOf(startNode);var currentIndex=1;while(currentIndex<=children.length){outputFrame.write(structureString);if(children[currentIndex].type=='link'){if(children[currentIndex].icon==""){var imageString=defaultImageURL+defaultLinkIcon;}else{var imageString=defaultImageURL+children[currentIndex].icon}if(children[currentIndex].target==""){var targetFrame=defaultTargetFrame;}else{var targetFrame=children[currentIndex].target}if(currentIndex!=children.length){outputFrame.write("")}else{outputFrame.write("")}outputFrame.write(""+children[currentIndex].url+" "+children[currentIndex].name+"
\n")}else{var newStructure=structureString;if(children[currentIndex].iconClosed==""){var iconClosed="img-folder-closed-"+structureStyle+".gif"}else{var iconClosed=children[currentIndex].iconClosed}if(children[currentIndex].iconOpen==""){var iconOpen="img-folder-open-"+structureStyle+".gif"}else{var iconOpen=children[currentIndex].iconOpen}if(currentIndex!=children.length){if(children[currentIndex].open==0){outputFrame.write("Click to open this folder") outputFrame.write("Click to open this folder "+children[currentIndex].name+"
\n")}else{outputFrame.write("Click to close this folder");outputFrame.write("Click to close this folder "+children[currentIndex].name+"
\n");newStructure=newStructure+"";drawBranch(children[currentIndex].id,newStructure);}}else{if(children[currentIndex].open==0){outputFrame.write("Click to open this folder") outputFrame.write("Click to open this folder "+children[currentIndex].name+"
\n")}else{outputFrame.write("Click to close this folder");outputFrame.write("Click to close this folder "+children[currentIndex].name+"
\n");newStructure=newStructure+"";drawBranch(children[currentIndex].id,newStructure);}}}currentIndex++;}}function toggleFolder(id,status){var nodeIndex=indexOfNode(id);treeData[nodeIndex].open=status;timeOutId=setTimeout("drawTree()",100)}function indexOfNode(id){var currentIndex=1;while(currentIndex<=treeData.length){if((treeData[currentIndex].type=='root')||(treeData[currentIndex].type=='folder')){if(treeData[currentIndex].id==id){return currentIndex}}currentIndex++}return-1}function extractChildrenOf(node){var children=new Collection();var currentIndex=1;while(currentIndex<=treeData.length){if((treeData[currentIndex].type=='folder')||(treeData[currentIndex].type=='link')){if(treeData[currentIndex].parent==node){children.add(treeData[currentIndex])}}currentIndex++}return children}function Collection(){this.length=0;this.add=add;return this}function add(object){this.length++;this[this.length]=object}function RootNode(id,name,url,target,icon){this.id=id;this.name=name;this.url=url;this.target=target;this.icon=icon;this.type='root';return this}function FolderNode(id,parent,name,iconClosed,iconOpen){this.id=id;this.parent=parent;this.name=name;this.iconClosed=iconClosed;this.iconOpen=iconOpen;this.type='folder';this.open=0;return this}function LinkNode(parent,name,url,target,icon){this.parent=parent;this.name=name;this.url=url;this.target=target;this.icon=icon;this.type='link';return this}function loadData(){treeData=new Collection();treeData=new Collection();treeData.add(new RootNode('root','Main Page','index.htm','',''));treeData.add(new LinkNode('root','Mirror Sites','mirror.htm','_top','http://us.geocities.com/soner_du/img-page-globe-link.gif'));treeData.add(new FolderNode('roleplay','root','Roleplay','http://us.geocities.com/soner_du/img-folder-closed-fav.gif','http://us.geocities.com/soner_du/img-folder-open-fav.gif'));treeData.add(new FolderNode('rene','roleplay','Wuthering Heights / Ren� le jeu de r�le romantique','',''));treeData.add(new LinkNode('rene','main page','rene.htm','_top','http://us.geocities.com/soner_du/img-page-globe-link.gif'));treeData.add(new FolderNode('rrpg','rene','Ren� le jeu de r�le romantique','',''));treeData.add(new LinkNode('rrpg','Ren� le jeu de r�le romantique','rrpg.htm','_top','http://us.geocities.com/soner_du/img-page-globe-link.gif'));treeData.add(new LinkNode('rrpg','Guide du Dramaturge','rmaster.htm','_top','http://us.geocities.com/soner_du/img-page-globe-link.gif'));treeData.add(new LinkNode('rrpg','Guide des Acteurs','rplayer.htm','_top','http://us.geocities.com/soner_du/img-page-globe-link.gif'));treeData.add(new FolderNode('scenar','rrpg','Scenarii','',''));treeData.add(new LinkNode('scenar','Sc�nario : � la recherche de l Amour perdu','rscenar.htm','_top','http://us.geocities.com/soner_du/img-page-globe-link.gif'));treeData.add(new LinkNode('scenar','Sc�nario : London Circus','rscenar2.htm','_top','http://us.geocities.com/soner_du/img-page-globe-link.gif'));treeData.add(new LinkNode('scenar','Sc�nario : Le Th��tre magique','rmagique.htm','_top','http://us.geocities.com/soner_du/img-page-globe-link.gif'));treeData.add(new FolderNode('extens','rrpg','Extensions','',''));treeData.add(new LinkNode('extens','Faust contre Maldoror (le Compagnon Fantastique)','fcm.htm','_top','http://us.geocities.com/soner_du/img-page-globe-link.gif'));treeData.add(new LinkNode('extens','Conjugaison des subjonctifs','verbes.htm','_top','http://us.geocities.com/soner_du/img-page-globe-link.gif'));treeData.add(new LinkNode('extens','Guy, Prosper, Jules-Am�d�e et les autres','romanozo.htm','_top','http://us.geocities.com/soner_du/img-page-globe-link.gif'));treeData.add(new LinkNode('extens','La Banalit�, insoutenable Banalit� ...','banal.htm','_top','http://us.geocities.com/soner_du/img-page-globe-link.gif'));treeData.add(new LinkNode('rrpg','Photographies de parties','rphoto.htm','_top','http://us.geocities.com/soner_du/img-page-globe-link.gif'));treeData.add(new LinkNode('rrpg','Critiques et Commentaires','critics.htm','_top','http://us.geocities.com/soner_du/img-page-globe-link.gif'));treeData.add(new FolderNode('wuther','rene','Wuthering Heights Roleplay','',''));treeData.add(new LinkNode('wuther','main page','rene.htm','_top','http://us.geocities.com/soner_du/img-page-globe-link.gif'));treeData.add(new LinkNode('wuther','Wuthering Heights Roleplay','whrpg.htm','_top','http://us.geocities.com/soner_du/img-page-globe-link.gif'));treeData.add(new LinkNode('wuther','Reviews / Opinions','critics.htm','_top','http://us.geocities.com/soner_du/img-page-globe-link.gif'));treeData.add(new FolderNode('creations','roleplay','Other Creations','',''));treeData.add(new LinkNode('creations','Main Page','jdrcrea.htm','_top','http://us.geocities.com/soner_du/img-page-globe-link.gif'));treeData.add(new LinkNode('creations','Fous l Contact','fullcon.htm','_top','http://us.geocities.com/soner_du/img-page-globe-link.gif'));treeData.add(new LinkNode('creations','MIL (unfinished)','mil.htm','_top','http://us.geocities.com/soner_du/img-page-globe-link.gif'));treeData.add(new LinkNode('creations','No FuTuR (unfinished)','nofutur.htm','_top','http://us.geocities.com/soner_du/img-page-globe-link.gif'));treeData.add(new LinkNode('creations','super-flics (unfinished)','sf.htm','_top','http://us.geocities.com/soner_du/img-page-globe-link.gif'));treeData.add(new LinkNode('creations','d�rk (unfinished)','dark.htm','_top','http://us.geocities.com/soner_du/img-page-globe-link.gif'));treeData.add(new LinkNode('creations','projet garichankar (unfinished)','projetga.htm','_top','http://us.geocities.com/soner_du/img-page-globe-link.gif'));treeData.add(new FolderNode('host','roleplay','Hosted Games & Translations','',''));treeData.add(new LinkNode('host','Story Bones (translation)','bonesfr.htm','_top','http://us.geocities.com/soner_du/img-page-globe-link.gif'));treeData.add(new LinkNode('host','SLUG (translation)','slug.htm','_top','http://us.geocities.com/soner_du/img-page-globe-link.gif'));treeData.add(new LinkNode('host','ROLE (hosting)','role.htm','_top','http://us.geocities.com/soner_du/img-page-globe-link.gif'));treeData.add(new FolderNode('minirpg','roleplay','Short and Free RPGs','',''));treeData.add(new LinkNode('minirpg','The Webring','minirpg.htm','_top','http://us.geocities.com/soner_du/img-page-globe-link.gif'));treeData.add(new LinkNode('minirpg','Links to simple RPGs','freeform.htm','_top','http://us.geocities.com/soner_du/img-page-globe-link.gif'));treeData.add(new FolderNode('games','roleplay','Other Roleplay Games','',''));treeData.add(new LinkNode('games','main page','jdrtalk.htm','_top','http://us.geocities.com/soner_du/img-page-globe-link.gif'));treeData.add(new LinkNode('games','Marvel Super Heroes Adventure Game','msh.htm','_top','http://us.geocities.com/soner_du/img-page-globe-link.gif'));treeData.add(new LinkNode('games','Skyrealms of Jorune','jorune.htm','_top','http://us.geocities.com/soner_du/img-page-globe-link.gif'));treeData.add(new LinkNode('games','Herowars','herowars.htm','_top','http://us.geocities.com/soner_du/img-page-globe-link.gif'));treeData.add(new LinkNode('games','Nobilis','nobilis.htm','_top','http://us.geocities.com/soner_du/img-page-globe-link.gif'));treeData.add(new FolderNode('nightlife','games','Nightlife','',''));treeData.add(new LinkNode('nightlife','Main Page','nightlife.htm','_top','http://us.geocities.com/soner_du/img-page-globe-link.gif'));treeData.add(new LinkNode('nightlife','The Supernatural Races and their Origins','niterace.htm','_top','http://us.geocities.com/soner_du/img-page-globe-link.gif'));treeData.add(new LinkNode('nightlife','From 2nd edition to 3rd edition','nite2to3.htm','_top','http://us.geocities.com/soner_du/img-page-globe-link.gif'));treeData.add(new LinkNode('nightlife','Rules','niterulz.htm','_top','http://us.geocities.com/soner_du/img-page-globe-link.gif'));treeData.add(new FolderNode('others','root','Other Things','http://us.geocities.com/soner_du/img-folder-closed-fav.gif','http://us.geocities.com/soner_du/img-folder-open-fav.gif'));treeData.add(new LinkNode('others','me','moi.htm','_top','http://us.geocities.com/soner_du/img-page-globe-link.gif'));treeData.add(new LinkNode('others','my appartment','chezmoi/chezmoi.htm','_top','http://us.geocities.com/soner_du/img-page-globe-link.gif'));treeData.add(new LinkNode('others','music','music.htm','_top','http://us.geocities.com/soner_du/img-page-globe-link.gif'));treeData.add(new LinkNode('others','freeware I use','freeware.htm','_top','http://us.geocities.com/soner_du/img-page-globe-link.gif'));treeData.add(new FolderNode('c-games','others','Classic Games','',''));treeData.add(new LinkNode('c-games','go','go.htm','_top','http://us.geocities.com/soner_du/img-page-globe-link.gif'));treeData.add(new LinkNode('c-games','Diplomacy','diplo.htm','_top','http://us.geocities.com/soner_du/img-page-globe-link.gif'));treeData.add(new LinkNode('others','other things + links','choses.htm','_top','http://us.geocities.com/soner_du/img-page-globe-link.gif'));treeData.add(new FolderNode('contact','root','contact','',''));treeData.add(new LinkNode('contact','contact','message.htm','_top','http://us.geocities.com/soner_du/img-page-globe-link.gif'));structureStyle=0;backgroundColor='#000000';textColor='#ff8000';linkColor='#ff8040';aLinkColor='#ff8040';vLinkColor='#ff8040';backgroundImage='';defaultTargetFrame='pageFrame';defaultImageURL='omenimg/index.html';defaultLinkIcon='http://us.geocities.com/soner_du/img-page-globe.gif';omenTreeFont='MS Sans Serif,Arial,Helvetica';omenTreeFontSize=1;prefixHTML="";suffixHTML="
Built with OmenTree. You can download this tool on cnet.com and have a look at the documentation.";}//End Hiding-->
Hosted by www.Geocities.ws

1