/*
Science & Engineering Encyclopaedia. Copyright Dirac Delta Consultants Ltd. 2001-2002

No part of this document may be reproduced or transmitted in any form or by any mean, electronic or mechanical, including printing, placing on the internet or by any information storage and retrieval system without permission from the Publisher in writing
*/
function constclip(){
txturl=document.location
clipwindow=open("", "clipboardWindow", "scrollbars=yes, width=300, height=400")
clipwindow.focus();
clipwindow.document.writeln('<title>Clipboard</title>')
clipwindow.document.writeln('<body vlink=blue link=blue>')
clipwindow.document.writeln('<p><b><a href="' + txturl + '" target="main">' + ttle + '</a></b></p>')
clipwindow.document.writeln('<table border=0>')
clipwindow.document.writeln('<tr><td align=left><font size=-1>')
clipwindow.document.writeln(consttxt + ' = ')
clipwindow.document.writeln('</font></td><td align=right><font size=-1>' + constval + '</font></td><td align=right><font size=-1>')
clipwindow.document.writeln(constunt + '</font></td></tr></table>')
clipwindow.document.writeln('<hr>')
}

document.writeln('<a href="javascript:constclip()"><img src="../../../images/clip-white.gif" width=30 height=25 border=0 alt="paste results in clipboard"></a>')
