document.write('<link rel="stylesheet" type="text/css" href="'+parent.StyleSheet+'">');

Hd=new Array();
Sd=new Array();
Show=new Array();
var returnTo="VBSFC.html";
var vtopa="<html><he"+"ad><scr"+"ipt language='JavaScript'>function UpdateStyle(frm){if(parent.ScriptHolder){parent.ScriptHolder.StyleChanged(frm.StyleChoice.selectedIndex);}}</scr"+"ipt><link rel='stylesheet' type='text/css' href='";
var vtopb="'><base target='Main'></head><bo"+"dy class=ContentsTree><p id='infoAlert'><b>NOTE:</b> My AlexV@ComPorts.com address has gone offline for reasons beyond my control. Please use the <b><a href='contact.php' target='_new'>email</a></b> links on this site if you contact me for any reason.</p><p class=ContentsTreeHeader>Contents</p><pre><img src='treesite.gif' width='16' height='16'> <a href='NoFrames.html'>My Site</a><br>";

var numberofheadings=6;
Hd [0]='<img src="treeutils.gif" width="34" height="16"> <a href="javascript:parent.ScriptHolder.update(0);">Utilities</a><br>';
Hd [1]='<img src="treeprogramming.gif" width="35" height="16"> <a href="javascript:parent.ScriptHolder.update(1);">Programming</a><br>';
Hd [2]='<img src="treegames.gif" width="34" height="16"> <a href="javascript:parent.ScriptHolder.update(2);">Games</a><br>';
Hd [3]='<img src="treecontrols.gif" width="35" height="16"> <a href="javascript:parent.ScriptHolder.update(3);">ActiveX Controls</a><br>';
Hd [4]='<img src="treeothers.gif" width="35" height="16"> <a href="javascript:parent.ScriptHolder.update(4);">Other Stuff</a><br>';
Hd [5]='<img src="treework.gif" width="35" height="16"> <a href="javascript:parent.ScriptHolder.update(5);">My Employers</a><br>';

Sd [0]='<img src="treeguidir.gif" width="54" height="16"> <a href="GUIdir.html">GUIdir</a><br><img src="treeupl.gif" width="53" height="16"> <a href="PlayListEditor.html">PlayList Editor</a><br><img src="treearc.gif" width="54" height="16"> <a href="AutoRunControl.html">AutoRun Control</a><br><img src="treepsp.gif" width="54" height="16"> <a href="PSPBrowseFileManager.html">PSP Browse File Manager</a><br><img src="treeccolour.gif" width="54" height="16"> <a href="ConditionalColour.html">Conditional Colour</a><br><img src="treeccolour.gif" width="54" height="16"> <a href="GraphCo.html">Graph CoOrdinates</a><br><img src="treemidicycle.gif" width="54" height="16"> <a href="MIDICycle.html">MIDI Cycle</a><br><img src="treescriptsmith.gif" width="54" height="16"> <a href="ScriptSmith.html">ScriptSmith (shareware)</a><br><img src="treesmartopen.gif" width="54" height="16"> <a href="SmartOpen.html">SmartOpen (shareware)</a><br><img src="treeuac.gif" width="54" height="16"> <a href="UAC.html">Universal AutoComplete</a><br><img src="treecopypath.gif" width="54" height="16"> <a href="CopyPath.html">CopyPath</a><br>';
Sd [1]='<img src="treevbsfc.gif" width="54" height="16"> <a href="VBSFC.html">VB Shaped Form Creator</a><br><img src="treeusefull.gif" width="54" height="16"> <a href="Library.html">Usefull Stuff Library</a><br><img src="treembgen.gif" width="54" height="16"> <a href="MessageBoxGenerator.html">Message Box Generator</a><br><img src="treecolourpicker.gif" width="54" height="16"> <a href="ColourPicker.html">ColourPicker</a><br><img src="treecdlg.gif" width="54" height="16"> <a href="FileFlags.html">Common Dialog Flags</a><br><img src="treesizeframe.gif" width="54" height="16"> <a href="SizeFrame.html">SizeFrame</a><br>';
Sd [2]='<img src="treelightsout.gif" width="54" height="16"> <a href="LightsOut.html">Lights Out</a><br>';
Sd [3]='<img src="treetooltips.gif" width="54" height="16"> <a href="ToolTips.html">ToolTips</a><br><img src="treehyperlinklabel.gif" width="54" height="16"> <a href="HyperLinkLabel.html">HyperLink Label</a><br><img src="treenumberbox.gif" width="54" height="16"> <a href="NumberBox.html">NumberBox</a><br>';
Sd [4]='<img src="treefoobar.gif" width="54" height="16"> <a href="foobar.html">Foobar2000 Stuff</a><br><img src="treewskins.gif" width="54" height="16"> <a href="NoFrames.html#Others">WinAmp Stuff</a><br><img src="treelinks.gif" width="54" height="16"> <a href="links.html">Links</a><br><img src="treepersonal.gif" width="54" height="16"> <a href="Personal.html">About the Author</a><br>';
Sd [5]='<img src="treei2.gif" width="54" height="16"> <a href="http://www.i2.co.uk" target="_top">i2</a><br><img src="treeanacubis.gif" width="54" height="16"> <a href="http://www.anacubis.com" target="_top">Anacubis</a><br>';

var vend='<img src="treefback.gif" width="35" height="16"> <a href="contact.php" target="_new">Feedback</a><br></pre><hr><form name="StyleForm">Select Site Style:<br><select name="StyleChoice" size="1" onChange="UpdateStyle(this.form)"><option value="original.css">Original</option><option value="lightside.css">LightSide</option><option value="darkside.css">DarkSide</option><option value="pastels.css">Pastels</option></select><pre><a href="javascript:parent.SaveSelection();" onMouseOver="javascript:window.status='+"'"+'Keep this style for the next time you visit the site'+"'"+'; return(true);" onMouseOut="javascript:window.status='+"''"+';return(true);">Save Style Selection</a></pre></form></bo'+'dy></ht'+'ml>';
function StyleChanged(iSheet){
	parent.StyleSheetIndex=iSheet;
	parent.StyleSheet=parent.Sheets[iSheet];
	parent.Main.location.reload();
      for(counter=0;counter<numberofheadings;counter++){
        Show[counter]=0;
      };
	display();
	self.location.reload();
};

function update(caller){
    Show[caller]=!Show[caller];
    parent.ScriptHolder.display();
};

function FormReturn(){
	parent.Main.location.replace(returnTo);
};

function display(){
	parent.Contents.document.open("text/html","replace");   
    parent.Contents.document.write(vtopa);
	parent.Contents.document.write(parent.StyleSheet);
	parent.Contents.document.write(vtopb);	
    for(counter=0;counter<numberofheadings;counter++){
        parent.Contents.document.write(Hd[counter]);
        if(Show[counter]){
            parent.Contents.document.write(Sd[counter]);
        };
    };
    parent.Contents.document.write(vend);
    parent.Contents.document.close();
	parent.Contents.document.StyleForm.StyleChoice.selectedIndex=parent.StyleSheetIndex;
	afterdisplay();
};


