<%@ Language=VBScript %><% option explicit %> <% Response.Buffer = FALSE %> <% Response.ContentType = "image/svg+xml" %> <% '--- memory.asp --- DIM ScreenWidth, ScreenHeight DIM timeout, SID DIM msg '-- for errors '' extend the timeout to allow for long files ' timeout = Server.ScriptTimeout '' Response.Write "Initial timeout=" & timeout & "
" ' Server.ScriptTimeout = 1200 ' SID = Request.Cookies("Humble")("SID") ScreenWidth = Request.Cookies("Humble")("ScreenWidth") ScreenHeight = Request.Cookies("Humble")("ScreenHeight") ' set it up for a graph bounding box of 2000 horizontal by 2000 vertical %> <%'------------------- title --------------------------------%> Within-individual skill-information conservation, from zygote DNA-skill to brain-based skill, to mating DNA-skill assuming only innate skills (instincts), no learning <%'--------------- top DNA lines with arrows ---------------------------%> parent's DNA-based skills randomized recombination <%'--------------- offspring DNA ---------------------------%> offspring DNA-encoded skills <%'----------------- birth - maturation ------------------------------------%> birth maturation <%'----------------- offspring as adult ------------------------------------%> brain-based innate skills application Muscle action & joint rotation (+ vision) <%'-------------------- offspring mating -------------------------------------%> DNA-based skills to next generation <%'------------- skilled behaviour for survival ------------------------%> <%'---------------------------------------------------------------------%> <% '' reset the timeout ' Server.ScriptTimeout = timeout Response.End '-----------------------------------------------------------%>