Insert the following code into the head section of your html document.



<script language="JavaScript"><!--

// functionName=window.open('url','windowName','window parameters')

windowOne=window.open('page1.htm','window1','scrollbars=yes,width=175,height=300');
windowTwo=window.open('page2.htm','window2','scrollbars=yes,width=175,height=400');

//-->
</script>

