Insert into <HEAD> of your document.
<script language="JavaScript"> function winopen(){ window.open('DESTINATION LINK IN NEW WINDOW1', 'NewWindow1', 'toolbar=yes,location=yes,directories=no,status=no,menubar=yes,scrollbars=yes,resizable=no,copyhistory=yes,width=635,height=260') window.open('DESTINATION LINK IN NEW WINDOW2', 'NewWindow2', 'toolbar=yes,location=yes,directories=no,status=no,menubar=yes,scrollbars=yes,resizable=no,copyhistory=yes,width=635,height=260') } </script>
Insert into <BODY> of your document.
<a href="PARENT WINDOW LOCATION" ONCLICK="winopen()">LINK DESCRIPTION</a>
LINK DESCRIPTION