function launchPDB(arg){
stuff='width=800,height=400,resizable=yes,scrollbars=yes,toolbar=yes,location=yes,directories=yes,status=no,menubar=yes';
window.open('http://www.rcsb.org/pdb/explore.do?structureId='+arg,'pdb',stuff);
}