<!--//	    function launchWin(fileName) {			soon = window.open("", "","width=100,height=100,location=no,menubar=no,directories=no,toolbar=no,scrollbars=no,resizable=no,status=no");			soon.location.href = "../soon.html";				if (soon.opener == null) soon.opener = window;			soon.opener.name = "opener";	    }	    function launchBigWin(fileName) {			more = window.open("", "","width=350,height=450,location=no,menubar=no,directories=no,toolbar=yes,scrollbars=yes,resizable=yes,status=no");			more.location.href = fileName + ".html";				if (more.opener == null) more.opener = window;			more.opener.name = "opener";	    }	    	    function launchMedWin(fileName) {			morem = window.open("", "","width=200,height=250,location=no,menubar=no,directories=no,toolbar=yes,scrollbars=no,resizable=yes,status=no");			morem.location.href = fileName + ".html";				if (morem.opener == null) morem.opener = window;			morem.opener.name = "opener";	    }//-->