<!--if (document.images){imgFile = new Array()imgFile[0] = "/images/twopage.default.gif"imgFile[1] = "/images/twopage.hard.gif"imgFile[2] = "/images/twopage.soft.gif"imgFile[3] = "/images/twopage.misc.gif"imgFile[4] = "/images/twopage.docs.gif"imgSrc = new Array()for(i=0;i<imgFile.length;i++) {   imgSrc[i] = new Image()   imgSrc[i].src = imgFile[i]}}function openWindow( url, width, height, options ){    if ( ! width ) width = 325;    if ( ! height ) height = 325;    if ( ! options ) options = "scrollbars=no,menubar=yes,"        + "toolbar=no,location=no,status=no,resizable=no";    var newWin = window.open( url, "explainedWindow",        "width=" + width + ",height=" + height + "," + options );}// -->// toggle visibility - snatched from zeldman.com - thanks jeffery!function toggle( targetId ){  if (document.getElementById){  		target = document.getElementById( targetId );  			if (target.style.display == "none"){  				target.style.display = "";  			} else {  				target.style.display = "none";  			}  	}}// -->
