// JavaScript Document

<!--
var learnWindow=null;
function learn(mypage,myname,w,h,pos,infocus){

if (pos == 'random')
{LeftPosition=(screen.width)?Math.floor(Math.random()*(screen.width-w)):100;TopPosition=(screen.height)?Math.floor(Math.random()*((screen.height-h)-75)):100;}
else
{LeftPosition=(screen.width)?(screen.width-w)/2:100;TopPosition=(screen.height)?(screen.height-h)/2:100;}
settings='width='+ w + ',height='+ h + ',top=' + TopPosition + ',left=' + LeftPosition + ',scrollbars=yes,location=no,directories=no,status=no,menubar=no,toolbar=no,resizable=yes';learnWindow=window.open('',myname,settings);
if(infocus=='front'){learnWindow.focus();learnWindow.location=mypage;}
if(infocus=='back'){learnWindow.blur();learnWindow.location=mypage;learnWindow.blur();}

}
// -->

<!--
var termsWindow=null;
function terms(mypage,myname,w,h,pos,infocus){

if (pos == 'random')
{LeftPosition=(screen.width)?Math.floor(Math.random()*(screen.width-w)):100;TopPosition=(screen.height)?Math.floor(Math.random()*((screen.height-h)-75)):100;}
else
{LeftPosition=(screen.width)?(screen.width-w)/2:100;TopPosition=(screen.height)?(screen.height-h)/2:100;}
settings='width='+ w + ',height='+ h + ',top=' + TopPosition + ',left=' + LeftPosition + ',scrollbars=yes,location=no,directories=no,status=no,menubar=no,toolbar=no,resizable=yes';termsWindow=window.open('',myname,settings);
if(infocus=='front'){termsWindow.focus();termsWindow.location=mypage;}
if(infocus=='back'){termsWindow.blur();termsWindow.location=mypage;termsWindow.blur();}

}
// -->

<!--
var privacyWindow=null;
function privacy(mypage,myname,w,h,pos,infocus){

if (pos == 'random')
{LeftPosition=(screen.width)?Math.floor(Math.random()*(screen.width-w)):100;TopPosition=(screen.height)?Math.floor(Math.random()*((screen.height-h)-75)):100;}
else
{LeftPosition=(screen.width)?(screen.width-w)/2:100;TopPosition=(screen.height)?(screen.height-h)/2:100;}
settings='width='+ w + ',height='+ h + ',top=' + TopPosition + ',left=' + LeftPosition + ',scrollbars=yes,location=no,directories=no,status=no,menubar=no,toolbar=no,resizable=yes';privacyWindow=window.open('',myname,settings);
if(infocus=='front'){privacyWindow.focus();privacyWindow.location=mypage;}
if(infocus=='back'){privacyWindow.blur();privacyWindow.location=mypage;privacyWindow.blur();}

}
// -->

<!--
var contactWindow=null;
function contact(mypage,myname,w,h,pos,infocus){

if (pos == 'random')
{LeftPosition=(screen.width)?Math.floor(Math.random()*(screen.width-w)):100;TopPosition=(screen.height)?Math.floor(Math.random()*((screen.height-h)-75)):100;}
else
{LeftPosition=(screen.width)?(screen.width-w)/2:100;TopPosition=(screen.height)?(screen.height-h)/2:100;}
settings='width='+ w + ',height='+ h + ',top=' + TopPosition + ',left=' + LeftPosition + ',scrollbars=yes,location=no,directories=no,status=no,menubar=no,toolbar=no,resizable=yes';contactWindow=window.open('',myname,settings);
if(infocus=='front'){contactWindow.focus();contactWindow.location=mypage;}
if(infocus=='back'){contactWindow.blur();contactWindow.location=mypage;contactWindow.blur();}

}
// -->
