<!-- 
var sorry="Please don't copy without permission"

function click(e) {
if (document.all) {
if (event.button == 2) {
alert(sorry);
return false;
}
}
if(document.layers) {
if (e.which == 3) {
alert(sorry);
return false;
}
}
}
if (document.layers) {
document.captureEvents
(Event.MOUSEDOWN);
}
document.onmousedown=click;

function Venster()
{
abbrWin = open('../lang/index.html', 'nieuw_venster', 'width=175,height=475,status=no,toolbar=no,menubar=no,scrollbars=yes,resizable=yes');
}

function Chemist()
{
abbrWin = open('../chemistianity.html', 'nieuw_venster', 'width=700,height=400,status=no,toolbar=no,menubar=no,scrollbars=yes,resizable=yes');
}

function Pertab()
{

windowpertable = open('pertab_newwindow.html', 'periodical_table', 'width=400,height=300,status=no,toolbar=no,menubar=no,scrollbars=yes,resizable=yes');
}

// -->
