

//*********************************************************************************
//*********************************************************************************
//*********************************************************************************
// these are the old scripts taken from the original journals website
// they are used for the rollover button states and for several status bar messages
//*********************************************************************************
//*********************************************************************************
//*********************************************************************************

<!--  Navscript1-->

// function that displays status bar message

var showMsg = navigator.userAgent != "Mozilla/4.0 (compatible; MSIE 4.0; Mac_PowerPC)";
function dmim(msgStr) {
  document.returnValue = false;
  if (showMsg) { 
    window.status = msgStr;
    document.returnValue = true;
  }
}


// pre-cache 'filename' button state images

if (document.images) {
var Nprevious_up = new Image(120,30)
Nprevious_up.src = "http://www.tandf.co.uk/journals/images/previous_up.gif"


var Nprevious_over = new Image(120,30)
Nprevious_over.src = "http://www.tandf.co.uk/journals/images/previous_over.gif"
}

// function that displays status bar message

function dm(msgStr) {
  document.returnValue = false;
  if (document.images) { 
     window.status = msgStr;
     document.returnValue = true;
  }
}

// functions that swap images

function di(id,name){
  if (document.images) document.images[id].src=eval(name+".src");
}


// pre-cache 'filename' button state images

if (document.images) {
var Nonline_up = new Image(140,45)
Nonline_up.src = "../images/online_up.gif"


var Nonline_over = new Image(140,45)
Nonline_over.src = "../images/online_over.gif"







}
// function that displays status bar message

function dm(msgStr) {
  document.returnValue = false;
  if (document.images) { 
     window.status = msgStr;
     document.returnValue = true;
  }
}
// functions that swap images

function di(id,name){
  if (document.images) document.images[id].src=eval(name+".src");
}





//*******************************************
//*******************************************
//*******************************************
// these are the new scripts
//*******************************************
//*******************************************
//*******************************************


<!-- 
//Make reference to the selected link

function makeLinkTo(s) { window.top.location.href =
s.options[s.selectedIndex].value; }

//-->


function pageReturn(){
history.go(-2);
}


function arenaWindow (all) {
arenaWin = window.open(all, 'arena', "status=1,menubar=1,resizable=1,toolbar=1,location=1,scrollbars=1,width=650,height=335,left=0,top=0");
arenaWin.focus()
}

function pdfWindow (all) {
smallWin = window.open(all, 'pdf', "status=0,menubar=0,resizable=1,toolbar=0,location=0,scrollbars=1,width=300,height=300,left=0,top=0");
smallWin.focus()
}

function generalPopup (all) {
generalWin = window.open(all, 'general', "status=1,menubar=1,resizable=1,toolbar=1,location=1,scrollbars=1,width=700,height=400,left=0,top=0");
generalWin.focus()
}

<!--
function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
// -->

<!--

function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}
//-->

