// JavaScript Document
function openJunction() {
 popupWin = window.open('junctionpdf.html',
 'open_window',
 'width=700, height=600, left=0, top=0')
}