<%@ Language=VBScript %><% option explicit %> <% Response.Buffer = FALSE %> <% Response.ContentType = "image/svg+xml" %> <% '--- muscle.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 1000 vertical ' the viewBox has to be larger, to allow for left (and right?) parameter stuff ' the graph should have 20 by 10 internal dividers (grid pattern) %> <%'------------------- public --------------------------------%> 4.1.D1: The causal (control) chain from neural information to muscle tension to eye rotation to direction of vision (using a highly simplified model) <%'------------ private 1: bottom right, top left --------------------------%> neural information to muscles (electric information) eye viewpoint (optical) <%'-------------------- private 2 -------------------------------------%> eyeball direction of vision muscle to rotate the eye up muscle to rotate the eye down eye output (electric) <%'--------------- inner lines with arrows ---------------------------%> <%'------------------- outer lines with arrows --------------------------%> <%'---------------------------------------------------------------------%> <% '' reset the timeout ' Server.ScriptTimeout = timeout Response.End '-----------------------------------------------------------%>