<!--hide this script from non-javascript-enabled browsers

//////////////////////////////////////////////////////////
//
// Periodic Table of Data
//
// Produced by Presenting Science
//  www.PresentingScience.com
//
// Copyright (C) Royal Society of Chemistry &
//		 Presenting Science 2004-2006
//
//////////////////////////////////////////////////////////


var aboutWindow = null;

function showAbout(url) {
    if (aboutWindow && !aboutWindow.closed) {
        aboutWindow.focus();
    }
    else {
        var w = 600;
        var h = 200;
        var l = (screen.width - w)/2;
        var t = (screen.height - h)/2;
        aboutWindow = window.open(url,
            "ptAboutWin",
            "status=no,scrollbars=no,resizable=no,"+
            "width="+w+",height="+h+
            ",top="+t+",left="+l);
    }
}


// stop hiding -->

