
//<!--
var IE = false;   // Internet Explorer
var NN = false;   // Netscape Navigator
var N6 = false;   // Netscape 6 or 7

if (document.all) {
  IE = true;
  }
  else if (document.layers) {
    NN = true;
    }
    else if (document.getElementById) {
      N6 = true;
      }
      else {
	alert("Unrecognized Browser Detected");
	};



function PRESinitSetup()
{
var PRESx = navigator.appVersion;
PRESy = PRESx.substring(0,4);
if (PRESy>=4) PRESsetVariables();
PRESpopLayer('The Society for Chaos Theory in Psychology and Life Sciences (SCTPLS) is an international, multidisciplinary organization, committed to facilitate a scholarly forum to those interested in the research and applications of dynamical systems theory, self-organization, neural nets, fractals, cellular automata, agent-based modeling, and related forms of chaos, catastrophes, bifurcations, nonlinear dynamics, and complexity theories.<p> <p>  The SCTPLS thrives on the diversity of its membership from around more than 30 countries. As a multidisciplinary organization, the SCTPLS affords effective communication across disciplinary boundaries engaging in scientifically provocative, scholarly exchanges. Members come together to share their interest and research findings in the areas of psychology, social sciences, rehabilitation, biology, physiology, neuroscience, mathematics, philosophy, physics, computer science, economics, education, management, political science, engineering, and the world of art.<p> <p> Join us for our International Nonlinear Science Conference in Tokyo, Japan, March 13-15, 2008. <br><small>(<small>Updated: 10/20/2007 )</small></small>');}

var PRESx,PRESy,PRESa,PRESb;

function PRESsetVariables()
{if (navigator.appName == "Netscape")
{h=".left=";
v=".top=";
dS="document.";
sD="";}
else
{h=".pixelLeft=";
v=".pixelTop=";
dS="";
sD=".style";}
}

var PRESisNav = (navigator.appName.indexOf("Netscape") !=-1);

function PRESpopLayer(messageText)
{
//desc = "<table cellpadding=0 border=0 bgcolor=#FFFFFF><td><font face=Arial size=-1 color=black>";
desc = messageText;
//desc += "</font></td></table>";
//alert(desc);
if(PRESisNav)
{
if (N6) {
document.getElementById("presidentLayer").innerHTML=desc;
} else {
document.presidentLayer.document.write(desc);
document.presidentLayer.document.close();
//document.presidentLayer.left=PRESx+25;document.presidentLayer.top=PRESy;
document.presidentLayer.left=0;
document.presidentLayer.top=0;
}
}
else
{
//alert("gogo");
presidentLayer.innerHTML=desc;
//alert("yoyo");
//eval(dS+"newsLayer"+sD+h+(PRESx+25));
//eval(dS+"newsLayer"+sD+v+PRESy);}
eval(dS+"presidentLayer"+sD+h+"0");
eval(dS+"presidentLayer"+sD+v+"0");
//alert(dS);
}
//alert("done");
}

//-->



